I am currently trying to use our (basic) Symfony 2 application by accessing app.php. However, when I try to access app.php, I get a 500 error message. I checked the logs, the production log is empty. I tried writing to the config in the config file, but to no avail. Anyone who has any ideas on how to fix this?
This is a very basic application (for now) with some routing changes and a new controller. Most of the html (as a test), so it cannot be the php that we have written so far.
- edit: Currently I do not have a document pointing to the / web directory, but I do not have administrator rights on the server. However, since the application runs in app_dev.php, I don’t see how this could be a problem?
source share