If you’re managing WordPress installations through WP Toolkit on cPanel, you may have noticed strange behavior or complete non-functionality after upgrading to certain cPanel versions. Specifically, users upgrading to versions 11.110.0.65, 11.126.0.21, or 11.128.0.11 have reported that WP Toolkit and other cPanel plugin functionalities are either broken or inaccessible.
After some digging, the root cause appears to be the removal of a crucial directory:
/usr/local/cpanel/whostmgr/addonfeatures
Let’s walk through what’s going wrong, why it matters, and how to resolve it.
What Changed in cPanel 110.126 and 110.128?
With the release of cPanel versions in the 110.x and 128.x branches, many users observed that plugins like WP Toolkit stopped functioning as expected. This issue is particularly evident right after applying these builds:
- 11.110.0.65
- 11.126.0.21
- 11.128.0.11
In-depth reviews of affected systems revealed a common thread — the addonfeatures directory was missing. This directory is vital because it serves as a registry of WHM plugin availability. Many third-party and bundled tools rely on it to detect available features and render their UIs accordingly.
Why the /addonfeatures Directory Matters
The /usr/local/cpanel/whostmgr/addonfeatures directory acts as a flag for WHM-integrated plugins. Each file inside this directory represents a plugin that WHM should list and load. If the directory doesn’t exist, WHM assumes no add-ons are available, effectively hiding or breaking those tools.
In the context of WP Toolkit, this causes:
- WP Toolkit menu not showing in WHM or cPanel
- UI load failures
- Licensing issues with commercial plugins
- Broken links or “missing feature” errors
This bug affects not just WP Toolkit, but any other plugin that depends on WHM addon discovery via this path.
Root Cause: Update Scripts Missed It
The problem doesn’t appear to be intentional deprecation. It seems more likely that the cPanel update process either:
- Removed the directory by mistake, or
- Failed to recreate it post-upgrade
This means any plugin installation done before the update will lose its addonfeatures reference, causing the system to forget the plugin exists.
Symptoms of the Bug
If your system is impacted, you might observe the following symptoms:
- WP Toolkit is no longer listed in WHM or cPanel
- Running whmapi1 list_addon_features returns an empty list
- Errors in plugin logs referencing missing WHM hooks
- Broken cPanel icons for third-party integrations
How to Fix the Problem
The solution is fortunately simple and safe. You just need to recreate the missing directory and repopulate it.
Step 1: Recreate the Directory
mkdir -p /usr/local/cpanel/whostmgr/addonfeatures
Step 2: Add the WP Toolkit Flag
Inside the newly created directory, add a file named wp-toolkit (or use the relevant plugin identifier):
touch /usr/local/cpanel/whostmgr/addonfeatures/wp-toolkit
Note: If you use other plugins, you’ll need to add their respective flag files too.
Step 3: Restart cPanel Services
/scripts/restartsrv_cpsrvd
Step 4: Clear the Cache (Optional but Recommended)
/usr/local/cpanel/bin/whmapi1 flush_cpanel_cache
After this, navigate back to WHM or cPanel. Your WP Toolkit tab should now be visible and fully functional.
Preventing the Issue in Future Updates
Here are some best practices to avoid getting caught off guard again:
- Opt for the cPanel Long-Term Support (LTS) release channel when deploying in production environments.
- Set up nightly backups to ensure you can quickly restore your system if something goes wrong.
- Subscribe to cPanel change logs and forums to stay updated on known bugs.
- Use pre/post update hooks to check plugin directories or restore from backup.
Final Thoughts
Software updates are vital for security and performance, but they can occasionally introduce unintended side effects. This particular bug in cPanel versions 110.126 and 110.128 is a good reminder to test updates in staging before applying them to production systems.
Luckily, this issue has a straightforward fix. If you’re a system admin or web host affected by this glitch, re-creating the missing addonfeatures directory should quickly bring things back to normal. A good Service provider doesn’t just keep the lights on—they enable your business to move faster, safer.
Stay patched, but stay prepared with a good, dedicated server management Plan from SupportPRO.
Partner with SupportPRO for 24/7 proactive cloud support that keeps your business secure, scalable, and ahead of the curve.





