Error on Update to PHP 8.1
-
I’ ve got following errors if I update to PHP 8.1
Deprecated: Return type of CJTIncludes::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/www/dl2fbo/wp-content/plugins/css-javascript-toolbox/framework/php/includes.class.php on line 109
Deprecated: Return type of CJTIncludes::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/www/dl2fbo/wp-content/plugins/css-javascript-toolbox/framework/php/includes.class.php on line 118
Deprecated: Return type of CJTIncludes::offsetSet($key, $path) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/www/dl2fbo/wp-content/plugins/css-javascript-toolbox/framework/php/includes.class.php on line 127
Deprecated: Return type of CJTIncludes::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/www/dl2fbo/wp-content/plugins/css-javascript-toolbox/framework/php/includes.class.php on line 136
Deprecated: Return type of CJTEESubject::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/www/dl2fbo/wp-content/plugins/css-javascript-toolbox/framework/events/subjects/subject.subject.php on line 60
Deprecated: Return type of CJTEESubject::offsetExists($callback) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/www/dl2fbo/wp-content/plugins/css-javascript-toolbox/framework/events/subjects/subject.subject.php on line 153
Deprecated: Return type of CJTEESubject::offsetGet($callback) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/www/dl2fbo/wp-content/plugins/css-javascript-toolbox/framework/events/subjects/subject.subject.php on line 165
Deprecated: Return type of CJTEESubject::offsetSet($key, $callback) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/www/dl2fbo/wp-content/plugins/css-javascript-toolbox/framework/events/subjects/subject.subject.php on line 178
Deprecated: Return type of CJTEESubject::offsetUnset($callback) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/www/dl2fbo/wp-content/plugins/css-javascript-toolbox/framework/events/subjects/subject.subject.php on line 190
Deprecated: dirname(): Passing null to parameter #1 ($path) of type string is deprecated in /home/www/dl2fbo/wp-content/plugins/css-javascript-toolbox/framework/mvc/controller.inc.php on line 122
Deprecated: dirname(): Passing null to parameter #1 ($path) of type string is deprecated in /home/www/dl2fbo/wp-content/plugins/css-javascript-toolbox/framework/mvc/controller.inc.php on line 122
Warning: Cannot modify header information – headers already sent by (output started at /home/www/dl2fbo/wp-content/plugins/css-javascript-toolbox/framework/php/includes.class.php:9) in /home/www/dl2fbo/wp-admin/includes/misc.php on line 1431
Warning: Cannot modify header information – headers already sent by (output started at /home/www/dl2fbo/wp-content/plugins/css-javascript-toolbox/framework/php/includes.class.php:9) in /home/www/dl2fbo/wp-includes/functions.php on line 7049
Warning: Cannot modify header information – headers already sent by (output started at /home/www/dl2fbo/wp-content/plugins/css-javascript-toolbox/framework/php/includes.class.php:9) in /home/www/dl2fbo/wp-admin/admin-header.php on line 9
- You must be logged in to reply to this topic.