yii框架显示500错误怎么办?Yii2 查看服务器500错误 [ 2.0 版本 ]
服务器500错误 ()
首先开启 web/index.php defined('YII_DEBUG') or define('YII_DEBUG', true);
将此改 true;
看下报错的问题
Exception (Invalid Configuration) 'yii\base\InvalidConfigException' with message 'The directory is not writable by the Web process: /home/wwwroot/1XX.2X.XX3.X2/xhedu/backend/web/assets' in /home/wwwroot/12X.2X.XXX.1X/xhedu/vendor/yiisoft/yii2/web/AssetManager.php:213
assests 文件夹及其文件权限不足,导致无法访问 AssetManager.php 将其改为777 我之前的项目的 所有者和组的名称是 www 权限是最大的777 后来的项目的用户名是 root 权限不是最大 所有需要将项目assests文件夹 改为777 就可以了。
推荐学习:yii框架
以上是yii框架显示500错误怎么办的详细内容。更多信息请关注PHP中文网其他相关文章!