Creative, Informative and Entertaining Stuff for everyone

Wednesday May 23rd 2012

Categories

Archives

Calender

April 2008
S M T W T F S
« Mar   Jun »
 12345
6789101112
13141516171819
20212223242526
27282930  

Archive for April, 2008

No connection params set for propel

When you are using symfony framework , and when you get the error as "No connection params set for propel" ,Do the following changes . In config /databases.yml file Replace all: propel: class: sfPropelDatabase param: datasource: symfony dsn: mysql://root:@localhost/mywebsite with all: propel: class: sfPropelDatabase param: phptype: [...]