• sledgehammer

    (@sledgehammer)


    I am getting some code errors on a site that was working fine several months ago, now is giving me fatal and mysql errors, illegal offset type and array issues. It was doing it before I upgraded to 3.1.1. I also upgraded to the latest versions of the plug ins I was using. I am at a loss on how to fix this:

    Fatal error: Cannot use object of type WP_Object_Cache as array in /home2/bestlcic/public_html/wp-includes/cache.php on line 350

    Catchable fatal error: Object of class stdClass could not be converted to string in /home2/bestlcic/public_html/wp-includes/user.php on line 1100

    Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home2/bestlcic/public_html/wp-includes/wp-db.php on line 1100

    Fatal error: Cannot use object of type wpdb as array in /home2/bestlcic/public_html/wp-includes/wp-db.php on line 1318

    Warning: Illegal offset type in isset or empty in /home2/bestlcic/public_html/wp-includes/widgets.php on line 866

Viewing 1 replies (of 1 total)
  • esmi

    (@esmi)

    Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Ten theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

Viewing 1 replies (of 1 total)
  • The topic ‘fatal and mysql_error issues, illegal offset type, array’ is closed to new replies.