[symfony-users] Re: Day 1 - jobeet problem

2010-06-22 Thread pghoratiu
Try with frontend_dev.php because index.php (the production controller) does not print out error messages. Also try to put there a phpinfo.php that prints out the phpinfo() so you can check if all your settings are allright. gabriel On Jun 22, 7:30 pm, Christian wrote: > Hi! > > my name is

[symfony-users] Re: Day 1 - jobeet problem

2010-06-23 Thread Christian
i opened it and this is the log: [Wed Jun 23 13:47:30 2010] [error] [client 127.0.0.1] PHP Warning: require_once(/home/chris/public_html/jobeet/web/config/ ProjectConfiguration.class.php): failed to open stream: No such file or directory in /home/chris/public_html/jobeet/web/index.php on line 4 [W

[symfony-users] Re: Day 1 - jobeet problem

2010-06-23 Thread Christian
same thing with frontend_dev.php... On 23 Giu, 08:55, pghoratiu wrote: > Try with frontend_dev.php because index.php (the production > controller) does not print out error messages. > Also try to put there a phpinfo.php that prints out the phpinfo() so > you can check if all your settings are all

[symfony-users] Re: Day 1 - jobeet problem

2010-06-24 Thread PachinSV
Just a suggestion, you should use a newer version of symfony (1.4) and instead of use Propel you should use Doctrine, that's the future of Symfony. On 22 jun, 10:30, Christian wrote: > Hi! > > my name is christian and i'm new with symfony framework. > > I found this step by step > tutorial:http:

[symfony-users] Re: Day 1 - jobeet problem

2010-06-24 Thread PachinSV
This is an example of what I have: #Attrition is the name of my porject. #Este solo debe aparecer una vez en toda la configuracion NameVirtualHost 127.0.0.1:80 ServerName attrition.localhost DocumentRoot /home/pachinsv/www/attrition/web DirectoryIndex index.php Alias /sf /home/pachinsv/www/attri

[symfony-users] Re: Day 1 - jobeet problem

2010-06-24 Thread Svetoslav Shterev
You have most likely not edited the path to the project configuration in your front controllers(index/frontend_dev.php) On Jun 22, 7:30 pm, Christian wrote: > Hi! > > my name is christian and i'm new with symfony framework. > > I found this step by step > tutorial:http://www.symfony-project.org/