The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Problem with Register page - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Problem with Register page (/showthread.php?tid=998) |
Problem with Register page - osvi64 - 03-13-2018 Hi I have a problem with the register page: when I click on register link on the menu I'm redirected to the login page as expected. THen when I click on the register button insted of going to the registration form, I'm redirected on the same login page. The Only thing that changes is the URL: http://localhost/us43/usersc/login.php?&dest=usersc/join.php&redirect=http://localhost/us43/usersc/join.php? For sure it depends on something that I did, as days ago I registered a new user, but I'm not able to understand where is the problem. Maybe, looking at the new URL, you are able to understand what's happen. Please can you provide any suggestion? Thank you Osvaldo Problem with Register page - Brandin - 03-13-2018 Your usersc/join.php is set to private not public. Problem with Register page - osvi64 - 03-14-2018 Thank you so much. Now I understood. I moved some pages from /user to /userc folder and Userspice (probably) set them private as default. But without your help I would have been messing around for days. Thank you again users/join.php - galencurrah - 11-25-2018 Userspice looks like an answer to our needs. We installed US via Cpanel some hours ago and can log in as Admin. However, every attempt to log in as a new user via Register leads to an error 500 on users/join.php It is set to Public and has Permission = 644 http://currah.download RE: Problem with Register page - Brandin - 11-25-2018 Please turn on error reporting: https://stackoverflow.com/questions/1053424/how-do-i-get-php-errors-to-display |