• Conny

    (@conny64)


    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Conny

    (@conny64)

    You see the error while active the debug mode:

    define( ‘WP_DEBUG’, true );

    Does I am still alone?

    Plugin Author wipeoutmedia

    (@wipeoutmedia)

    Sorry for the delay in getting back to you. We will look into further into this and hopefully have a resolution soon. Are you able to provide more details to us via our website as we may need to delve deeper.

    Thanks very much

    Any updates on this one? I’m running on PHP 8.2 also seeing these warnings in the my /wp-content/debug.log file.

    To reproduce the issue, simply add the following lines to the wp-config.php file:
    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);

    Then visit any frontend or backend page, and you’ll see the warnings in the log file.

    Plugin Author wipeoutmedia

    (@wipeoutmedia)

    Hello and thank you for following up on this.

    We will look further into the log files and start planning on some fixes to reduce these warnings.

    Plugin Support Aditya Bhaskar Sharma

    (@adictonat0r)

    Hi everyone,

    We are pleased to announce that we have released a new version of the plugin, v12.0.1, for both CJT Free and CJT PLUS versions. This update includes several fixes and improvements.

    We recommend installing the latest version and checking to see if the issues you experienced have been resolved. Your input has been invaluable in making these updates, and we’re confident this version will offer a better experience.

    If you encounter any further issues or have additional feedback, please don’t hesitate to reach out. We’re here to help and ensure everything runs smoothly.

    Thank you for your patience and continued support!

    Best regards,
    Aditya
    Contributor & Maintainer

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.