The following warnings occurred: | ||||||||||||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
updated 4.3.10 to 4.3.11 - 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: updated 4.3.10 to 4.3.11 (/showthread.php?tid=927) |
updated 4.3.10 to 4.3.11 - mouse - 02-02-2018 Hello, after updating from 4.3.10 to 4.3.11 i can no longer login to userspice. I am 65 and just learning this stuff , i know some hmtl, css and php. But can't figure out how to get my login to work again. am using macOS High Sierra, and mac server localhost. updated 4.3.10 to 4.3.11 - mudmin - 02-02-2018 Did you run the database update in users/update.php updated 4.3.10 to 4.3.11 - mouse - 02-02-2018 I can't get into the admin panal to run it, when i try to login i get a blank page http://127.0.0.1/newsite/users/login.php updated 4.3.10 to 4.3.11 - mudmin - 02-02-2018 Double check to make sure your users table is still in the db. edit users/update.php and put this as the first line after <?php Code: $_SESSION['user'] = 1; Try that updated 4.3.10 to 4.3.11 - Brandin - 02-02-2018 There was some code breaking this thread so I had to remove it. @mouse can you post your code on hastebin.com please? updated 4.3.10 to 4.3.11 - mouse - 02-03-2018 hope this helps https://hastebin.com/ebamebipeb.bash updated 4.3.10 to 4.3.11 - Brandin - 02-03-2018 Were you able to find your account in your users table? Can you restore your backup, login and THEN do the upgrade? updated 4.3.10 to 4.3.11 - mouse - 02-03-2018 sorry no i wasn't but there are 2 accounts in there, userspice and a sample one. did you get the code i put in hastebin. updated 4.3.10 to 4.3.11 - Brandin - 02-03-2018 Yes-I'm just not sure how its relevant at this time. I'm more concerned about the login issue...do you have a backup? Are you able to restore? updated 4.3.10 to 4.3.11 - mouse - 02-03-2018 yes i have a backup, so yes i can restore to 4.3.10. i am thinking i will restore and then try to up grade again. |