LiteSpeed Cache - "Disable All Features" Enabled Even After Turning It Off

Status
Not open for further replies.
#1
Hi everyone,

I'm facing an issue with the LiteSpeed Cache plugin on my WordPress website. Even after disabling the "Disable All Features" option, I still see this message at the top:

"The setting Disable All Features is currently enabled. Click here to change."
What I Have Tried So Far:

  1. Checked LiteSpeed Cache Settings:
    • Went to LiteSpeed Cache > General Settings and ensured "Disable All Features" is set to OFF.
    • Saved changes and cleared the cache, but the issue persists.
  2. Checked Database for LiteSpeed Settings:
    • I searched for litespeed.admin_disable_all in the wp_options table via phpMyAdmin but couldn’t find any related entry.
    • Also ran this query:
      sql
      CopyEdit
      SELECT * FROM wp_options WHERE option_name LIKE '%litespeed%';
      but found no relevant results.
  3. Checked wp-config.php:
    • There is no define('LITESPEED_DISABLE_ALL', true); in my wp-config.php file.
  4. Tried Plugin Reinstallation:
    • Deactivated and deleted the LiteSpeed Cache plugin.
    • Manually removed the /wp-content/plugins/litespeed-cache/ folder.
    • Reinstalled the plugin, but the issue remains.
  5. Checked for Plugin Conflicts:
    • Disabled all other plugins and only kept LiteSpeed Cache active, but the problem persists.
  6. Checked for JavaScript Errors:
    • Opened the browser console and didn’t see any LiteSpeed-related errors.
Additional Details:

  • WordPress Version: 6.7.2
  • LiteSpeed Cache Plugin Version: 7.0.0.1
  • Hosting Provider: Admire Host
  • Server Type: Apache

Has anyone faced this issue before? Any suggestions on how to fix it? Any help would be greatly appreciated!
 

Attachments

Status
Not open for further replies.
Top