• Recently I have noticed that my website is throwing some errors:
    Warning: Illegal string offset ‘otw_pm_portfolio_detail_1’ in …/wp-content/plugins/otw-portfolio-manager/classes/otw_pm_dispatcher.php on line 144

    I recently upgraded my PHP version to 7.2. When I noticed I had this issue, I rolled it back to 7.1 but I’m still seeing this error.

    WordPress is up to date. I’m also using a Genesis child theme.

    Has anyone else seen this error?
    Does anyone know how to fix it?
    If I can’t fix it, I will have to recreate all of my portfolio content.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter csbecker

    (@csbecker)

    For now, I’ve hidden the warnings by using:
    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);

    (WP_DEBUG = false wasn’t hiding the warnings from the frontend so I went with the above lines of code in my config.sys).

    I found this hint from:
    https://aristath.github.io/blog/wp-hide-php-errors
    (Thanks Aristeides Stathopoulos).

    Anyway, I’m still interested if there’s something that can be done or if I shouldn’t worry about it anymore.

    PS – I did try disabling all plugins to see if I still got errors. I did not try another theme though Genesis has been pretty robust, without any errors on all of my other sites.

    Thanks, Chris

    Estoy igual!
    Al final que has hecho!? Cambiar el plugin verdad!? Si me entero de algo te lo hago saber!
    Un saludo!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Illegal string offset ‘otw_pm_portfolio_detail’ is closed to new replies.