I use CC5. Is this version compatible with PHP 7?
Forums
PHP version supported
It should. If not just change back.
Hi goliath,
Yes it is as far as I am aware - i.e. I haven't seen any errors myself or any consistently reported in the forums.
Bob
Yes it is as far as I am aware - i.e. I haven't seen any errors myself or any consistently reported in the forums.
Bob
If I use PHP 5.6, everything works fine.
When I switch to PHP 7.0/7.1/7.2 this error appears:
Fatal error: Uncaught Error: Call to undefined method Error::setProperties() in /data/sites/web/mysite/www/plugins/system/koowa/koowa.php:169
Stack trace:
#0 /data/sites/web/mysite/www/plugins/system/koowa/koowa.php(142): plgSystemKoowa->errorHandler(Object(Error))
#1 /data/sites/web/mysite/www/plugins/system/redirect/redirect.php(112): plgSystemKoowa->exceptionHandler(Object(Error))
#2 /data/sites/web/mysite/www/plugins/system/redirect/redirect.php(91): PlgSystemRedirect::doErrorHandling(Object(Error))
#3 /data/sites/web/mysite/www/plugins/system/admintools/feature/shield404.php(81): PlgSystemRedirect::handleException(Object(Error))
#4 /data/sites/web/mysite/www/plugins/system/admintools/feature/shield404.php(59): AtsystemFeatureShield404::doErrorHandling(Object(Error))
#5 [internal function]: AtsystemFeatureShield404::handleException(Object(Error)) #6 {main} thrown in /data/sites/web/mysite/www/plugins/system/koowa/koowa.php on line 169
Switching back to 5.6 and everything works fine.
When I switch to PHP 7.0/7.1/7.2 this error appears:
Fatal error: Uncaught Error: Call to undefined method Error::setProperties() in /data/sites/web/mysite/www/plugins/system/koowa/koowa.php:169
Stack trace:
#0 /data/sites/web/mysite/www/plugins/system/koowa/koowa.php(142): plgSystemKoowa->errorHandler(Object(Error))
#1 /data/sites/web/mysite/www/plugins/system/redirect/redirect.php(112): plgSystemKoowa->exceptionHandler(Object(Error))
#2 /data/sites/web/mysite/www/plugins/system/redirect/redirect.php(91): PlgSystemRedirect::doErrorHandling(Object(Error))
#3 /data/sites/web/mysite/www/plugins/system/admintools/feature/shield404.php(81): PlgSystemRedirect::handleException(Object(Error))
#4 /data/sites/web/mysite/www/plugins/system/admintools/feature/shield404.php(59): AtsystemFeatureShield404::doErrorHandling(Object(Error))
#5 [internal function]: AtsystemFeatureShield404::handleException(Object(Error)) #6 {main} thrown in /data/sites/web/mysite/www/plugins/system/koowa/koowa.php on line 169
Switching back to 5.6 and everything works fine.
Hi goliath,
Please try disabling (or updating) the Koowa plug-in as that seems to be where the error is originating.
Bob
Please try disabling (or updating) the Koowa plug-in as that seems to be where the error is originating.
Bob
Disabling is no option ('Page nog found'). Updating perhaps but I can't seem to find what this plugin is for, or what component this plugin uses. It seems to be a system plugin. So where to find a new version of this plugin?
Hi goliath,
A Google search ells me that it is part of the JoomlaTools Nooku framework - see here
Bob
A Google search ells me that it is part of the JoomlaTools Nooku framework - see here
Bob
This topic is locked and no more replies can be posted.