OK, this is a very undesirable situation, since you need to glue errors every time. It can be as soft as the missing php module or some basic httpd wrong configuration.
Some steps that should shed light on a problem:
- Launch
Terminal (you have ssh access, right?) - Check logs (both
httpd and symfony )
httpd log:
tail -f /var/log/httpd/error_log
... and refresh the page
Symfony
tail -f /path-to-your-symfony-app/app/logs/prod.log
... again, refresh the page
In your comment, you said that you encountered an HTTP500 error. Is it Apache or Symfony HTTP500 ?
If you are not using ssh access, download app_dev.php and run it directly. Do not forget to add your IP address to the allowed list (inside the file)
source share