[symfony-users] Re: After clearing cache, application always fail for the first time

2007-09-22 Thread Haris Zukanovic'
What was your "large" mem limit again? Tamcy wrote: > This morning the problem appears again suddenly, with the patched > sfCompileConfigHandler > and tokenizer enabled. I have to set memory limit to the old large > value. > > On Sep 14, 11:06 am, Tamcy <[EMAIL PROTECTED]> wrote: > >> Hi all,

[symfony-users] Re: After clearing cache, application always fail for the first time

2007-09-21 Thread Tamcy
Checking the php error log file reports: For Frontend: "This named route already exists ("homepage")." For Backend: "This named route already exists ("search")." And "homepage" and "search" are the very first routing rule defined. On Sep 17, 10:34 am, Tamcy <[EMAIL PROTECTED]> wrote: > This mor

[symfony-users] Re: After clearing cache, application always fail for the first time

2007-09-16 Thread Tamcy
This morning the problem appears again suddenly, with the patched sfCompileConfigHandler and tokenizer enabled. I have to set memory limit to the old large value. On Sep 14, 11:06 am, Tamcy <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm sorry that I'm not able to help because my system admin had >

[symfony-users] Re: After clearing cache, application always fail for the first time

2007-09-14 Thread Haris Zukanovic'
Is this patch related to occasionaly corrupted cache when using admin generator? Tamcy wrote: > Hi all, > > I'm sorry that I'm not able to help because my system admin had > rebuilt the php yesterday and > seems he enabled tokenizer support in this build, so even the > unpatched code works. What a

[symfony-users] Re: After clearing cache, application always fail for the first time

2007-09-13 Thread Tamcy
Hi all, I'm sorry that I'm not able to help because my system admin had rebuilt the php yesterday and seems he enabled tokenizer support in this build, so even the unpatched code works. What an coincidence. Tamcy On Sep 13, 3:29 pm, "noel guilbert" <[EMAIL PROTECTED]> wrote: > Hi, > > Fabien ha

[symfony-users] Re: After clearing cache, application always fail for the first time

2007-09-13 Thread noel guilbert
Hi, Fabien had just committed a patch ( http://trac.symfony-project.com/trac/changeset/5061), related to a similar issue discussed in the forum (http://www.symfony-project.com/forum/index.php/t/4167/ ). Please, can you try it and tell us if it fixes the problem? If you don't use the /branches/1.

[symfony-users] Re: After clearing cache, application always fail for the first time

2007-09-11 Thread Haris Zukanovic'
What is the recommended mem size? Tamcy wrote: > Dustin, > > Thank you very much. Disable strip_comments doesn't help, > but increasing memory limit solves the problem :) > > Tamcy > > On Sep 7, 11:57 pm, Dustin Whittle <[EMAIL PROTECTED] > project.com> wrote: > >> Tamcy, >> >> Increase memory

[symfony-users] Re: After clearing cache, application always fail for the first time

2007-09-11 Thread Tamcy
Dustin, Thank you very much. Disable strip_comments doesn't help, but increasing memory limit solves the problem :) Tamcy On Sep 7, 11:57 pm, Dustin Whittle <[EMAIL PROTECTED] project.com> wrote: > Tamcy, > > Increase memory limit or disable strip_comments in settings.yml > , this issue is bein

[symfony-users] Re: After clearing cache, application always fail for the first time

2007-09-07 Thread Dustin Whittle
Tamcy, Increase memory limit or disable strip_comments in settings.yml , this issue is being worked on. - Dustin On 9/7/07 1:33 PM, "Tamcy" <[EMAIL PROTECTED]> wrote: > > Hi, > > I found my Linux server always emitting a 500 internal server error > (symfony decorated one) at the first reques