I don’t develop with symphony but need to update the database connection details for a couple websites developed by third parties running it.
They appear to make use of propel.
I’ve updated the dsn in database.yml but this has just taken the site offline (500 error)
Any idea what I might have done wrong or may need to do to force the changes through. Is there some kind of update script I need to run?
In case it helps I seem to have propel-init-crud, propel-generate-crud as options for propel when I run:
Whenever changes are made to symfony files, especially .yml files, you always need to run the clear cache command to remove all the cache files.