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
Login page error
#2
Nearly every time this is caused by a misconfigured .htaccess file. If you have one in your root (or the folder above your root), rename it to htaccess.txt or something like that.

Otherwise, there is a good chance that your php is not set to display errors so it gives a more generic error.

Add these two lines beginning at line 2 of the page that is causing the errors...

Code:
error_reporting(E_ALL);
Code:
ini_set('display_errors', 1);

Hopefully that will give you more information.
  Reply


Messages In This Thread
Login page error - by kingnath - 09-16-2017, 03:07 AM
Login page error - by mudmin - 09-16-2017, 03:17 AM
Login page error - by kingnath - 09-16-2017, 03:45 AM
Login page error - by kingnath - 09-16-2017, 07:42 AM
Login page error - by mudmin - 09-16-2017, 01:23 PM
Login page error - by kingnath - 09-16-2017, 05:33 PM
Login page error - by mudmin - 09-16-2017, 06:01 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)