[symfony-users] Re: core.php/ not working

2009-10-29 Thread david
Do you have the zend debugger installed on the server? Check your web server (apache) error logs for Zend Debugger entries when you use the page with Opera. Sometimes the Zend debugger gets stuck trying to communicate with the server side module - clearing your Opera cookies for your site

[symfony-users] Re: core.php/ not working

2009-10-28 Thread Avani
Hey, this is the problem only with opera, in other browsers, its working ok. On Oct 29, 12:12 pm, Avani avani.v.puj...@gmail.com wrote: Hi friends, In my application, I am facing some strange problem I have a link  profile                         a href=?php echo

[symfony-users] Re: core.php/ not working

2009-10-28 Thread Gareth McCumskey
Have you tried to rather using the link_to helper instead of the embedding url_for inside an a tag? ?php echo link_to(Profile, profile/index) ? It creates the entire link for you with the correctly generated url. On Thu, Oct 29, 2009 at 6:12 AM, Avani avani.v.puj...@gmail.com wrote: Hi