Hi there,
Sorry about this. What is the Internal Server Error you are getting?
This can be found in your PHP error logs.
Marc.
The php log was clean. Anywhere else I should look? I can re-create it.
@tombrehm
Can you please enable debugging mode, Please add following lines to wp-config.php just before where it says: /* That’s all, stop editing! Happy publishing. */
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
define( ‘WP_DEBUG_LOG’, true );
Then try to activate the plugin again.
A debug.log file should be created inside wp-content folder,which should contain error information in it, Please share the file with us.
Thanks,
Harshad
I added the following lines to wp-config.php
define( ‘WP_DEBUG’, true);
define( ‘WP_DEBUG_DISPLAY’, false);
define( ‘WP_DEBUG_LOG’, true);
it did create a debug.log file in the wp-content folder but there was nothing in it when the Internal Server Error occurred.