• Resolved Cosmic Jim

    (@steviewils)


    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

    (@jsmoriss)

    Unfortunately, the forums on www.remarpro.com 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/.

    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 www.remarpro.com forums. ??

    js.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP errors after upgrading to latest version?!’ is closed to new replies.