[symfony-users] Re: Cache misteriously deleted

2007-10-08 Thread Steve Daniels
I'm glad I noted it was a quick glance! Hands up who's going to go digging into the cache generation code? ;-) On 08/10/2007, Ian P. Christian <[EMAIL PROTECTED]> wrote: > > Steve Daniels wrote: > > On 08/10/2007, Haris Zukanovic' <[EMAIL PROTECTED]> wrote: > >> To be sincere, I can't imagine P

[symfony-users] Re: Cache misteriously deleted

2007-10-08 Thread Ian P. Christian
Steve Daniels wrote: > On 08/10/2007, Haris Zukanovic' <[EMAIL PROTECTED]> wrote: >> To be sincere, I can't imagine PHP being the source of the problem. >> Can anyone hypothesize on how it could be related to PHP? >> > > I had a quick glance at one of Pookey's error messages in the thread > he

[symfony-users] Re: Cache misteriously deleted

2007-10-08 Thread Steve Daniels
On 08/10/2007, Haris Zukanovic' <[EMAIL PROTECTED]> wrote: > > To be sincere, I can't imagine PHP being the source of the problem. > Can anyone hypothesize on how it could be related to PHP? > I had a quick glance at one of Pookey's error messages in the thread he quoted earlier you can see tha

[symfony-users] Re: Cache misteriously deleted

2007-10-08 Thread Haris Zukanovic'
To be sincere, I can't imagine PHP being the source of the problem. Can anyone hypothesize on how it could be related to PHP? Ian P. Christian wrote: > Ian P. Christian wrote: > >> I need to get in touch with my former employer, but I think this is >> happening on a 5.2.2 install >> > >

[symfony-users] Re: Cache misteriously deleted

2007-10-08 Thread Ian P. Christian
Ian P. Christian wrote: > I need to get in touch with my former employer, but I think this is > happening on a 5.2.2 install confirmed - issue exists with PHP 5.2.2. -- Ian P. Christian ~ pookey.co.uk --~--~-~--~~~---~--~~ You received this message because you

[symfony-users] Re: Cache misteriously deleted

2007-10-08 Thread Ian P. Christian
Kiril Angov wrote: > I have yet to see > a person with >5.2.1 have this cache problem. > I need to get in touch with my former employer, but I think this is happening on a 5.2.2 install I've logged into the server, and it's defiantly running 5.2.2 PHP 5.2.2-pl1-gentoo with Suhosin-Patch 0.9.6.

[symfony-users] Re: Cache misteriously deleted

2007-10-08 Thread Kiril Angov
Haris Zukanović wrote: > No, > > I'm developing with 5.1.6 on Windows and I have seen the error even > here (no load, just me), > also we see this error frequently on our server which is Linux debian > Here is the phpinfo for the server > http://turistika.digid.tv/phpinfo.php > > > > > Kiril Ango

[symfony-users] Re: Cache misteriously deleted

2007-10-08 Thread Haris Zukanović
I have read all the posts that I have found about this theme. None of them unfortunately seems to even suggest a way of debugging this issue Can I hookup anywhere in symfony where I could see the files get deleted? Normally if I understand correctly the files should never get deleted unless the ca

[symfony-users] Re: Cache misteriously deleted

2007-10-08 Thread Haris Zukanović
No, I'm developing with 5.1.6 on Windows and I have seen the error even here (no load, just me), also we see this error frequently on our server which is Linux debian Here is the phpinfo for the server http://turistika.digid.tv/phpinfo.php Kiril Angov wrote: > Ian P. Christian wrote: > >> H

[symfony-users] Re: Cache misteriously deleted

2007-10-08 Thread Kiril Angov
Ian P. Christian wrote: > Haris Zukanović wrote: > >> I wish to re-actualize this subject >> Can we try to solve this problem, please? This is a showstopper for >> production env. >> > > See also my post ages ago: > > http://groups.google.co.uk/group/symfony-users/browse_thread/thread/5df2

[symfony-users] Re: Cache misteriously deleted

2007-10-08 Thread Ian P. Christian
Haris Zukanović wrote: > I wish to re-actualize this subject > Can we try to solve this problem, please? This is a showstopper for > production env. See also my post ages ago: http://groups.google.co.uk/group/symfony-users/browse_thread/thread/5df23826c604861d/360b5de9fbb84c10?hl=en&lnk=st&q=sym

[symfony-users] Re: Cache misteriously deleted

2007-10-08 Thread Haris Zukanović
I wish to re-actualize this subject Can we try to solve this problem, please? This is a showstopper for production env. Lately, it happends a lot for our application. How can we go about debugging it, please give me suggestions Symptoms are following: Parts of cache inside cache/backend/prod/mo

