Re: [Mason] Problem with variable declaration

2009-03-19 Thread BenRifkah Bergsten-Buret
2009/3/19 Tomek Wałaszek > In my error_log i get this: > Loading CGI at runtime. You could increase shared memory between Apache > processes by preloading it in your httpd.conf or handler.pl file > > I think this is the problem, syntax declaration of array variable was ok > but apache doesnt hav

Re: [Mason] Problem with variable declaration

2009-03-19 Thread Tomek Wałaszek
apache every thing is ok. >> Im just curious why is that? >> I didnt note my exact code ;/, code is working so i dont have a chance to >> write it down. >> >> Best regards >> 2009/3/18 Jonathan Swartz >> >>> Post your exact code, instead of describing

Re: [Mason] Problem with variable declaration

2009-03-18 Thread BenRifkah Bergsten-Buret
Original Message----- >> From: =?ISO-8859-2?Q?Tomek_Wa=B3aszek?= >> Date: Wednesday, Mar 18, 2009 7:03 am >> Subject: [Mason] Problem with variable declaration >> To: mason-users@lists.sourceforge.net >> >> Hello, >> > >> > >> >I`m havi

Re: [Mason] Problem with variable declaration

2009-03-18 Thread Tomek Wałaszek
sday, Mar 18, 2009 7:03 am > Subject: [Mason] Problem with variable declaration > To: mason-users@lists.sourceforge.net > > Hello, > > > > > >I`m having a problem, when i declarate array variable in <%init> section > and trying to use it somewhere else in my c

Re: [Mason] Problem with variable declaration

2009-03-18 Thread Jonathan Swartz
Post your exact code, instead of describing it. :) -Original Message- From: =?ISO-8859-2?Q?Tomek_Wa=B3aszek?= Date: Wednesday, Mar 18, 2009 7:03 am Subject: [Mason] Problem with variable declaration To: mason-users@lists.sourceforge.net Hello, > > >I`m having a problem, when i

Re: [Mason] Problem with variable declaration

2009-03-18 Thread Jérôme Etévé
Hi there, It depends on what you call 'somewhere else' . Variables declared in the init section are not accessible from methods or subcomponents for instance. Can you do a minimal non working version and post it here ? Cheers. Jerome. 2009/3/18 Tomek Wałaszek : > Hello, > I`m having a proble

[Mason] Problem with variable declaration

2009-03-18 Thread Tomek Wałaszek
Hello, I`m having a problem, when i declarate array variable in <%init> section and trying to use it somewhere else in my component mason tells me that this variable in undefined and i cant use it. When i restart apache the problem disappears and code works fine. Does anyone know whats going on? B