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
Migrate to live server
#5
I will shoot you an email. Error 500 is a generic message that the server posts when PHP error reporting is turned off.

I don't know much about your server, but if it's some sort of vps or something that happens when the files you copied to the server are not "owned" by the apache user (usually www-data).

So you would SSH in and do something like
sudo chown -R www-data:www-data /var/www

If you created a file like I said above with just those two lines, then the ownership is almost certainly the problem. If not, then turning on error reporting in php.ini will give you more of a clue.

Like I said, I'll email you.
  Reply


Messages In This Thread
Migrate to live server - by chwzr - 04-30-2017, 07:14 AM
RE: Migrate to live server - by marindi - 12-05-2018, 01:22 PM
RE: Migrate to live server - by mudmin - 12-05-2018, 01:25 PM
RE: Migrate to live server - by marindi - 12-05-2018, 10:45 PM
RE: Migrate to live server - by mudmin - 12-06-2018, 12:20 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)