• Hello, long time user of the plugin thank you!

    After updating to PHP 8.2 we are getting we have been getting warnings from several different parts of Clearfy. Can you update them please?

    PHP message: PHP Warning: Array to string conversion in /clearfy/components/ga-cache/includes/classes/class-google-tag-manager-cache.php on line 104

    PHP message: PHP Warning: Undefined array key “path” in /mu-plugins/assets-manager.php on line 270

    PHP message: PHP Warning: Undefined array key “path” in /hide-login-page/includes/classes/class.configurate-hide-login-page.php on line 123

    PHP message: PHP Warning: Undefined array key “path” in /hide-login-page/includes/classes/class.configurate-hide-login-page.php on line 128

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • PHP 8.2 problems here, too:
    Query Monitor shows 103 (!!) times DEPREACHED.
    When comes an updates which can handle PHP 8.2 flawlessly?
    …it’s already out here for a while (https://www.php.net/supported-versions.php)…

    Thread Starter infosws

    (@nicksws)

    Hello,

    Its been 5 weeks since I posted this now, any progress please?

    I wanted to move on to php 8.2 now after WordPress 6.4 gets released. But, this plugin is stopping me doing that. My all others plugins supports php 8.2 but this one doesn’t.

    The author hasn’t responded anyone from the past 4 months. No compatibility checks has been done on current version of WordPress. I feel doubt if the plugin developer is still active! The plugin is good for me however. So, I am not in the mood of replacing this plugin with another one.

    • This reply was modified 1 year, 4 months ago by Skrlance.
    Jane

    (@jstepak)

    I’m also seeing a similar warning:

    PHP Warning: Trying to access array offset on value of type bool in /home2/collabdev14/thecollaborativecom/wp-content/mu-plugins/assets-manager.php on line 270

    after updating to PHP 8.2.16

    Line 270 is:

    return strpos($current_url[‘path’], $rest_url[‘path’], 0) === 0;

    Maybe we can figure out the necessary update? I don’t see where “path” is defined or necessary. Maybe we can update to:

    return strpos($current_url, $rest_url, 0) === 0;

    • This reply was modified 1 year ago by Jane.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP warnings on version 8.2’ is closed to new replies.