Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Theme Customizer › Error message with Profiles
- This topic has 1 reply, 2 voices, and was last updated 4 years, 11 months ago by
Themosaurusrex.
-
AuthorPosts
-
Jordan ErvinParticipant@jordanervin
- 6 Topics
- 10 Posts
Hello,
After the Grimlock and BuddyPress update, I get the following error message flash on the screen before profiles load. I can only fix it when I turn off cover images… which I don’t want to do. Any idea how to fix?
May 22, 2020 at 08:41 #12955@themosaurusrex- 0 Topics
- 2048 Posts
Hi @jordanervin,
We’re sorry for the inconvenience.
Don’t worry. These are PHP deprecated 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: https://codex.wordpress.org/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.
My best guess is that your issue might probably caused by some missing BuddyPress, Grimlock or theme update as we don’t encounter this issue with our demos.
Could make sure that you have the latest theme version and that all recommended plugins are up-to-date please? Finally, you could also consider clearing all activated caching system as well as your browser cache before investigating any further.
Thank you.
May 22, 2020 at 15:35 #12985 -
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 ‘Error message with Profiles’ is closed to new replies.