Server Error - Customize X in Theme Options

Hello
I have a staging site at
I have updated X, WordPress and all plugins but I consistently get the following error.
I have contacted the webhosting provider too
Please can you advise.
Thanks

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@extendcp.co.uk to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Apache/2.4.39 (Unix) Server at 79.170.44.93 Port 80

Hi There @martinbourke16

Thanks for writing in! Internal server error usually means a PHP fatal error. You need to enable WP_DEBUG mode by following this guide here (https://codex.wordpress.org/WP_DEBUG) and when you revisit your site, you should see corresponding descriptive error messages related to your issue.

Also you can check your error log as mentioned on the initial information. Usually there should be a debug.log or error.log file in the root of your site or under /wp-content/. You can download that file and use a text editor to read your error logs.

If you see any issue related to PHP memory allocation, you can try increasing your PHP memory limit by following our guide here (https://theme.co/apex/forum/t/troubleshooting-increasing-php-memory-limit/16935). You can always reach out to your hosting provider to resolve such hosting related issues.

Let us know how it goes.
Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

Glad to hear it’s sorted and thanks for letting us know, Martin.