Thank you for reporting!
I’m just checking it!
When you refreshed the page! Did you find the block created?
If the block is created! Could you ablt to make changes there?
Regards,
Ahmed
Hi Ahmed,
there is no block created. I’ve checked all possibilities (header, footer, activated, First Block, Last Block), but every try the same error.
Good! Thank you for trying!
The changes you made has nothing to do with the issue!
What WordPress and PHP versions you’ve installed in your server?
I am using WP 3.5.1de and PHP is Version 5.4.9-nmm1
This issue is because the PHP configuration file ‘error_report’ property has E_STRICT flag set!
We’re solving this issue however it might take few days! If you’ve the ability to disable that yourself it might temporarily help you get the Plugin work!
I can’t simply unset this flag from CJT code as this is a kind of forcing user to specific configuration that will affect the behavior of the whole site!
If you’re able to unset this flag yourself from the server php.ini file or by directly hacking the Plugin files and add the following line:
error_reporting(E_ALL | ~E_STRICT)
at the begnining of the css-js-toolbox.php file just after:
`// Disallow direct access.
defined(‘ABSPATH’) or die(“Access denied”);`
If you willing to do that please let us know what happened!
We’ll get it solved very soon!
Thanks,
Ahmed
Hi Ahmed,
after inserting the Code, there have been >50 ‘errors’ like this:
Strict Standards: Non-static method CJTHookableClass::trigger() should not be called statically in /www/htdocs/wp-content/plugins/css-javascript-toolbox/css-js-toolbox.class.php on line 237
Strict Standards: Non-static method CJTEvents::getTypeEvents() should not be called statically in /www/htdocs/wp-content/plugins/css-javascript-toolbox/framework/events/hookable.class.php on line 126
Strict Standards: Non-static method CJTEvents::parseEventType() should not be called statically in /www/htdocs/wp-content/plugins/css-javascript-toolbox/framework/events/events.class.php on line 234
Strict Standards: Non-static method CJTHookableClass::trigger() should not be called statically in /www/htdocs/wp-content/plugins/css-javascript-toolbox/css-js-toolbox.class.php on line 220
Strict Standards: Non-static method CJTEvents::getTypeEvents() should not be called statically in /www/htdocs/wp-content/plugins/css-javascript-toolbox/framework/events/hookable.class.php on line 126
Strict Standards: Non-static method CJTEvents::parseEventType() should not be called statically in /www/htdocs/wp-content/plugins/css-javascript-toolbox/framework/events/events.class.php on line 234
Strict Standards: Non-static method CJTHookableClass::trigger() should not be called statically in /www/htdocs/wp-content/plugins/css-javascript-toolbox/css-js-toolbox.class.php on line 237
Strict Standards: Non-static method CJTEvents::getTypeEvents() should not be called statically in /www/htdocs/wp-content/plugins/css-javascript-toolbox/framework/events/hookable.class.php on line 126
Strict Standards: Non-static method CJTEvents::parseEventType() should not be called statically in /www/htdocs/wp-content/plugins/css-javascript-toolbox/framework/events/events.class.php on line 234
Strict Standards: Non-static method CJTHookableClass::trigger() should not be called statically in /www/htdocs/wp-content/plugins/css-javascript-toolbox/css-js-toolbox.class.php on line 160
Strict Standards: Non-static method CJTEvents::getTypeEvents() should not be called statically in /www/htdocs/wp-content/plugins/css-javascript-toolbox/framework/events/hookable.class.php on line 126
Strict Standards: Non-static method CJTEvents::parseEventType() should not be called statically in /www/htdocs/wp-content/plugins/css-javascript-toolbox/framework/events/events.class.php on line 234
Hello,
Sorry for confusing you! The problem is just we really didn’t test the Plugin under PHP 5.4.x configuration!
Try to use the following instead of the line I sent above:
error_reporting(E_ALL & ~E_STRICT);
Note: I’ve just replaced | by & as I typed it wrong in my previous comment! Sorry about that!
We now working on solving this issue and make a full test under PHP 5.4.x, in case you didn’t got it work, we’ll release a new version with this fix in the next couple of days. I’ll then notify you!
Thanks,
Ahmed
Hello Ahmed,
I’ve done it as you typed, but the same errors appear.
K, I’ll be waiting for the fix.
Hello,
Thank you for your patient!
We already fixing the issue and we’ll get back with the fixes very soon.
Version 6.0.9 is just released with this issue fixed!
Please let us know your feedback!
Regards,
Ahmed