PHP Fatal Error: Uncaught TypeError
-
Hello there!
Every now and then I see this error being thrown on my php error log:
PHP Fatal error: Uncaught TypeError: strpos(): Argument #1 ($haystack) must be of type string, array given in /public_html/wp-content/plugins/specific-content-for-mobile/specific-content-for-mobile.php:45
Stack trace:
0 /public_html/wp-content/plugins/specific-content-for-mobile/specific-content-for-mobile.php(45): strpos()
1 /public_html/wp-settings.php(522): include_once('…')
2 /public_html/wp-config.php(97): require_once('…')
3 /public_html/wp-load.php(50): require_once('…')
4 /public_html/wp-admin/admin-ajax.php(22): require_once('…')
5 {main}It doesn’t seems to affect the showing of the mobile version of the site, but maybe is something worth to investigate?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.