yii框架顯示500錯誤怎麼辦? Yii2 查看伺服器500錯誤[ 2.0 版本]
伺服器500錯誤()
首先開啟web/index.php defined( 'YII_DEBUG') 或 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中文網其他相關文章!