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
#1
I am glad I backed up my data,
I tried updateing from 4.2.11 to 4.3 how ever it didn't go as planned Sad I backed up files into another directory , then I uploaded the update then I went on /patchme.php and I got a 500 error plz help...
Busy Tech
Common sense is not common
http://busy.eu.org
  Reply
#2
Can you take a look at your error log to see what is happening? A 500 error is too general for me to help. Can I also get your software specs? PHP version? mySQL version?
  Reply
#3
Unfortunately, due to a glitch in cpanel I can't access my error logs .however a screenshot of what is happening is at http://btech.uk.tn/Screenshot_2017-10-29-15-01-46.png
info
PHP version 7
Sql version 5.6.21
Busy Tech
Common sense is not common
http://busy.eu.org
  Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)