• Plugin always worked good for me. On my latest wordpress install, when I tried to log in through plugin, it throws Internal Server Error. Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Iain Poulson

    (@polevaultweb)

    Hi

    Can you try editing your wp-config.php file to replace this line –

    define( ‘WP_DEBUG’, false );

    With these lines –

    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);

    This means that any errors are logged to `/wp-content/debug.log’, because some errors are not visible on screen.

    More details about that at https://codex.www.ads-software.com/Editing_wp-config.php#Debug

    Can you then retry the process and attach the debug.log file that should be created

    Thread Starter eraserhead

    (@eraserhead)

    Hi,
    debug.log doesnt record anything. Probably because is server error.
    Url on which 500 Internal server error shows is
    wp-admin/options-general.php?page=instagratetowordpress&code=a1d39a913ccb47a5be592059eb89ab90

    Maybe this can help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Internal Server Error while logging in Instagram’ is closed to new replies.