I am a beginner in programming and I follow the askeet tutorial at http://www.symfony-project.org/askeet/1_0/en/. I am stucked now with the following problem. Would be great if someone could give me some tips. Thanks.
Thats my proplem occures when I am trying to test the CRUD from day 2 tutorial requesting the url: http://localhost:8888/sfprojects/askeet/web/frontend_dev.php Fatal error: Uncaught exception 'sfParseException' with message 'Configuration file "/Applications/MAMP/htdocs/yoomoot/config/databases.yml" specifies category "propel: class" with missing class key' in /Applications/MAMP/bin/php5/lib/php/symfony/config/ sfDatabaseConfigHandler.class.php:70 Stack trace: #0 /Applications/MAMP/bin/php5/lib/php/symfony/config/ sfConfigCache.class.php(103): sfDatabaseConfigHandler->execute(Array) #1 /Applications/MAMP/bin/php5/lib/php/symfony/config/ sfConfigCache.class.php(190): sfConfigCache->callHandler('config/ database...', Array, '/Applications/M...') #2 /Applications/MAMP/bin/php5/lib/php/symfony/database/ sfDatabaseManager.class.php(61): sfConfigCache->checkConfig('config/ database...') #3 /Applications/MAMP/bin/php5/lib/php/symfony/util/ sfContext.class.php(63): sfDatabaseManager->initialize() #4 /Applications/MAMP/bin/php5/lib/php/symfony/util/ sfContext.class.php(87): sfContext->initialize() #5 /Applications/MAMP/htdocs/yoomoot/web/frontend_dev.php(10): sfContext::getInstance() #6 {mai in /Applications/MAMP/bin/php5/lib/php/symfony/config/ sfDatabaseConfigHandler.class.php on line 70 My database.yml looks like this: all: propel: class: sfPropelDatabase param: phptype: mysql host: localhost database: askeet username: root password: root --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
