• Update 3.1.4 -> 3.1.6
    Deactivate all plugins via Bulk actions
    Activate WP-Optimize
    Internal Server Error
    Restore backup

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Sorry about this. What is the Internal Server Error you are getting?
    This can be found in your PHP error logs.

    Marc.

    Thread Starter tombrehm

    (@tombrehm)

    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

    Thread Starter tombrehm

    (@tombrehm)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Update 3.1.6’ is closed to new replies.