I was trying the Askeet Day 2 tutorial. http://www.symfony-project.org/askeet/1_0/2
Was able to generate the model php classes via propel.xml Was able to create db tables in mysql. Was able to generate the CRUD php code. The url http://askeet/question is showing 'Object not found' Apache log shows error: [Tue May 13 15:04:17 2008] [error] [client 127.0.0.1] File does not exist: D:/.../sfprojects/askeet/web/question [Tue May 13 15:04:17 2008] [error] [client 127.0.0.1] File does not exist: D:/.../sfprojects/askeet/web/favicon.ico I have done "symfony cc" many times. The step 1 is also working fine. This url is ok. http://askeet/ For configuring step 1, I had to give "Allow from all" in the httpd.conf Directory permissions. Otherwise, step 1 (or day 1) was also not working. Can you help me? Is there a way to have detailed logging invoked for Symfony? I am a newbie to Symfony but have significant exposure to Java frameworks. What part of symfony redirects the http://askeet/question to the correct folder? As of now, the apache logs indicate that apache is looking for a concrete resource called question, directly under the web folder. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
