8.4.3 and php 7.2
Permalink
Hey, the problem again :)
Our webhost made a php update to 7.2 and now site goes broken if i clear cache.
something to advise?
Thanks.
Our webhost made a php update to 7.2 and now site goes broken if i clear cache.
something to advise?
Thanks.
Hello, and thank you for your response and advice.
I get this error after emptyig cache and thubnails
"Cannot use Concrete\Core\Foundation\Object as Object because 'Object' is a special class name"
what can i do next ?
I get this error after emptyig cache and thubnails
"Cannot use Concrete\Core\Foundation\Object as Object because 'Object' is a special class name"
what can i do next ?
Where's the error occurring? If you enable the detailed debug output, you should have an error screen reporting the offending file and line
Hello, and thanks!
Problem seems to be due to add-on (?)
https://www.concrete5.org/marketplace/addons/buttons-pro/support/php...
Problem seems to be due to add-on (?)
https://www.concrete5.org/marketplace/addons/buttons-pro/support/php...
You should check the core release notes to see when php7.2 was supported.
If the problem is with the c5 core, you should be able to get round it by a manual core update to the latest v8.4.x.
If the problem is a package, contact the package developer.
If its in /applications, you will need to get it fixed yourself.
Keep in mind there could be other php7.2 issues hiding behind the issue you currently see.
The other solution is to get your host to move you back to php7.1 or previous, or move hosts to one where you have control over php version.