wp_register errors
-
Hello.
I’m running WP 3.01 MU (.tld and .tld/dev)Working on the /dev instance at the moment:
got my custom theme going and at one point I call
wp_register('', '', true);
When not logged in, this gets me a ‘Register’ link leading to
.tld/dev/wp-login.php?action=registerWhich redirects me to .tld/dev/wp-signup.php
and that turns out to give an error (in Chrome)In Firefox .tld/dev/wp-signup.php seems to redirect me further up to .tld/wp-signup.php so I don’t get an error but I get the wrong signup page.
So, I did read from The Codex “On WordPress μ, there is no /wp-register.php file, and /wp-login.php?action=register is not a valid registration form. Thus, wp_register function does not show a registration link.“
Well: i am getting the ‘register’ link out of wp_register just fine, but it seems I’m missing something else to make it go where it needs to.
I am also using the Register Plus Redux plugin – but that doesn’t seem to kick in yet (plus, locally, on a non-MU instance of WP the whole thing runs fine).
Found many threads on similar scenarios on the forums, but most seemed to be issues with redirecting plugins – suggestions?
Thanks in advance
- The topic ‘wp_register errors’ is closed to new replies.