Home  >  Article  >  Backend Development  >  Solution to 500 error on Empire Backup King php5.3.6

Solution to 500 error on Empire Backup King php5.3.6

WBOY
WBOYOriginal
2016-07-25 09:09:381266browse
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
Baidu, discuz, database


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn