I get Error 500 accessing Cornerstone when a contact form plugin is active. The plugins I’ve tried are:
- Contact Form 7
- WPForms Lite
As soon as I deactivate the plugin in use, the error no longer persists. Any help is appreciated. Thanks!
I get Error 500 accessing Cornerstone when a contact form plugin is active. The plugins I’ve tried are:
As soon as I deactivate the plugin in use, the error no longer persists. Any help is appreciated. Thanks!
Hello Jeff,
Thanks for asking. 
You might be running out of memory. You can try increasing your PHP Memory limit. You can do this by editing your wp-config.php file which can be located under the root of your WordPress installation.
Add the following lines into that file.
define( 'WP_MEMORY_LIMIT', '512M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
You can add it before the line
/*That's all, stop editing! Happy Blogging. */
Let us know how it goes.
Thanks!
This worked. Thank you.
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.