I am in the process of moving a site from one server to another. For
portability reasons I have put the symfony files into the project
tree.
Here's what I did:
1) moved project files to new server
2) download symfony and install into lib/vendor/symfony-1.0.20
3) set path to symfony in config/config.php
$sf_symfony_lib_dir = '/home/web/html/my-proj/lib/vendor/
symfony-1.0.20/lib';
$sf_symfony_data_dir = '/home/web/html/my-proj/lib/vendor/
symfony-1.0.20/data';
I can run symfony commands just fine but when I access the frontend of
the app I get the "No connection params set for propel"
Would appreciate getting pointed in the right direction. Thanks!
More info:
# ./symfony -V
symfony version 1.0.20
# cat databases.yml
all:
propel:
class: sfPropelDatabase
param:
database: my-db
host: localhost
username: my-usr
password: my-pwd
phptype: mysql
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---