I think I have found the problem. wpmobile.app runs great on PHP 8.0, but if you set your website to PHP 8.1 or higher the trouble begins.
Plugin Author
Amauri
(@amauric)
Hi
Correct, on PHP 8.1 there is deprecated error, I’ll fix this.
You should not see display php errors on the production website, deprecated are notices and didnt break the app functionality.
That is great! 🙂 Thank you for your fast reply. 🙂
Hi,
Today, I installed this plugin as well (version 11.49). After activating it, I get these errors:
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/vhosts/xon.nu/httpdocs/wp-includes/functions.php on line 7300
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/vhosts/xon.nu/httpdocs/wp-includes/functions.php on line 2189
Warning: Cannot modify header information – headers already sent by (output started at /var/www/vhosts/xon.nu/httpdocs/wp-includes/functions.php:2189) in /var/www/vhosts/xon.nu/httpdocs/wp-admin/includes/misc.php on line 1438
Warning: Cannot modify header information – headers already sent by (output started at /var/www/vhosts/xon.nu/httpdocs/wp-includes/functions.php:2189) in /var/www/vhosts/xon.nu/httpdocs/wp-includes/functions.php on line 7108
Warning: Cannot modify header information – headers already sent by (output started at /var/www/vhosts/xon.nu/httpdocs/wp-includes/functions.php:2189) in /var/www/vhosts/xon.nu/httpdocs/wp-admin/admin-header.php on line 9
When I de-activate the plugin, all the errors are gone. I am running on PHP 8.2.22.