You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
define( "WP_CACHE", true ); is not in wp-config.php. Either click "Attempt Fix" or add the code manually.
Attempt Fix
have put in the code, still get this error
The text was updated successfully, but these errors were encountered:
I replaced the characters with :%s/\r//g, but it doesn't make any sense to repeat the same command over and over when I'm tweaking the cache's settings.
There is a typo in the backend message. The actual code that plugin will write if able is:
define( 'WP_CACHE', true ); // Simple Cache
The typo is double quote appearing in WP backend ("WP_CACHE"), but really should be single quote.
I 444 my htaccess and wp-config. And have the correct cache define in place, yet when I make a change in the plugin options, the message to add cache true appears again. Should certain permissions exist for wp-config, or is once the cache define line is in place it is okay?
define( "WP_CACHE", true ); is not in wp-config.php. Either click "Attempt Fix" or add the code manually.
Attempt Fix
have put in the code, still get this error
The text was updated successfully, but these errors were encountered: