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
Update to 4.3
#4
It looks like your server is configured to hide php errors, so it gives a generic error message.

On whichever page you are getting the error 500, can you add these two lines just after the opening php tag....

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

That should give you a more descript error.
  Reply


Messages In This Thread
Update to 4.3 - by Busy Tech - 10-29-2017, 11:35 AM
Update to 4.3 - by Brandin - 10-29-2017, 01:21 PM
Update to 4.3 - by Busy Tech - 10-29-2017, 02:15 PM
Update to 4.3 - by mudmin - 10-29-2017, 02:25 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)