使用php设置遇到了一些麻烦,但是我自己无法解决,需要帮助。
Prestashop 1.6.0.14当allow_url_fopen为" On"无法加载管理界面,获得了管理员登录页面的白屏。错误报告不返回任何内容,仅返回空白页。
脚本协议返回:
334","(Warning) Cannot modify header information - headers already sent by (output started at Admin_dir/index.php:34)"
但这些只是警告,后台必须有效。
当我禁用allow_url_fopen时,后台是可行的,但是没有很多管理功能,allow_url_fopen选项必须是" On"。
我已经将测试的权限更改为0777,对于所有深度的所有Prestashop根目录,得到了类似的结果。
缓存(/ cache / smarty / cache& cache / smarty / compile)手动清除。
memory_limit选项(php.ini)是256 Mb。
我的系统上只有一个php.ini文件,没有一些递归或监狱。
我已经从测试的工作备份中恢复了所有,得到了类似的结果。
显然,问题出在PHP设置或扩展中。但是我自己找不到。请帮忙!!!
答案 0 :(得分:0)
它解决了 自动缓存纯化shell脚本设置缓存dirs的错误权限。 它是雾霾的。