michaeluno / amazon-auto-links

A WordPress plugin that generates links of Amazon products just coming out today. You just pick categories and they appear even in JavaScript disabled browsers.
GNU General Public License v2.0
7 stars 3 forks source link

I get Deprecated notice in Wordpress Backend #26

Open melleman opened 8 months ago

melleman commented 8 months ago

Description

I get Deprecated notice in Wordpress Backend

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/amazon-auto-links/include/core/main/option/AmazonAutoLinks_Option.php on line 779

Deprecated: dirname(): Passing null to parameter #1 ($path) of type string is deprecated in /var/www/html/wp-content/plugins/amazon-auto-links/include/core/component/template/option/AmazonAutoLinks_TemplateOption.php on line 378

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/amazon-auto-links/include/library/apf/factory/admin_page/_model/format/AdminPageFramework_Format_SubMenuPage.php on line 30

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/amazon-auto-links/include/library/apf/factory/admin_page/_model/format/AdminPageFramework_Format_SubMenuPage.php on line 30

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/amazon-auto-links/include/library/apf/factory/admin_page/_model/format/AdminPageFramework_Format_SubMenuPage.php on line 30

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/amazon-auto-links/include/library/apf/factory/admin_page/_model/format/AdminPageFramework_Format_SubMenuPage.php on line 30

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/amazon-auto-links/include/library/apf/factory/admin_page/_model/format/AdminPageFramework_Format_SubMenuPage.php on line 30

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/amazon-auto-links/include/library/apf/factory/admin_page/_model/format/AdminPageFramework_Format_SubMenuPage.php on line 30

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/amazon-auto-links/include/library/apf/factory/admin_page/_model/format/AdminPageFramework_Format_SubMenuPage.php on line 30

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/amazon-auto-links/include/library/apf/factory/admin_page/_model/format/AdminPageFramework_Format_SubMenuPage.php on line 30

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/amazon-auto-links/include/library/apf/factory/admin_page/_model/format/AdminPageFramework_Format_SubMenuPage.php on line 30

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/amazon-auto-links/include/library/apf/factory/admin_page/_model/format/AdminPageFramework_Format_SubMenuPage.php on line 30

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/amazon-auto-links/include/library/apf/factory/admin_page/_model/format/AdminPageFramework_Format_SubMenuPage.php on line 30

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/wp-content/plugins/amazon-auto-links/include/library/apf/factory/admin_page/_model/format/AdminPageFramework_Format_SubMenuPage.php on line 30 Contract

Steps to reproduce

activated WP_DEBUG load Wordpress backend

Screenshots, screen recording clips, or code snippets

No response

Environment

Wordpress 6.3 / 6.4 PHP 8.1.13 MYSQL 8.0.31

Please confirm that you have searched existing issues in this repository.

Yes

Please confirm that the problem occurs with the default theme and all the plugins deactivated except "Auto Amazon Links".

Yes

michaeluno commented 8 months ago

Thanks for the report!