Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   Project U-232-Not registered after installation (http://www.bvlist.com/showthread.php?t=12447)

fanson 13th November 2021 09:43

Project U-232-Not registered after installation
 
Hello
Set Up Instructions v3: -after installation, I delete the installation folder - I create a registration account and click the cross and .. takes me back to the registration form.no accounts are registered in phpadmin


Help
server configuration correct
PHP-7.2

firefly007 13th November 2021 11:15

Ok so I think I know what the problem is but what u must do is to first disable by commenting out the line which returns u to login.php in takelogin.php and the turn on show php errors.
Code:

ini_set('display_startup_errors', 1);
ini_set('display_errors', 1);
error_reporting(-1);

Then try to register again and then see what errors you are getting.

Look currently I dont have a copy of u232 installed on my servers but I think u need to increase the length of passhash or secrets but I could be wrong with what field name it is. Also i seem to remember u need to null another field name.


All times are GMT +2. The time now is 16:47.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.