The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
verify.php bug and possible solution.
#1
Hi, I would like to say a big thank you for such a wonderful project! Very nicely thought out and saves me months if not weeks of work.
I've installed the latest version 4.1.4b and initial testing worked extremely well.
However when I changed the admin email address, the system breaks down and sends me to a not found page with the
message:
The requested URL /userManagement/users/users/verify.php was not found on this server.
(where userManagement is the userSpice installation.)

I can't even log in!

I searched the forum and notice others are having similar (if not the same) problem.

Anyway, after much digging around, I found the bug in the verify.php:

verify.php
if($user->isLoggedIn()){
$user->logout();
Redirect::to('users/verify.php');
}

Simply change it to:

if($user->isLoggedIn()){
$user->logout();
Redirect::to('verify.php');
}

and you should be good to go. Note that if error still exist, close browser and log in again.
Not sure if this is the proper fix, please advice.
  Reply


Messages In This Thread
verify.php bug and possible solution. - by anphung - 09-03-2016, 03:52 PM
verify.php bug and possible solution. - by mudmin - 09-06-2016, 01:51 PM
verify.php bug and possible solution. - by mudmin - 09-07-2016, 10:28 PM
verify.php bug and possible solution. - by plb - 09-08-2016, 05:04 AM
verify.php bug and possible solution. - by plb - 09-08-2016, 05:56 AM
verify.php bug and possible solution. - by plb - 09-09-2016, 06:44 AM
verify.php bug and possible solution. - by brian - 09-09-2016, 12:37 PM
verify.php bug and possible solution. - by brian - 09-09-2016, 12:40 PM
verify.php bug and possible solution. - by brian - 09-09-2016, 04:18 PM
verify.php bug and possible solution. - by plb - 09-11-2016, 09:22 AM
verify.php bug and possible solution. - by mudmin - 09-11-2016, 12:46 PM
verify.php bug and possible solution. - by plb - 09-11-2016, 03:36 PM
verify.php bug and possible solution. - by mudmin - 09-11-2016, 06:31 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)