[symfony-users] Re : [symfony-users] Re: Cache misteriously deleted

2007-09-12 Thread Loïc Vernet
+1 - Message d'origine De : Olivier Mansour <[EMAIL PROTECTED]> À : symfony-users@googlegroups.com Envoyé le : Mercredi, 12 Septembre 2007, 14h15mn 34s Objet : [symfony-users] Re: Cache misteriously deleted Le 12 sept. 07 à 14:09, Haris Zukanović a écrit : I see this

[symfony-users] Re: Cache misteriously deleted

2007-09-12 Thread Olivier Mansour
Le 12 sept. 07 à 14:09, Haris Zukanović a écrit : > > I see this problem has been talked about before ever since the version > 0.6.3 and I still haven't seen any real suggestions about the > resolution.. > For my part it only happends with the backend of the application where > we use the admin

[symfony-users] Re: Cache misteriously deleted

2007-09-12 Thread Haris Zukanović
I see this problem has been talked about before ever since the version 0.6.3 and I still haven't seen any real suggestions about the resolution.. For my part it only happends with the backend of the application where we use the admin generator. I have an example of cache when this has happend. I c

[symfony-users] Re: Cache misteriously deleted

2007-09-12 Thread Luciano A. Andrade
Which version of php are ussing. Did you notes the http://bugs.php.net/bug.php?id=38154&edit=1 and http://bugs.php.net/bug.php?id=40568 bugs on filemtime function on php 5.1.4 and 5.2.1 respectibly? On 9/11/07, Haris Zukanović <[EMAIL PROTECTED]> wrote: > > In fact, the problem is that the cache

[symfony-users] Re: Cache misteriously deleted

2007-09-12 Thread Olivier Mansour
Le 12 sept. 07 à 13:57, Luciano A. Andrade a écrit : > Which version of php are ussing. Did you notes the > http://bugs.php.net/bug.php?id=38154&edit=1 > and > http://bugs.php.net/bug.php?id=40568 > bugs on filemtime function on php 5.1.4 and 5.2.1 respectibly? > I am using php 5.2.0-8 > On 9/1

[symfony-users] Re: Cache misteriously deleted

2007-09-12 Thread Haris Zukanović
It is running on Linux Debian 4.0 PHP Version 5.2.0-8+etch7 and Server version: Apache/2.2.3 Server built: Jun 17 2007 20:24:06 Luciano A. Andrade wrote: > Which version of php are ussing. Did you notes the > http://bugs.php.net/bug.php?id=38154&edit=1 > and > http://bugs.php.net/bug.php?id=405

[symfony-users] Re: Cache misteriously deleted

2007-09-11 Thread Haris Zukanović
In fact, the problem is that the cache is also partially deleted, so it is never regenerated even if come files are missing What could be the problem? Haris Zukanović wrote: > No, I didn't resolve it yet. It is a serious problem in that it stops > the application completly and makes it unusable un

[symfony-users] Re: Cache misteriously deleted

2007-09-11 Thread Haris Zukanović
No, I didn't resolve it yet. It is a serious problem in that it stops the application completly and makes it unusable until the cache is cleared Can we get a suggestion from any of symfony developers about this please ? TIA Olivier Mansour wrote: > > Le 1 sept. 07 à 08:47, Haris Zukanović a éc

[symfony-users] Re : [symfony-users] Re: Cache misteriously deleted

2007-09-06 Thread Loïc Vernet
tembre 2007, 15h39mn 43s Objet : [symfony-users] Re: Cache misteriously deleted Le 1 sept. 07 à 08:47, Haris Zukanović a écrit : Could this be relate to cache expiration somehow ? Hey I have excatly the same problem with sf1.0.5. did you solve it ? Olivier Haris Zukanović wrote: Hi,

[symfony-users] Re: Cache misteriously deleted

2007-09-06 Thread Olivier Mansour
Le 1 sept. 07 à 08:47, Haris Zukanović a écrit : > > Could this be relate to cache expiration somehow ? > Hey I have excatly the same problem with sf1.0.5. did you solve it ? Olivier > Haris Zukanović wrote: >> Hi, >> >> I am having trouble with cache.. >> Sometimes, the cache misteriously is

[symfony-users] Re: Cache misteriously deleted

2007-08-31 Thread Haris Zukanović
Could this be relate to cache expiration somehow ? Haris Zukanović wrote: > Hi, > > I am having trouble with cache.. > Sometimes, the cache misteriously is deleted, but only the files under > cache/backend/dev/modules/ > The directory structure under cache/backend/dev/modules/ remains intact > (o