在使用帝國備份王備份dedecms數據時,提示錯誤:Parse error: parse error in D:\web\zhan\www\eBak\class\functions.php on line 1246
問題的原因是:PHP.ini 中的 short_open_tag 短標簽沒有設置為ON,所以導致不支持該文件中的PHP短標簽以致無法正常使用帝國備份王ebak,
解決方法是:我們打開 php.ini ,找到代碼 short_open_tag = Off 這一行,將 Off 修改為 On,然后保存退出重啟一下 apache/' target='_blank'>Apache就可以了.