Hello @smonkman,
Thanks for writing to us.
Thanks for providing the details. Since increasing the server resources from 1 CPU/1 GB RAM to 8 CPU/8 GB RAM did not resolve the 503 errors, it would be helpful to identify the specific process causing the resource exhaustion. As this is a 9‑year‑old X Theme installation, please ensure you are running the latest versions of:
- X Theme
- Cornerstone Page Builder
- WordPress
- PHP 8+
The issue may be due to a plugin conflict or custom code added in the child theme. I recommend following our troubleshooting guidelines to test for common issues (plugin conflicts, child‑theme code, cache, etc.). If the problem persists after troubleshooting, we will need to review your site settings directly. In that case, please clone your live site to a staging server and share the staging admin details so we can investigate without affecting your live website. To help debug, please add this code to your wp-config.php file (above the “That’s all, stop editing!” line):
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
This will log errors to /wp-content/debug.log. Check this file for any theme/plugin-related errors and share them with us. Please provide the following details
- WordPress Login URL
- Admin-level username and password
- FTP login details
You can find the Secure Note button at the bottom of your posts
Thanks