Debugging login/registration issues

In case if you have issues with a cache after the login try to add

define("LRM_AJAX_URL_USE_ADMIN", 1);

to your wp-config.

If the problem does not relate with the cache:

You have to open the “Advanced” tab and enable option:

Enable debug mode for public AJAX requests.

After you can share your website link to the developer to find the issue source.

If some other plugins doesn’t work while login (list last login time), try to enable this option:

Related Articles

Leave A Comment?