[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  wrote:
> Hi friends,
>
> In my application, I am facing some strange problem
>
> I have a link  "profile"
>
>                         Profile
>
> When I run the site, when I click on "profile" link,
>
> it goes to  "myprojecturl/core.php/"  and shows blank page.
>
> when I press "refresh" button, it shows profile page properly.   why
> is it so?
>
> Any idea?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[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  tag?



It creates the entire link for you with the correctly generated url.

On Thu, Oct 29, 2009 at 6:12 AM, Avani  wrote:

>
> Hi friends,
>
> In my application, I am facing some strange problem
>
> I have a link  "profile"
>
>Profile
>
> When I run the site, when I click on "profile" link,
>
> it goes to  "myprojecturl/core.php/"  and shows blank page.
>
> when I press "refresh" button, it shows profile page properly.   why
> is it so?
>
> Any idea?
>
> >
>


-- 
Gareth McCumskey
http://garethmccumskey.blogspot.com
twitter: @garethmcc

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---



[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 will fix it.

On Thu, 29 Oct 2009 05:38:50 +0100, Avani  wrote:

>
> Hey, this is the problem only with "opera", in other browsers, its
> working ok.
>
>
>
> On Oct 29, 12:12 pm, Avani  wrote:
>> Hi friends,
>>
>> In my application, I am facing some strange problem
>>
>> I have a link  "profile"
>>
>> Profile
>>
>> When I run the site, when I click on "profile" link,
>>
>> it goes to  "myprojecturl/core.php/"  and shows blank page.
>>
>> when I press "refresh" button, it shows profile page properly.   why
>> is it so?
>>
>> Any idea?
> >


-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~--~~~~--~~--~--~---