1. (For standalone) Click on the Settings icon of the AppServer, hover over Admin Panel, and click on Reset Password to reset your password for phpMyAdmin. 2. A new password will be sent to your registered email address. 3. (For cluster environments) Click on the...
Troubleshooting
Forgot phpMyAdmin credentials
If you forgot the login credentials to your database, you can easily retrieve it from your wp-config.php file. For both standalone & cluster environment: 1. To access wp-config.php, go to the Config of your Application Server by clicking on the wrench icon. 2....
How do I resolve 403 errors with Litespeed?
There are three main causes of 403 errors on your site: Web application firewall First turn WAF off as quick troubleshooting step. If 403 persists, the error is not due to the firewall. If it disappears, turn the firewall back on then follow the steps here to identify...
Why isn’t my database replicating properly across nodes?
If you're experiencing any strange behavior - missing posts, content that appears to be cached despite having cleared and turned off caches, etc - it's possible that the storage engine of your database may be to blame. When MightyBox creates a new site, it does so...
Resolving resources stuck in “restarting” status
Occasionally a node, application layer, or entire environment can get stuck with a status of "restarting" in the control panel. This is usually due to a miscommunication between the platform and the container itself and not because the container has failed...
My clustered environment is reporting 404 errors for the entire site
Occasionally during start up or restart of a clustered environment a conflict will occur during boot time that results in a 404 error across the entire site. This happens when the storage node is not fully booted and available before the application layer starts. The...
I’m getting an error “This site can’t be reached”
In a clustered install, if you're intermittently receiving an error "This site can’t be reached. Domain.com took too long to respond." but all nodes/DNS/etc appear to be configured correctly, it's possible that your load balancer layer has run out of disk space. ...
How to disable specific firewall rules
Occasionally a particular plugin or theme will cause a site to throw 403 errors when accessing specific pages or functionality. When this happens without explanation, the first place to look is in the Litespeed Error logs to see if the web application firewall...
Error: “Refused to frame domain.com because it violates the following Content Security Policy directive”
A content security policy (CSP) is in place by default on all Litespeed servers. It can, however, result in javascript console errors such as: Refused to frame 'https://www.youtube.com/' because it violates the following Content Security Policy directive: "frame-src...
Plugins to remove when migrating from another provider
Most WordPress hosting solutions these days have a mix of plugins that they install into your WP stack to optimize performance on their platform. There's absolutely nothing wrong with that, however it can create problems at the new host when you change...