• Resolved stinglenj

    (@stinglenj)


    Warning: require_once(/home/content/i/f/s/ifswebhost/html/wp-content/plugins/all-in-one-event-calendar/lib/global-functions.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/i/f/s/ifswebhost/html/wp-content/plugins/all-in-one-event-calendar/all-in-one-event-calendar.php on line 50

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/content/i/f/s/ifswebhost/html/wp-content/plugins/all-in-one-event-calendar/lib/global-functions.php’ (include_path=’.:/usr/local/php5/lib/php’) in /home/content/i/f/s/ifswebhost/html/wp-content/plugins/all-in-one-event-calendar/all-in-one-event-calendar.php on line 50

    Need help please

    https://wordpress.org/plugins/all-in-one-event-calendar/

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

    Please try reinstalling the plugin, follow these steps: http://time.ly/document/user-guide/troubleshooting/perform-manual-upgrade/

    Thread Starter stinglenj

    (@stinglenj)

    It won’t let me delete the file, it says “550 Could not delete uninstall.php: Permission denied”

    If you’re using cPanel, you should be able to delete a file.

    The same for me : upgrade cause entire site error.
    And your reinstalling method = an other fatal error.

    @konik I need to see the entire error message.

    After reinstalation of your plugin : Fatal error: Out of memory (allocated 34865152) (tried to allocate 65484 bytes) in /homepages/13/d147306849/htdocs/3CV/wp-content/plugins/all-in-one-event-calendar/vendor/lessphp/lessc.inc.php on line 1408

    I got the same memory error (different file) but after deactivating and reactivating the plugin, it went away.

    Hopefully it doesn’t come back.

    Might work for other folks too.

    You need to get your web host provider to increase the PHP memory limit for your website.

    Note: The amount you currently have is listed in the error message. eg: allocated 34865152 = 33.25MB (divide by 1048576 to go from bytes to megabytes). You most likely need at least 64MB for a standard setup.

    cefiar is right, contact your host provider, or try: open your wp-config.php which is located in the root WordPress directory. Then add the following lines:

    define('WP_MAX_MEMORY_LIMIT', '128M');
    ini_set('memory_limit','128M');

    Thank for your post.

    I try to add lines in my wp-config.php but It make problem in my admin page :
    Warning: Cannot modify header information – headers already sent by (output started at /homepages/13/d147306849/htdocs/3CV/wp-config.php:1) in /homepages/13/d147306849/htdocs/3CV/wp-content/plugins/bad-behavior/bad-behavior/screener.inc.php on line 12

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/13/d147306849/htdocs/3CV/wp-config.php:1) in /homepages/13/d147306849/htdocs/3CV/wp-includes/pluggable.php on line 1207

    You have added this lines to the top of the file, or?

    At the end of the file

    So it’s ok for me :
    – I past a new wp-config.php in ma root directory (maybe It’s because of wordpad). I use Notepad++ and I try to paste your line, same problem.
    – I delete this plugin and will find another one, I have no time for solving problem.

    Thank for help

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘error in upgrade cause entire site error’ is closed to new replies.