revmsg

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Next / Previous Links not working in Calendar View #674687
    revmsg
    Participant

    Hi guys,

    I’m having the same issue as @gyse69, was wondering if this was resolved by any chance? It looks like the AJAX call being used to show the next month isn’t firing in safari. This bug is also happening the demo site (http://wpshindig.com/events/), if you try to click “September” at the bottom nothing happens.

    J

    in reply to: 301 Redirect #151761
    revmsg
    Participant

    I agree that “filter_canonical_link_on_recurring_events” is likely not the root cause, but it was the furthest down the chain we could get before losing the thread on the redirect.

    in reply to: 301 Redirect #151759
    revmsg
    Participant

    > This is a peculiar error that should not really happen under normal circumstances. Can you confirm that the file it is looking for is actually there? If the file is there it shouldn’t 500 error out.

    This file isn’t there in the 3.5.1 zip we downloaded.

    > After talking with our devs they are really not sure why ‘filter_canonical_link_on_recurring_events’ is causing 301 redirect problems. Can you confirm the problem still exists (with 3.5.2) with all other plugins deactivated and the theme set to twentytwelve?

    Confirmed. Switched dev machine to 2012, 3.9 (most recent), and no plugins except events & pro. Still had a redirect happening on the affected sites.

    in reply to: 301 Redirect #148436
    revmsg
    Participant

    This reply is private.

    in reply to: 301 Redirect #148433
    revmsg
    Participant

    This reply is private.

    in reply to: 301 Redirect #148358
    revmsg
    Participant

    This reply is private.

    in reply to: 301 Redirect #148309
    revmsg
    Participant

    This reply is private.

    in reply to: 301 Redirect #148274
    revmsg
    Participant

    This reply is private.

    in reply to: 301 Redirect #148265
    revmsg
    Participant

    I already ran the cleaner plugin.
    I’ll post the settings as a private in a sec.

    in reply to: 301 Redirect #147509
    revmsg
    Participant

    Yeah, I deactivated it the minute we had a problem. And resolved locally, in dev. Below is the function that’s causing the problem. If you comment out “is_singular(TribeEvents::POSTTYPE)” (which is evaling to false) the redirect ceases.

    public function filter_canonical_link_on_recurring_events() {
    if ( is_singular(TribeEvents::POSTTYPE) && get_query_var(‘eventDate’) && has_action(‘wp_head’, ‘rel_canonical’) ) {
    remove_action( ‘wp_head’, ‘rel_canonical’ );
    add_action( ‘wp_head’, array( $this, ‘output_recurring_event_canonical_link’ ) );
    }
    }

    in reply to: 301 Redirect #146848
    revmsg
    Participant

    I think that this is also something of a duplicate of this: https://tri.be/support/forums/topic/events-calendar-pro-kills-the-wordpress-admin-panel/

    We attempted to roll back to 3.5.1 and it 500s our admin. We get this:

    Warning: require_once(lib/tribeeventspro-schemaupdater.php) [function.require-once]: failed to open stream: No such file or directory in /wp-content/plugins/events-calendar-pro/events-calendar-pro.php on line 68

    Fatal error: require_once() [function.require]: Failed opening required ‘lib/tribeeventspro-schemaupdater.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /wp-content/plugins/events-calendar-pro/events-calendar-pro.php on line 68

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