我已將Laravel從5.3
更新爲5.4
。錯誤頁面爲白色,更新後不顯示錯誤。我正在使用本地服務器。規格:Laravel - 從5.3更新到5.4後出現錯誤頁面爲空
OS: Ubuntu 16.04
Nginx/1.9.15
PHP 5.6.11
我讀了這個問題(Laravel blank white screen)和我曾嘗試解決方案:
# Group Writable (Group, User Writable)
$ sudo chmod -R gu+w storage
# World-writable (Group, User, Other Writable)
$ sudo chmod -R guo+w storage
和其他解決方案已被提出。但問題依然存在!
另外,在.env
和config/app.php
中的應用程序調試是true
。
誰能幫忙?
什麼日誌文件說 – Ohgodwhy
你能提供你的代碼?哪裏有錯誤應該發生的樣本?還檢查了這https://laracasts.com/discuss/頻道/ laravel /空白屏幕 –
@Ohgodwhy在此文件中記錄錯誤。 '[2017-04-07 21:08:27] local.ERROR:在/home/ali/www/brandmashhoor/storage/framework/views/57345fd9a58712cb3d79cd32e59c661578d51e7f.php:30中顯示'Undefined index:image'異常'ErrorException' ' –