1、先開啟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
2、assests資料夾及其檔案權限不足,導致無法存取AssetManager.php,將其改為777即可,我之前的專案的所有者和群組的名稱是www,權限是最大的777;後來的專案的使用者名稱是root,權限不是最大,所有需要將專案assests資料夾改為777,就可以了。
PHP中文網,有大量免費的Yii入門教學,歡迎大家學習!
以上是yii2.0出現500錯誤怎麼辦的詳細內容。更多資訊請關注PHP中文網其他相關文章!