Find Answers and Get Support › Forums › Armadon – Gaming Community WordPress Theme › Installation & Updates › Required Plugins Installation and Updates › i have this problem
- This topic has 1 reply, 2 voices, and was last updated 3 weeks, 1 day ago by
Manathan.
-
AuthorPosts
-
samyParticipant@sameadj10
- 1 Topics
- 1 Posts
Détails de l’erreur
======================
Une erreur de type E_ERROR a été causée dans la ligne 110 du fichier /homepages/8/d4298809559/htdocs/clickandbuilds/CarthageDynasty/wp-content/plugins/grimlock/grimlock.php. Message d’erreur : Uncaught Error: Failed opening required ‘inc/class-grimlock.php’ (include_path=’/homepages/8/d4298809559/htdocs/clickandbuilds/CarthageDynasty/wp-content/plugins/kirki/:/homepages/8/d4298809559/htdocs/clickandbuilds/CarthageDynasty/wp-content/plugins/kirki/core:.:/usr/lib/php8.4′) in /homepages/8/d4298809559/htdocs/clickandbuilds/CarthageDynasty/wp-content/plugins/grimlock/grimlock.php:110
Stack trace:
#0 /homepages/8/d4298809559/htdocs/clickandbuilds/CarthageDynasty/wp-includes/class-wp-hook.php(324): grimlock_loaded()
#1 /homepages/8/d4298809559/htdocs/clickandbuilds/CarthageDynasty/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 /homepages/8/d4298809559/htdocs/clickandbuilds/CarthageDynasty/wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /homepages/8/d4298809559/htdocs/clickandbuilds/CarthageDynasty/wp-settings.php(559): do_action()
#4 /homepages/8/d4298809559/htdocs/clickandbuilds/CarthageDynasty/wp-config.php(108): require_once(‘/homepages/8/d4…’)
#5 /homepages/8/d4298809559/htdocs/clickandbuilds/CarthageDynasty/wp-load.php(50): require_once(‘/homepages/8/d4…’)
#6 /homepages/8/d4298809559/htdocs/clickandbuilds/CarthageDynasty/wp-admin/admin.php(34): require_once(‘/homepages/8/d4…’)
#7 /homepages/8/d4298809559/htdocs/clickandbuilds/CarthageDynasty/wp-admin/themes.php(10): require_once(‘/homepages/8/d4…’)
#8 {main}
thrownFebruary 24, 2025 at 19:01 #49003@themodactyl- 0 Topics
- 6724 Posts
Hi Samy,
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.
Regards,
February 25, 2025 at 09:15 #49007 -
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 ‘i have this problem’ is closed to new replies.