booruguru / UserPie

PHP login script / user authentication framework
http://userpie.com
Other
137 stars 52 forks source link

registration problem #26

Closed mrdecoder closed 10 years ago

mrdecoder commented 10 years ago

hi uhm i have a problem somehow the registration form dont work anymore

to test if it was my fault i installed on a diffrent domain put i still dont get it to work could you please help me im lost

everything else works only registration not i dont even get errors when i insert a existing username or a small password nothing seems to work

forget password and the rest of the pages work fine login is also perfect only registration is doing weird

kyranb commented 10 years ago

Seems like it is a database issue, have you tried with a different database?

mrdecoder commented 10 years ago

no but i found the error tho it seems the error part did not show correct and there for not worked

i got the fix from here its the div succes part i changed it to

0 ) { errorBlock( $errors ); } else { echo '

' . $message . '

'; } } ?>

and now its perfect