[symfony-users] Aw: Re: error in using link_to in symfony

2011-04-21 Thread Sebastian Göttschkes
Hi, please have a look at the jobeet tutorial, day 1 [1] or the docu [2]. The installation of symfony is covered there as well as the webserver configuration. Sebastian [1] http://www.symfony-project.org/jobeet/1_4/Doctrine/en/01 [2] http://www.symfony-project.org/gentle-introduction/1_4/en/

[symfony-users] Aw: Re: error in using link_to in symfony

2011-04-21 Thread Sebastian Göttschkes
Hi, did you get your virtual host (if you're using apache) right? As you try to access to web-directory, it doesn't seem like that. Maybe you should try to make a vhost with a special port (8080 or something), which is pointing directly to the /web-directory of your symfony application, and the

[symfony-users] Aw: Re: error in using link_to in symfony

2011-04-20 Thread Sebastian Göttschkes
Hi, at first you should post the code in question, so in your case the whole link_to-statement. >From your posts it seems you're mixing things up a bit. When using link_to (or url_for), you either use the name of the routing (e.g. employeerecord, and add an @ in front of it), or you use the re