Michael

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: WordPress database error Not unique table/alias #82847
    Michael
    Participant

    I’d love to update to 3.3, but

    1. my events listings in the backend straight up disappeared.

    2. the appeal of an events plugin that uses wordpress’ custom post types were that you could query them like any other post type. However this simple and completely valid query now fails:

    $the_query = new WP_Query(
    array(
    ‘post_type’ => array(
    ‘post’,
    ‘page’,
    ‘tribe_events’
    ),
    ‘meta_query’ => array(
    array(
    ‘key’ => ‘_feature’,
    ‘value’ => ‘on’
    )
    ),
    )
    );

    I’ve seen this type of thing being reported elsewhere and in every scenario the ticket is shrugged off as being an issue with the customers code.

    For the interest of this plugins future, I highly recommend this bug be identified and patched.

    Until that time, I simply must urge my client to stick with the old versions.

    -M

    in reply to: WordPress database error Not unique table/alias #82667
    Michael
    Participant

    Nevermind, I’ve rolled back the plugin to v3.0.3 and it’s working perfectly now.

    in reply to: WordPress database error Not unique table/alias #82659
    Michael
    Participant

    Can you point me to the file that alters the WP_Query call? Or where it is that the plugin modifies the resulting SQL query?

    in reply to: Reoccuring event shows multiple times in loop #18274
    Michael
    Participant

    @Marty: Brilliant, thank you!

    in reply to: Reoccuring event shows multiple times in loop #16223
    Michael
    Participant

    Hey Paul,

    Confirming that its the latter case: “the problem that it is showing every instance of recurring events, when you want it only to show one instance”.

    in reply to: Custom Page Template #15908
    Michael
    Participant

    Thanks Joey, That does help.

    You guys have an awesome product. Looking forward to seeing it grow as wordpress matures as a cms.

    Michael
    Participant

    Okay. I’ve completely botched this – Is there a way I can share a line of PHP code on the forum?

    Also, anyway to delete my own botched comments :\

    Michael
    Participant

    All my < ? php lines were stripped from the comment above. Should read:

    I get the /1970-01-01 suffix when calling

    Right now my hack is

    Michael
    Participant

    I am currently using 2.0.4 and I get the /1970-01-01 suffix when calling

    Right now my hack is

    Any word on why this is occuring/when it will be fixed?

    Thanks for the hard work!

Viewing 9 posts - 1 through 9 (of 9 total)