The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Update to 4.3 - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: Update to 4.3 (/showthread.php?tid=815)



Update to 4.3 - Busy Tech - 10-29-2017

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...


Update to 4.3 - Brandin - 10-29-2017

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?


Update to 4.3 - Busy Tech - 10-29-2017

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


Update to 4.3 - mudmin - 10-29-2017

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.