Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Fine Tuning › Performance Optimization › Error Log and Debug Log Do Not Occur
- This topic has 6 replies, 2 voices, and was last updated 3 years, 6 months ago by
Manathan.
-
AuthorPosts
-
AbdullahParticipant@abdullahyanik
- 6 Topics
- 21 Posts
Hello,
Even if an error is created in the places embedded in the theme, it is not recorded in either the error.log file or the debug.log file. We can’t see the record of the errors in the page-….php files we created to organize the pages. Error logs in different themes were being added to the files. Cera theme does not have this feature or functionality?September 20, 2021 at 12:40 #35217@themodactyl- 0 Topics
- 6758 Posts
Hi Abdullah,
I think you need to activate logging on your website, just turn WP_DEBUG to true, by pasting 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
Best,
September 20, 2021 at 13:54 #35220@themodactyl- 0 Topics
- 6758 Posts
Hi Abdullah,
Cera theme works as all theme: the errors, once you’ll face them again, should be added to the debug.log file thanks to the code snippet that you’ve recently added to your
wp-config.php
file. then, we should be able to read the error.I suggest you to “cause” the error you had so you will be able to share the content of your
debug.log
file with us. You can post the content of this file as plain text in your next reply and mark it as private to keep this between us.After having reviewed your next reply, we’ll be able to tell you if the issue is caused by our product, a third party plugin or any type misconfiguration on your server.
If we’re not able to help, we’ll recommend you to transfer the error logs to the plugin author or to your server hosting support.
Thank you.
September 23, 2021 at 10:10 #35325@themodactyl- 0 Topics
- 6758 Posts
Hi Abdullah,
Thank you for sharing your debug.log file content with us.
Your debug mode seems to work fine. 🙂
We took a look and the notices concerning Grimlock for BuddyPress will be fixed in the next update. We’ll be back to you as soon as the update is available.
Best,
September 27, 2021 at 14:21 #35416@themodactyl- 0 Topics
- 6758 Posts
Hi Abdullah,
We have just released a new update of Grimlock for BuddyPress. 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: How to Clear Internet Cache in Every Major Browser.
Kindest regards,
November 17, 2021 at 13:11 #36907 -
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 Log and Debug Log Do Not Occur’ is closed to new replies.