• After the last update of WordPress, Theme and other plugins, your Events plugin is not working anymore. I have tried the following options:
    1. Used version 4.5.1. of WordPress.
    2. Deactivated all other plugins
    3. Activated other theme

    Nothing worked. The events widget is working fine, but the agenda page is not loading. The complete website crashes.

    Could you please help me how to fix this?

    Thnx

    https://www.ads-software.com/plugins/all-in-one-event-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Please check your php memory limit, install this plugin and post back with what it reports: https://www.ads-software.com/support/plugin/wp-memory-usage

    Thread Starter boraboramedia

    (@boraboramedia)

    Okay this is the outcome:
    – PHP Version : 5.6.18 / 64Bit OS
    – Memory limit : 128 MB
    – Memory usage : 26.63 MB

    Please let me know what to do.

    Thnx

    Check your php-errors.log for any errors relating to “ai1ec”. That might give you some clues. I’m having issues with “default-event-avatar.png” (see my ‘error’ below).

    [17-May-2016 14:48:39 UTC] #293-> https://www.mydomain.com/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex//img/default-event-avatar.png

    I have had this issue with this latest version 2.4.0 as well as the previous version 2.3.12 and the version before that worked just fine. I have found that commenting out line #54 in this latest version of \wp-content\plugins\all-in-one-event-calendar\all-in-one-event-calendar.php “fixes” it so that my calendar will display but I’m not sure what is breaking (if anything) because of it.

    #52 $soft_disable_message = $ai1ec_exception_handler->get_disabled_message();
    #53 if ( false !== $soft_disable_message ) {
    #54 	//return $ai1ec_exception_handler->show_notices( $soft_disable_message );
    #55 }

    I don’t recommend you start hacking away at someone else’s code, but this worked for me so use at your own risk! If you have similar issues this may be a short term solution or at least a diagnostic “check” to see it fixes your issue as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin broken after website maintenance’ is closed to new replies.