Hey All,
I am battling with a problem trying to get some user registration code working.
I have reduced the form down to the bear minimum (I appreciate that it should error and tell me none of the fields have been passed) - but I get nothing, just an empty white page.
<form id="reg_form" method="post" action="http://www.myurl.com/index.php">
<input type="hidden" name="ACT" value="13" />
<input type="hidden" name="XID" value="{XID_HASH}" />
<input type="hidden" name="RET" value="http://www.myurl.org/private/dashboard/" />
<input type="hidden" name="site_id" value="1" />
<input type="submit" value="GO!" />
</form>If I disable user registrations (in the CP), and then post the form I get the usual “Users are not being accepted at this time”.
I’ve tried to turn on debugging and php errors show to all, but nothing.
Anything else I could try?
Cheers,
Carl.