帝国备份王出现 Parse error: syntax error, unexpected end of file解决办法
Posted cannovo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了帝国备份王出现 Parse error: syntax error, unexpected end of file解决办法相关的知识,希望对你有一定的参考价值。
帝国备份王出现 Parse error: syntax error, unexpected end of file解决办法,今天在WIN7 64位系统 用Xampp v3.2.2, 帮客户备份一下数据库,发现居然出现Parse error: syntax error, unexpected end of file iProg 的错误, 在网上搜索了一下,找到了解决办法。这里分享给大家。
解决办法:打开 php.ini ,找到 short_open_tag = Off 这一行,将 Off 修改为 On,保存退出重启 Apache 就可以了
很简单的一个问题,总算搞定了。
以上是关于帝国备份王出现 Parse error: syntax error, unexpected end of file解决办法的主要内容,如果未能解决你的问题,请参考以下文章
使用面临问题 com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL synt
出现错误:将备份恢复到 5.x Greenplum DB 时无法识别配置参数“gp_strict_xml_parse”
用C语言出现 parse error before '&' token 这种错误怎么解决?