Http 500 error after upgrade

Hi

I have upgraded 2 days ago, and have since been unable to get into theme customization or to run cornerstone as I get the http 500 error.

My website is capehearingaids.co.za

Regards
Alan

Hello Alan,

Thanks for writing in!

In most cases, Error 500 is a fatal error. You might have exhausted your PHP memory limit. ​We recommend that you increase your memory allocated to PHP. To increase it, please edit your wp-config.php file and insert these lines:

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

We would loved to know if this has work for you. Thank you.

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