电脑本机安装的wampserver运行环境换,在wampserver环境安装了帝国cms,但是出现了错误提示:
parse error: syntax error, unexpected $end in D:\Wamp\www\ecmsweb\e\install\index.php on line 831
经检查发现是由于WampServer没有开启短标签,因此只要在php.ini修改short_open_tag = On,重启WampServer,问题解决!
标签: 帝国CMS报错