1. Home
  2. Docs
  3. FAQ
  4. 500 Internal Server Error while Installing

500 Internal Server Error while Installing

Following are few of the points which will help to debug the issue.

1) Enable debug by adding following in your wp-config.php file before /* That’s all, stop editing! Happy blogging.

define(‘WP_DEBUG’, true); define(‘WP_DEBUG_LOG’, true); define(‘SCRIPT_DEBUG’, true); define(‘SAVEQUERIES’, true);

And then try to activate the plugin again. This will create a debug.log under wp-content folder. Check for cf7 google sheet connector error if so send us the file at [email protected]

2) Check the log that is created by CF7 google sheet. For that click “View” from goggle sheet integration page. Let us know if there is any error we will assist you.

3) Check what other CF7 extension you are using. Deactivate one by one and check if there is any conflict.

How can we help?