petra077 Posted June 9, 2020 Posted June 9, 2020 I already install Flux CP all looks fine and then when I tried to Register something like this happened. Uh Oh what happened ?
0 changedname Posted September 21, 2021 Posted September 21, 2021 (edited) It appears that the database query handling the account registration did not return any results. Check the "./modules/account/create.php" file: // Woohoo! Register ;) $result = $server->loginServer->register($username, $password, $confirm, $email, $email2, $gender, $birthdate, $code); if ($result) { ... } else { exit('Uh oh, what happened?'); } Check the database "login" Table. Do you see the newly registered account? Make sure the FluxCP software has access to the database "login" Table, and that the associated MySQL user holds the appropriate privileges. Edited September 21, 2021 by WooZy Improved code snippet 1
Question
petra077
I already install Flux CP all looks fine and then when I tried to Register something like this happened.
Uh Oh what happened ?
1 answer to this question
Recommended Posts