Does it work when you disable all other plugins? (and, if so, could you enable one by one so that we know which one is conflicting)
Is it possible for you to check the console in your browser if there are any error messages while loading that page? (How to do that depends on the browser you use.)
Or try WP_DEBUG and WP_DEBUG_LOG, as described in this post:
https://ww.wp.xz.cn/support/topic/first-group/#post-9279818
Ok I have identified the conflicting plugin: Auto Login After Registration
If it is disabled, then your plugin works.
Great plugin btw, thanks a lot.
-
This reply was modified 8 years, 10 months ago by
gezginrocker.
Thanks!
I briefly checked that plugin you mentioned and there seems to be the same problem as identified in the thread https://ww.wp.xz.cn/support/topic/first-group/ .
The main file auto-login-after-registration.php ends with ?> but then still a new line follows afterwards. Removing the ?> should do the trick, if you want to keep using it. (Or let the plugin creators know.)