Warnings on activation
-
– When activating the plugin, it doesn’t check if the tables already exist so it creates mysql errors
– lots of deprecation warnings (causing about 3000 warnings in the logfiles):[18-Nov-2022 15:00:53 UTC] PHP Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /var/www/html/wordpress/wp-content/plugins/wp-ever-accounting/includes/class-collection.php on line 434 [18-Nov-2022 15:00:53 UTC] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/html/wordpress/wp-content/plugins/wp-ever-accounting/includes/ea-file-functions.php on line 123 [18-Nov-2022 15:00:53 UTC] PHP Deprecated: Return type of EverAccounting\Abstracts\Registry::offsetExists($offset) should either be compatible with ArrayObject::offsetExists(mixed $key): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wordpress/wp-content/plugins/wp-ever-accounting/includes/abstracts/abstract-registry.php on line 121 [18-Nov-2022 15:00:53 UTC] PHP Deprecated: Return type of EverAccounting\Abstracts\Registry::offsetGet($offset) should either be compatible with ArrayObject::offsetGet(mixed $key): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wordpress/wp-content/plugins/wp-ever-accounting/includes/abstracts/abstract-registry.php on line 135 [18-Nov-2022 15:00:53 UTC] PHP Deprecated: Return type of EverAccounting\Abstracts\Registry::offsetSet($offset, $value) should either be compatible with ArrayObject::offsetSet(mixed $key, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wordpress/wp-content/plugins/wp-ever-accounting/includes/abstracts/abstract-registry.php on line 149 [18-Nov-2022 15:00:53 UTC] PHP Deprecated: Return type of EverAccounting\Abstracts\Registry::offsetUnset($offset) should either be compatible with ArrayObject::offsetUnset(mixed $key): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wordpress/wp-content/plugins/wp-ever-accounting/includes/abstracts/abstract-registry.php on line 162 [18-Nov-2022 15:00:53 UTC] PHP Deprecated: Return type of EverAccounting\DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wordpress/wp-content/plugins/wp-ever-accounting/includes/class-datetime.php on line 85 [18-Nov-2022 15:00:53 UTC] PHP Deprecated: Return type of EverAccounting\DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wordpress/wp-content/plugins/wp-ever-accounting/includes/class-datetime.php on line 72 [18-Nov-2022 15:00:53 UTC] PHP Deprecated: Return type of EverAccounting\DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wordpress/wp-content/plugins/wp-ever-accounting/includes/class-datetime.php on line 187
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Warnings on activation’ is closed to new replies.