Commit d276194
committed
bug #909 Temporary fix for the styles of the error 500 page (javiereguiluz)
This PR was merged into the master branch.
Discussion
----------
Temporary fix for the styles of the error 500 page
I know this is not the right fix ... but I can't fix it in any other way.
The error: if you comment the DATABASE_URL config in the .env file, you see a 500 error. In production, that 500 error page sometimes has CSS styles and sometimes hasn't. Example:
* This page shows styles: http://symfony-demo.test/index.php/en/blog/posts/lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit
* This page doesn't: http://symfony-demo.test/index.php/en/blog/
This is just a temporary fix because we need the Symfony Demo to work perfectly for some SymfonyCon session.
Commits
-------
7196406 Temporary fix for the styles of the error 500 page1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
0 commit comments