Hi,
We’ll try to reproduce the issue, but in the meantime, could you please check your error log on cPanel (or by opening error_log file directly via FTP)?
It will contain more details about the error.
Thanks for letting us know.
Also, you said that “another plugin has failed to work”. Does that mean that there are more plugins that have conflicts with Sermon Manager? If that’s correct, could you please let us know about them, so we could reproduce those issues too.
No: No other plugin conflict known. Just between these two. Forgive my ignorance, but I can’t seem to find the error_log on the FTP. I did find a debug that has the following in regards to sermon-manager:
[12-Mar-2018 22:34:53 UTC] PHP Notice: Undefined index: in /home/content/a2pewpnas01_data01/65/3939665/html/wp-content/plugins/sermon-manager-for-wordpress/includes/podcast-functions.php on line 156
[12-Mar-2018 22:34:56 UTC] PHP Notice: Undefined index: in /home/content/a2pewpnas01_data01/65/3939665/html/wp-content/plugins/sermon-manager-for-wordpress/includes/podcast-functions.php on line 156
Would I have to enable sermon-manager plugin to see the error log?
Okay, thank you for letting us know.
error_log file is most likely located at /home/content/a2pewpnas01_data01/65/3939665/html/error_log or /home/content/a2pewpnas01_data01/65/3939665/error_log. But, seems like it won’t be necessary.
Yes, you would need to enable Sermon Manager for the errors to get logged. It will most likely say PHP Fatal Error in your debug log that you sent.
Hi,
The mentioned plugin (“WP E-Signature by approveme.com”) is a paid plugin, and therefore we are unable to debug it ourselves.
We will try to debug it with your assistance. To temporarily show the exact PHP error message (instead of HTTP 500), please do the following:
- Open file named
wp-config.php via FTP (or cPanel file manager), which is located in your website root (where wp-content, wp-admin, and wp-includes directories are located)
- Scroll to the line that mentions
WP_DEBUG, and replace false with true (the whole line should look like this: define('WP_DEBUG', true);)
- Submit the form again, and copy & paste the error produced here