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 custom login script - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28) +--- Forum: Off-topic Discussions (https://userspice.com/forums/forumdisplay.php?fid=10) +--- Thread: problem with custom login script (/showthread.php?tid=1042) |
problem with custom login script - pahalprashant - 04-18-2018 I just changed the redirect to ( Redirect::to(https://ariesnleo.com/); ) but as soon as i made this change i am getting error on logingin ( This page isn’t working ariesnleo.com is currently unable to handle this request. HTTP ERROR 500 ) otherwise i am logged in and the page ( https://ariesnleo.com/ ) works fine same problem when i changed the redirect of the file (just_after_logout.php) problem with custom login script - Brandin - 04-18-2018 Turn on error logging: http://php.net/manual/en/function.error-reporting.php |