WP Tuner error cannot be removed
-
The following error message is prompted on every page:
{{
WP Tuner is not correctly configured. Please go to the Settings page using the link above, and set it up correctly.
}}
, even if I following the instructions in the setting page:
{{
Configuration Incomplete. Number of errors: 1
(Fix issues in the order presented. One issue may be the actual cause of all errors. Reload this page two+ times after making any change. If the problem is not resolved, deactivate and reactivate again.)* wp-config.php contains WP Tuner markers, but they are after the ABSPATH definition. Please clean up the file and reinstall WP Tuner.
* If Auto-config remains broken, please find a way to add the following code after your DB_* definitions in wp-config.php://-WP Tuner Plugin by MrPete————
//————————————–
$wpTunerStart = microtime(); // get start time as early as we can
if ( function_exists( ‘getrusage’ ) ) { $wpTunerStartCPU = getrusage(); }
@include_once(dirname(__FILE__).’/wp-content/plugins/wptuner/wptunertop.php’); // fire up WPTuner
//————————————–
//-END WP Tuner Plugin——————
}}Any idea on how to recover from this?
- The topic ‘WP Tuner error cannot be removed’ is closed to new replies.