• Resolved SAM

    (@blogsaays)


    I am getting following Fatal error after updating

    Plugin could not be activated because it triggered a fatal error.

    Warning: require_once(inc/json.php) [function.require-once]: failed to open stream: No such file or directory in /home/public_html/wp-content/plugins/secure-wordpress/secure-wordpress.php on line 105

    Fatal error: require_once() [function.require]: Failed opening required ‘inc/json.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/public_html/wp-content/plugins/secure-wordpress/secure-wordpress.php on line 105

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

    I’ve the same problem..

    My problem is like below:-
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/perakfoo/public_html/wp-admin/includes/file.php on line 924

    I just updated and got the same error as blogsaays. I couldn’t get back into my admin and had to delete the files from the plugin area using ftp.

    My php version is 5.3.6.

    I use the Suffusion theme.

    Same problem here. I got this one, too:

    Warning: require_once(inc/json.php) [function.require-once]: failed to open stream: No such file or directory in /home/…/public_html/wp-content/plugins/secure-wordpress/secure-wordpress.php on line 105

    Fatal error: require_once() [function.require]: Failed opening required ‘inc/json.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/…/public_html/wp-content/plugins/secure-wordpress/secure-wordpress.php on line 105

    i got no error. only apache 500 internal server error and blank page…
    not realy good…

    the inc folder is missing so all require references will break it.

    what I did temp fix to get my site back up
    I commented out all the require references
    eg : require_once ‘inc/json.php’

    all of them (the inc/ folder was not included in the package)
    also comment out this line
    $swwsd = new swWSD();

    once the site was back up, disabled the plugin until it gets updated.

    hope this helps

    sorry, I should mention the file I was editing is secure-wordpress.php

    all folders are missing. i have
    /css
    /img/
    /inc
    /js
    /language

    Uploaded old version and page is running fine 🙂

    Same deal as mal2809. Secure WordPress has been a great plug-in for me before. Would love to see this issue resolved.

    I just went through my cPanel to delete the folder for that plug-in. I’ll just wait for a fix before I re-install it.

    Deleting the secure-wordpress directory fixed things for now. Had a heart attack there for a second..

    Jon

    (@jonpaulwade)

    I had same problem today. Also problems with related posts plugins, several failed, got one working.

    Is there a temporary alternative for Secure WordPress?

    use 2.0.1 of this plugin!

    Jon

    (@jonpaulwade)

    is there somewhere to download that? Guess I may have a copy somewhere …..

Viewing 15 replies - 1 through 15 (of 29 total)
  • The topic ‘Fatal Error when Update’ is closed to new replies.