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

Solution to 500 error on Empire Backup King php5.3.6

WBOY
Release: 2016-07-25 09:09:38
Original
1303 people have browsed it
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


source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template