| The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.29 (Linux)
|
![]() |
|
ReAuth redirect error - 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: ReAuth redirect error (/showthread.php?tid=851) |
ReAuth redirect error - eeverts - 11-24-2017 Hello, I tried to set ReAuth for a script in the root. The result is a Code: File not foundCode: admin_verify.phpCode: /usersgreetings, Evert ReAuth redirect error - dan - 11-24-2017 Can you copy your code to pastebin and share the link here? ReAuth redirect error - eeverts - 11-24-2017 I don't know what you mean. It is not about my code, but about the effect of Code: Require ReAuthCode: /users/admin_page.phpI did some research. My conclusion is that Code: users\helpers\us_helpers.phpCode: Redirect::to($us_url_root.'users/admin_verify.php?actual_link='.$actual_link.'&page='.$page);ReAuth redirect error - Brandin - 11-26-2017 Yes the reAuth script is broken for outside of the users directory! Working on it! It is in the to-do list. ReAuth redirect error - grumpy-gnome - 11-26-2017 I have just upgraded my production server to 4.3.5 and now see <pre> Code: Not AcceptableWhen I try to access the admin dashboard - is this the same error as the OP? ReAuth redirect error - grumpy-gnome - 11-26-2017 Oh, and now nobody other than Admin can login, I get the following error on the frontpage Code: This site key is not enabled for the invisible captcha.ReAuth redirect error - grumpy-gnome - 11-26-2017 <Later> Reset the recaptcha keys and all is now happy - everyone can logon, no 406 error. Weird... ReAuth redirect error - eeverts - 11-26-2017 I also saw that my solution did not work. From a users\ script the users\ folder gets duplicated. ReAuth redirect error - mudmin - 11-26-2017 I have an idea on this...let me talk to Brandin. |