Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Search Results › search result
- This topic has 4 replies, 2 voices, and was last updated 4 years, 3 months ago by Themosaurusrex.
-
AuthorPosts
-
@themosaurusrex
- 0 Topics
- 2048 Posts
Hi @lolivier12,
Thank you for your precious feedback. There is definitely an issue in Grimlock which will be fixed in the next update.
In the meantime, you don’t have to worry about these. 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: 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.
Regards,
April 21, 2020 at 10:30 #11900@themosaurusrex- 0 Topics
- 2048 Posts
You’re welcome.
Cheers,
April 22, 2020 at 09:28 #11928@themosaurusrex- 0 Topics
- 2048 Posts
Hi,
We have just released a new update of Grimlock (v 1.3.3). Updating this plugin to the latest version should fix this issue.
After the update, the problem should now be fixed. However, you might still be seeing the issue because your browser cache is showing you an older version of the page (browsers do that to load pages faster). To see that the issue is resolved you will need to empty your browser cache and reload the page. If you want to read more on what browser cache is and how to clear it, here is an article that might help you:
https://www.lifewire.com/how-to-clear-cache-2617980Kindest regards,
June 25, 2020 at 14:59 #14255 -
AuthorPosts
The topic ‘search result’ is closed to new replies.