Fatal Error – The Events Calendar PRO

Home Forums Calendar Products Events Calendar PRO Fatal Error – The Events Calendar PRO

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #70721
    Andrew Riddlestone
    Participant

    Hi I’m getting: Fatal error: Maximum execution time of 120 seconds exceeded in /home/stjohnse/public_html/wp-content/plugins/the-events-calendar/lib/tribe-event-query.class.php on line 777

    At: http://www.stjohnsegham.com/calendar/

    #70723
    Andrew Riddlestone
    Participant

    This only occurs in Month view. I’ve deactivated recent plugins to check for incompatibility.

    #70863
    Chris
    Participant

    Hi there,
    Try putting this in your theme’s functions.php file:
    https://gist.github.com/jazbek/6585714
    (note you do not need the <?php line if your functions.php file is not blank)

    -Chris

    #70923
    Andrew Riddlestone
    Participant

    Thanks, the functions.php now looks like this:
    query(‘SET SQL_BIG_SELECTS=1’);
    }

    Don’t add any code below here or the sky will fall down */
    /*———————————————————————————–*/
    ?>

    I have no idea where to place the code so pasted in a best guess location…it hasn’t resolved the issue but not sure if I have edited the file correctly?

    Cheers

    #71299
    Chris
    Participant

    Hi there,
    Can you paste your functions.php file into a service like Pastebin or paste.laravel.com and put a link here

    -Chris

    #71502
    Andrew Riddlestone
    Participant

    Hi the functions.php is here:

    http://paste.laravel.com/ZIJ

    Cheers

    #71621
    Chris
    Participant

    Hmm, thats correct actually. How many events do you have setup?

    #71670
    Andrew Riddlestone
    Participant

    Hi, 600 published.

    Should we clean up older events?

    Cheers

    #71817
    unclet82
    Participant

    Hi there, I’m facing the same problems within my month-view… have absolutely no idea how to fix. i have this error since about 2 months… i tried to put in the text to the functions.php but it did not solve any problem…

    just for explanation how the error started: in case of no reoccuring events the monthly view works properly. but as i put in an reoccuring event i just get the same fatal error message exactly in line 777…
    looks like that:
    Fatal error: Maximum execution time of 30 seconds exceeded in /home/.sites/683/site1758/web/wp-content/plugins/the-events-calendar/lib/tribe-event-query.class.php on line 777

    #72478
    Chris
    Participant

    Hey guys,
    Andrew: Do you have a rough idea how many of those are recurring vs standard?

    -Chris

    #72493
    Andrew Riddlestone
    Participant

    From a quick scan maybe 50%. You’re welcome to login and take a look if it helps – I can message you with login details.

    Cheers

    #73173
    CWT
    Participant

    I had same error come up. I found I accidentally added a date_default_timezone_set() somewhere which broke it.

    #73330
    Andrew Riddlestone
    Participant

    Hi guys my whole site has now failed – I can’t even get into /wp-admin

    This is the error:
    Warning: require_once(/home/stjohnse/public_html/wp-content/plugins/the-events-calendar/lib/tribe-event-query.class.php) [function.require-once]: failed to open stream: Permission denied in /home/stjohnse/public_html/wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php on line 236

    Fatal error: require_once() [function.require]: Failed opening required ‘tribe-event-query.class.php’ (include_path=’/home/stjohnse/public_html/wp-content/plugins/simple-dropbox-upload-form/inc/Dropbox/pear_includes:.:/usr/lib/php:/usr/local/lib/php’) in /home/stjohnse/public_html/wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php on line 236

    I’ve tried removing the Simple Dropbox Upload plugin folder via FTP since it seems to be referenced but that doesn’t solve it.

    The message changes to:
    Warning: require_once(/home/stjohnse/public_html/wp-content/plugins/the-events-calendar/lib/tribe-event-query.class.php) [function.require-once]: failed to open stream: Permission denied in /home/stjohnse/public_html/wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php on line 236

    Fatal error: require_once() [function.require]: Failed opening required ‘tribe-event-query.class.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/stjohnse/public_html/wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php on line 236

    Help please. I’ll have to look at recovering the site from a Blogvault backup.

    #73384
    Andrew Riddlestone
    Participant

    Hi Ireally need help with this – I’ve tried to restore the site with two recent Blogvault backups but the site remains broken. I can’t login to disable other plugins (or even the Calendar).
    Suggestions please.

    #73391
    Andrew Riddlestone
    Participant

    OK Blogvault have restored the site manually.

    They fixed this:
    for some reason the file tribe-event-query.class.php was 0

    Now just back to the Month view not working.

Viewing 15 posts - 1 through 15 (of 20 total)
  • The topic ‘Fatal Error – The Events Calendar PRO’ is closed to new replies.