snkshukla
Forum Replies Created
-
You have to find your
wp-config.phpfile, then find the entry which will be like this:define( 'WP_DEBUG', false );, you have to change that todefine( 'WP_DEBUG', true );. Also, you should add one more line right below it,
define( 'WP_DEBUG_LOG', true );(I had to do this for the log file to show up)Save the file, and then retry the instagram login on your site. Now in the root of your wordpress directory(for me it is the directory called
htdocs, could be different for you), you will find a directory named,wp-content, in that directory you should see a log file nameddebug.log.Please check that file for errors if you see any. You have to check the file after you have tried the login flow again.
Hi @heateor
I enabled the debug logs on my wordpress and also had to put this line,
define( 'WP_DEBUG_LOG', true );to make this work.Then I was able to find the
debug.logfile. But that file does not have any error from the plugin when I try instagram login again. There were other errors but completely different. Not sure what’s going on.