Home > Article > Backend Development > Solution to 500 error on Empire Backup King php5.3.6
Solution to the 500 error reported when opening the Imperial Backup King when moving the discuz database Back up the database first The solution to the problem is very simple, modify php.ini and set short_open_tag to On (what does php short open tag mean) vi etc/php.ini /short_open_tag Change the default Off to On :wq service httpd restart OK, this way there won’t be a 500 error when opening it |