Title: PHP errors after upgrading to latest version?!
Last modified: August 3, 2020

---

# PHP errors after upgrading to latest version?!

 *  Resolved [Cosmic Jim](https://wordpress.org/support/users/steviewils/)
 * (@steviewils)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/php-errors-after-upgrading-to-latest-version/)
 * I have just upgraded the Plugin’s to the latest versions and I now have PHP errors
   listed in the admin area of my site. This has also caused the menu bar to disappear!
 * Example:
    Warning: Illegal string offset ‘wpsso/wpsso.php’ in /wp-content/plugins/
   wpsso-um/lib/com/update.php on line 963
 * There are a few dozen lines from different folders, all end ‘update.php’.
 * The amber warning is also stated, but this is caused by the error as I have the
   premium version:
 * “An Authentication ID has been entered for WPSSO Core in the Premium Licenses
   settings page but the Premium version is not installed — don’t forget to update
   the plugin to install the latest Premium version. ;-)”
 * Please can we have a fix ASAP in case this has effected the setup of our pages
   and therefore SEO?
 * Versions just updated to and since the errors occurred:
 * WPSSO Core – 7.15.0
    WPSSO Organization Markup – 3.6.0 WPSSO Ratings and Reviews–
   2.9.0 WPSSO Schema JSON-LD Markup – 3.14.0 WPSSO Update Manager – 3.0.0
 * Many thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/php-errors-after-upgrading-to-latest-version/#post-13205130)
 * Unfortunately, the forums on wordpress.org are limited to discussions about the
   free / standard plugins and their features. The SSO > Dashboard page provides
   links to all available plugin resources, including links to our Premium support
   site at [https://surniaulula.com/support/](https://surniaulula.com/support/).
 * It sounds like one of the new object properties for WP v5.5 is causing issues
   with your version of PHP. Which version of PHP are you using?
 * I’ve added additional checks in WPSSO UM v3.0.1 to avoid that warning. A PHP 
   warning should not have any effect on the website, unless those warning messages
   are being printed. You can double-check your wp-config.php file to make sure 
   the following are defined correctly:
 *     ```
       define( 'WP_DEBUG_DISPLAY', false) ;
   
       @ini_set( 'display_errors',0 );
       ```
   
 * WPSSO UM v3.0.1 was released this morning. If you have any other questions or
   issues, please open a ticket on our Premium support site for a faster response–
   Premium support tickets have a much higher priority than the wordpress.org forums.
   😉
 * js.

Viewing 1 replies (of 1 total)

The topic ‘PHP errors after upgrading to latest version?!’ is closed to new replies.

 * ![](https://ps.w.org/wpsso/assets/icon-256x256.png?rev=3167695)
 * [WPSSO Core - Complete Schema Markup and Meta Tags](https://wordpress.org/plugins/wpsso/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpsso/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpsso/)
 * [Active Topics](https://wordpress.org/support/plugin/wpsso/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpsso/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpsso/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/php-errors-after-upgrading-to-latest-version/#post-13205130)
 * Status: resolved