Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #194102

    Several times I get this error message “Fatal error: Cannot call overloaded function for non-object in /home/admin110/public_html/wp-includes/capabilities.php on line 1361” Then the site goes down for a few minutes. It usually happens when I just am doing regular updates on the site, nothing too intense. If you could let me know what needs to get done to fix this issue, that would be great! I am using Godaddy for the hosting and have the Enfold theme installed version 2.3.1.

    Thanks!

    #194114

    Hey Yourstrategicmarketing!

    It looks like it’s a server issue, does it happen even if you have the Default theme active?

    Best regards,
    Josue

    #195876

    Josue,
    I talked with the server people and this is what they had to say “Not getting user information, problem with the theme. The file is a normal file that is looking for the user information and cannot find the info. Because it is not properly getting transmitted. Not related to server at all. ” He gave this link “http://wordpress.stackexchange.com/questions/44016/php-fatal-error-cannot-call-overloaded-function-for-non-object-in-wp-includes-c” which explains what is going on. I can only imagine if it is not the server then it has to do with the template. Thanks for your help!

    #195962

    Hey!

    But have you tried disabling all of your plugins and switching to the default theme?

    Regards,
    Josue

    #196299

    Josue,
    I just tried it and was not able to produce the error with the default template and no plugins activated. Things that have led to the error being produced and the site shut down for several minutes are: uploading/changing the logo, creating new pages, installing widgets, uploading new media pictures. It doesn’t happen everytime and it is not predictable. It will just happen randomly and then the entire site is shut down. Thankfully it has not happened in awhile, but I am concerned for the future.

    Thanks,
    Phil

    #196304

    Hey!

    Hard to reproduce indeed, maybe the PHP error logs have some information.

    Regards,
    Josue

    #196308

    Josue,
    If so, please instruct me how to check the PHP error logs.

    Thanks,
    Phil

    #196466

    Hey!

    Please deactivate all plugin, see if the issue goes away. Do you have a cache plugin? Please add these lines on wp-config.php:

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors',0);

    Post the errors here.

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Fatal Error’ is closed to new replies.