Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Installation & Updates › Theme Installation and Updates › php version upgrade 7.4 to 8.0 or 8.1
- This topic has 3 replies, 3 voices, and was last updated 2 years, 6 months ago by
Manathan.
-
AuthorPosts
-
thikiParticipant@thiki
- 10 Topics
- 31 Posts
I just changed the php version from 7.4 to 8.0, and when wordpress debug mode is set to true, I get the following warning output.
Will this be resolved in the next update?
Is the cera theme compatible with php8.0?
Is cera theme compatible with php8.1?
What is the content of the error and is there any problem if I update to php8.0 or php8.1?Warning: The magic method Merlin_Logger::__wakeup() must have public visibility in /www/user/public/wp-content/themes/cera/libs/merlin/includes/class-merlin-logger.php on line 194
August 13, 2022 at 04:31 #42179@roboraptor- 0 Topics
- 412 Posts
Hi there,
Thanks for getting in touch!
We provide support only during Belgian business hours (Monday to Friday, from 8:30 am – 5:30 pm CEST), and our current response time can be up to 1 business day. We’ve received your request and we’ll get you an answer ASAP.
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help:
Kind regards,
August 13, 2022 at 04:31 #42180@themodactyl- 0 Topics
- 6695 Posts
Hi Thiki,
Thank you for bringing this issue to our attention. 🙂
No worries. These are PHP warnings, not errors. Unlike errors, warnings won’t break your website. They’re just messages aimed at developers to improve their code.
To hide this message, I suggest that you activate error logging on your website. Please keep WP_DEBUG to true and just paste the following code lines in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
More on this in the following topic: Debugging in WordPress
You will still be able to consult the warnings and errors triggered by your website but these won’t appear on your pages anymore. Be sure Cera is compatible with PHP 8. At this point, php 8.1 has not been tested. However, note that some third party plugins might not be compatible yet with this version.
Regards,
August 16, 2022 at 11:16 #42210 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘php version upgrade 7.4 to 8.0 or 8.1’ is closed to new replies.