伺服器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 就可以了。
PHP中文網,有大量免費的Yii入門教學,歡迎大家學習!
以上是yii2查看伺服器500錯誤的方法的詳細內容。更多資訊請關注PHP中文網其他相關文章!