OllieJones / index-wp-mysql-for-speed

A plugin to add useful indexes to your WordPress installation's MySQL database.
GNU General Public License v2.0
125 stars 10 forks source link

PHP 8.1 deprecation warnings #46

Closed rafaucau closed 2 years ago

rafaucau commented 2 years ago

When I enable WP_DEBUG, I see these warnings:

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/vhosts/localhost/html/wp-content/plugins/index-wp-mysql-for-speed/afp/factory/_common/utility/base_utility/AdminPageFramework_Utility.php on line 73

Deprecated: file_exists(): Passing null to parameter #1 ($filename) of type string is deprecated in /var/www/vhosts/localhost/html/wp-content/plugins/index-wp-mysql-for-speed/afp/factory/_common/utility/base_utility/AdminPageFramework_Utility.php on line 76

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/vhosts/localhost/html/wp-content/plugins/index-wp-mysql-for-speed/afp/factory/admin_page/_model/format/AdminPageFramework_Format_SubMenuLink.php on line 25

image

OllieJones commented 2 years ago

Thanks for the bug report. I'll release the fix in the next version.