Title: PHP warnings on version 8.2
Last modified: July 5, 2023

---

# PHP warnings on version 8.2

 *  [infosws](https://wordpress.org/support/users/nicksws/)
 * (@nicksws)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/php-warnings-on-version-8-2/)
 * 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)

 *  [yellowfellow333](https://wordpress.org/support/users/yellowfellow333/)
 * (@yellowfellow333)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/php-warnings-on-version-8-2/#post-16917441)
 * **PHP 8.2 problems** here, too:
   [Query Monitor](https://de.wordpress.org/plugins/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](https://www.php.net/supported-versions.php))…
 *  Thread Starter [infosws](https://wordpress.org/support/users/nicksws/)
 * (@nicksws)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/php-warnings-on-version-8-2/#post-16980923)
 * Hello,
 * Its been 5 weeks since I posted this now, any progress please?
 *  [Skrlance](https://wordpress.org/support/users/seanlance/)
 * (@seanlance)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/php-warnings-on-version-8-2/#post-17162055)
 * 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 2 years, 7 months ago by [Skrlance](https://wordpress.org/support/users/seanlance/).
 *  [Jane](https://wordpress.org/support/users/jstepak/)
 * (@jstepak)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/php-warnings-on-version-8-2/#post-17486573)
 * 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 2 years, 3 months ago by [Jane](https://wordpress.org/support/users/jstepak/).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘PHP warnings on version 8.2’ is closed to new replies.

 * ![](https://ps.w.org/clearfy/assets/icon-256x256.gif?rev=2392119)
 * [Clearfy Cache – WordPress optimization plugin, Minify HTML, CSS & JS, Defer](https://wordpress.org/plugins/clearfy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/clearfy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/clearfy/)
 * [Active Topics](https://wordpress.org/support/plugin/clearfy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/clearfy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/clearfy/reviews/)

## Tags

 * [php update](https://wordpress.org/support/topic-tag/php-update/)

 * 4 replies
 * 4 participants
 * Last reply from: [Jane](https://wordpress.org/support/users/jstepak/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/php-warnings-on-version-8-2/#post-17486573)
 * Status: not resolved