Re: Cache problem using CakePHP default File config on apache 1.3.x - server crashes

2011-04-20 Thread Jon Bennett
 Hi - no - do you think that would help?
 I tried making the prefix of the cache different in case there was a
 conflict with other caching in the /tmp of the server but that hasn't
 worked, as the site has hung again just now. I will see if I can find some
 info on the lock thing, thanks.

Are you able to increase headroom on the server? More ram/cpu perhaps,
if on a VPS upgrade to the next one up.

If you can, install htop and keep an eye to see what's using the most
processes, php, mysql etc.

What server optimisations do you have in place, APC etc? Have a read
of http://www.pseudocoder.com/blog/8-ways-to-speed-up-cakephp-apps

Sounds like cake is running out of juice during busy periods and
you're getting broken cache files as a consequence. I think your
options are to upgrade your hardware or optimise your application.
It's not really a cake bug, but growing pains, by the sounds of it.

hth

Jon

-- 
jon bennett - www.jben.net - blog.jben.net

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Cache problem using CakePHP default File config on apache 1.3.x - server crashes

2011-04-20 Thread luke BAKING barker
hi Jon, thanks for your helpful reply.

I am not sure that it is performance, since the site is not really busy as 
yet, but maybe you have something. 

   I wonder if it is my statement to cache index action in my services 
controller for example


that is breaking things,

I might try just having caching on

but no actions. Then gradually add an action in 1 each few days.


My index action you see in actual fact takes an ID and so has about 40 
diffferent pages formed from it.


I put about 15 of these in like so in my controller:  


var $cacheAction = array(

 // 'index/'  = '1 day',

'index/1' = 172800, //2 days

'index/2' = 172800,

'index/3'  = 172800,


(I wonder if it is something like this that somehow forcing a high load on 
the server and then the cache file write is broken as you say.


I really don't know much at all about linux/server related things. 


Do you think another caching system might be a better route - or is File 
cache the most robust? Rather than Memcache etc.


thanks for your help and to people on IRC.


cheers


Luke


-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Cache problem using CakePHP default File config on apache 1.3.x - server crashes

2011-04-19 Thread 0x20h
Just a shot in the blue: Have you tried to set the 'lock' = true option
in your Cache::config ?

Am 19.04.2011 15:49, schrieb luke BAKING barker:
 Hi I am using some controller level caching for a few actions on a
 couple of cakePHP sites. both are cake1.3 sites, and are on the same
 VPS, running php 5.2.11 and it has eAccelrator too.

 the cache seemed to work for a few days and then both sites became
 unreachable this morning. I restarted the VPS as it had crashed, and
 then the sites still didnt come back up.

 I turned debug on to 1 on both and then they worked (implying cache
 issues) - and since cacheing was added just last week to one of them I
 belive it is a caching problem.

 I have checked in my error_log for apche and there are segmentation
 faults 11 around the time the server crashed, also child processes
 exiting.

 (thanks to theAnachron in IRC for their help in finding this).

 I have now set the prefixes to explicitly different things for these 2
 cake apps. Any other suggestions for me to get cache wokring without
 crashing?

 Would I be better sidestepping and using MemCache or similar (are
 these more robust?)

 sorry for my obvious cache n00b-iness. I want to sue it as the
 performance boost seems great and is suitable for these sites, whose
 content is reasonably static on popular pages.

 thanks

 boobyW






-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Cache problem using CakePHP default File config on apache 1.3.x - server crashes

2011-04-19 Thread luke BAKING barker
Hi - no - do you think that would help? 

I tried making the prefix of the cache different in case there was a 
conflict with other caching in the /tmp of the server but that hasn't 
worked, as the site has hung again just now. I will see if I can find some 
info on the lock thing, thanks.

Luke

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Cache Problem with safari 4

2009-09-14 Thread Martin Westin


I am sure Safari does cache the page for you. My feeling is that you
can't fix this with a header. My feeling is that Safari has this
feature for some kinds of back-clicking no matter what you do.
Possibly it is to aid javascript-heavy sites.

If I click away now, in the middle of typing this post, I can click
back and still have my text in this ajax-loaded field on the page.
Neither the field nor the text were there when the page loaded. That
is not how FF or any other browser works afaik.

I guess the old rule still applies. Back-buttons are for websites...
not applications. :)
(try clicking back in gmail for example)

/Martin


On Sep 13, 7:33 am, p_tucky p_tu...@whatinthai.com wrote:
 Please test on FF3.5, IE7+ , and Safari4

 http://perhabs.com/cake_test

 user: test
 pass: test

 please look at display current time under login button.
 After login then click back button then see display time Firefox and
 IE will show you new time but Safari still display cache time.

 That's why I mention Safari still cache.

 Thanks

 On Sep 11, 2:03 pm, Martin Westin martin.westin...@gmail.com wrote:



  I am not sure that is a cache problem or anything you can fix. Are you
  sure

  I use Safari 4 all the time and I am under the impression that the
  browser sometimes doesn't do any request at all when using the back
  button. It simply re-displays what it a few moments ago. I have not
  checked if the browser technically does a request or not. It is just a
  feeling I get.

  /Martin

  On Sep 11, 6:13 am, p_tucky p_tu...@whatinthai.com wrote:

   Hi, I have cache problem with safari 4.
   Any one have problem like me?

   I’ve tried with this code but does not work. It take me to the
   previous page and have still show the text on form.

   function beforeFilter()
   {

      if($this-action == ‘login’) {
             $this-disableCache();
      }

       Header( “Last-Modified: ” . gmdate( “D, j M Y H:i:s” ) . ” GMT” );
       Header( “Expires: ” . gmdate( “D, j M Y H:i:s”, time() ) . ”
   GMT” );
       Header( “Cache-Control: no-store, no-cache, must-revalidate” );

   }

   FF and IE both don’t have any problem, when click “back button” and no
   cache.
   Safari 4 it seem still have cache when click “back button”.

   Any solution please advise.
   Thanks in advance.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Cache Problem with safari 4

2009-09-14 Thread p_tucky

Thanks, for your ans Martin Westin  Marcelo Andrade.


On Sep 14, 1:13 pm, Martin Westin martin.westin...@gmail.com wrote:
 I am sure Safari does cache the page for you. My feeling is that you
 can't fix this with a header. My feeling is that Safari has this
 feature for some kinds of back-clicking no matter what you do.
 Possibly it is to aid javascript-heavy sites.

 If I click away now, in the middle of typing this post, I can click
 back and still have my text in this ajax-loaded field on the page.
 Neither the field nor the text were there when the page loaded. That
 is not how FF or any other browser works afaik.

 I guess the old rule still applies. Back-buttons are for websites...
 not applications. :)
 (try clicking back in gmail for example)

 /Martin

 On Sep 13, 7:33 am, p_tucky p_tu...@whatinthai.com wrote:

  Please test on FF3.5, IE7+ , and Safari4

 http://perhabs.com/cake_test

  user: test
  pass: test

  please look at display current time under login button.
  After login then click back button then see display time Firefox and
  IE will show you new time but Safari still display cache time.

  That's why I mention Safari still cache.

  Thanks

  On Sep 11, 2:03 pm, Martin Westin martin.westin...@gmail.com wrote:

   I am not sure that is a cache problem or anything you can fix. Are you
   sure

   I use Safari 4 all the time and I am under the impression that the
   browser sometimes doesn't do any request at all when using the back
   button. It simply re-displays what it a few moments ago. I have not
   checked if the browser technically does a request or not. It is just a
   feeling I get.

   /Martin

   On Sep 11, 6:13 am, p_tucky p_tu...@whatinthai.com wrote:

Hi, I have cache problem with safari 4.
Any one have problem like me?

I’ve tried with this code but does not work. It take me to the
previous page and have still show the text on form.

function beforeFilter()
{

   if($this-action == ‘login’) {
          $this-disableCache();
   }

    Header( “Last-Modified: ” . gmdate( “D, j M Y H:i:s” ) . ” GMT” );
    Header( “Expires: ” . gmdate( “D, j M Y H:i:s”, time() ) . ”
GMT” );
    Header( “Cache-Control: no-store, no-cache, must-revalidate” );

}

FF and IE both don’t have any problem, when click “back button” and no
cache.
Safari 4 it seem still have cache when click “back button”.

Any solution please advise.
Thanks in advance.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Cache Problem with safari 4

2009-09-13 Thread Marcelo Andrade

On Sun, Sep 13, 2009 at 7:33 AM, p_tucky p_tu...@whatinthai.com wrote:

 Please test on FF3.5, IE7+ , and Safari4

 http://perhabs.com/cake_test

 user: test
 pass: test

 please look at display current time under login button.
 After login then click back button then see display time Firefox and
 IE will show you new time but Safari still display cache time.

 That's why I mention Safari still cache.

Did you tried to wrap the clock code in
the view with cake:nocache tags ?

http://book.cakephp.org/view/347/Marking-Non-Cached-Content-in-Views

Best regards.

--
MARCELO DE F. ANDRADE
Belem, PA, Amazonia, Brazil
Linux User #221105

http://mfandrade.wordpress.com

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



Re: Cache Problem with safari 4

2009-09-12 Thread p_tucky

Please test on FF3.5, IE7+ , and Safari4

http://perhabs.com/cake_test

user: test
pass: test

please look at display current time under login button.
After login then click back button then see display time Firefox and
IE will show you new time but Safari still display cache time.

That's why I mention Safari still cache.

Thanks



On Sep 11, 2:03 pm, Martin Westin martin.westin...@gmail.com wrote:
 I am not sure that is a cache problem or anything you can fix. Are you
 sure

 I use Safari 4 all the time and I am under the impression that the
 browser sometimes doesn't do any request at all when using the back
 button. It simply re-displays what it a few moments ago. I have not
 checked if the browser technically does a request or not. It is just a
 feeling I get.

 /Martin

 On Sep 11, 6:13 am, p_tucky p_tu...@whatinthai.com wrote:

  Hi, I have cache problem with safari 4.
  Any one have problem like me?

  I’ve tried with this code but does not work. It take me to the
  previous page and have still show the text on form.

  function beforeFilter()
  {

     if($this-action == ‘login’) {
            $this-disableCache();
     }

      Header( “Last-Modified: ” . gmdate( “D, j M Y H:i:s” ) . ” GMT” );
      Header( “Expires: ” . gmdate( “D, j M Y H:i:s”, time() ) . ”
  GMT” );
      Header( “Cache-Control: no-store, no-cache, must-revalidate” );

  }

  FF and IE both don’t have any problem, when click “back button” and no
  cache.
  Safari 4 it seem still have cache when click “back button”.

  Any solution please advise.
  Thanks in advance.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Cache Problem with safari 4

2009-09-11 Thread Martin Westin

I am not sure that is a cache problem or anything you can fix. Are you
sure

I use Safari 4 all the time and I am under the impression that the
browser sometimes doesn't do any request at all when using the back
button. It simply re-displays what it a few moments ago. I have not
checked if the browser technically does a request or not. It is just a
feeling I get.

/Martin


On Sep 11, 6:13 am, p_tucky p_tu...@whatinthai.com wrote:
 Hi, I have cache problem with safari 4.
 Any one have problem like me?

 I’ve tried with this code but does not work. It take me to the
 previous page and have still show the text on form.

 function beforeFilter()
 {

if($this-action == ‘login’) {
   $this-disableCache();
}

 Header( “Last-Modified: ” . gmdate( “D, j M Y H:i:s” ) . ” GMT” );
 Header( “Expires: ” . gmdate( “D, j M Y H:i:s”, time() ) . ”
 GMT” );
 Header( “Cache-Control: no-store, no-cache, must-revalidate” );

 }

 FF and IE both don’t have any problem, when click “back button” and no
 cache.
 Safari 4 it seem still have cache when click “back button”.

 Any solution please advise.
 Thanks in advance.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Cache problem ?

2008-06-20 Thread gbk *

view cache files are generated into /app/tmp/cache/views.
check out the folder, if it's not empty the cache is working...

gbk

On jún. 20, 12:01, Marc MENDEZ [EMAIL PROTECTED] wrote:
 Hi,

 I'm a newbie and I have started last week studying CakePHP with the 1.1
 release.
 Yesterday, I upgraded my tests to 1.2 RC1 (the latest 1.2 available on
 the website).

 Up to this morning, I used view templates generated with the previous
 version of bake (but just corrected to work with 1.2);
 Now, I have just generated model, controller and view using the bake
 utility available with the 1.2 : works fine... but :
 I decided to modify the index.ctp generated : the changes are not visibles !
 I even deleted the index.ctp, it's still working ! It works as if the
 index.ctp was cached.
 I check the CACHE_CHECK parameter in the core.php : set to false !

 What's wrong !

 Help please, it drives me crazy !

 BTW : I work with IE. I copied the URL and pasted it directly in a new
 instance of FireFox : I get the same behavior ! So it's not a problem of
 my web browser.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Cache problem ?

2008-06-20 Thread Marc MENDEZ

Yes, there are files : in models and persistents, but nothing in the 
view folder.

I deleted everything, but I still have the same view

gbk * a écrit :
 view cache files are generated into /app/tmp/cache/views.
 check out the folder, if it's not empty the cache is working...

 gbk

 On jún. 20, 12:01, Marc MENDEZ [EMAIL PROTECTED] wrote:
   
 Hi,

 I'm a newbie and I have started last week studying CakePHP with the 1.1
 release.
 Yesterday, I upgraded my tests to 1.2 RC1 (the latest 1.2 available on
 the website).

 Up to this morning, I used view templates generated with the previous
 version of bake (but just corrected to work with 1.2);
 Now, I have just generated model, controller and view using the bake
 utility available with the 1.2 : works fine... but :
 I decided to modify the index.ctp generated : the changes are not visibles !
 I even deleted the index.ctp, it's still working ! It works as if the
 index.ctp was cached.
 I check the CACHE_CHECK parameter in the core.php : set to false !

 What's wrong !

 Help please, it drives me crazy !

 BTW : I work with IE. I copied the URL and pasted it directly in a new
 instance of FireFox : I get the same behavior ! So it's not a problem of
 my web browser.
 
 

   




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Cache problem ?

2008-06-20 Thread Marc MENDEZ

I did a few tests :

Any changes to index.ctp is ignored... Even worst : I renamed the view 
folder corresponding to the model : it's still working !
But, if I edit the index.thtml fo an other model, it works !!!

The only one difference :
- The old template was generated by the previous bake app; it's name *.thtml
- the new one used the features of Cake 1.2 and was generated by the new 
bake app



gbk * a écrit :
 view cache files are generated into /app/tmp/cache/views.
 check out the folder, if it's not empty the cache is working...

 gbk

 On jún. 20, 12:01, Marc MENDEZ [EMAIL PROTECTED] wrote:
   
 Hi,

 I'm a newbie and I have started last week studying CakePHP with the 1.1
 release.
 Yesterday, I upgraded my tests to 1.2 RC1 (the latest 1.2 available on
 the website).

 Up to this morning, I used view templates generated with the previous
 version of bake (but just corrected to work with 1.2);
 Now, I have just generated model, controller and view using the bake
 utility available with the 1.2 : works fine... but :
 I decided to modify the index.ctp generated : the changes are not visibles !
 I even deleted the index.ctp, it's still working ! It works as if the
 index.ctp was cached.
 I check the CACHE_CHECK parameter in the core.php : set to false !

 What's wrong !

 Help please, it drives me crazy !

 BTW : I work with IE. I copied the URL and pasted it directly in a new
 instance of FireFox : I get the same behavior ! So it's not a problem of
 my web browser.
 
 

   




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Cache problem ?

2008-06-20 Thread gbk *

my tip is that this is not a cache issue.
are you sure you are editing the correct file?

On jún. 20, 14:20, Marc MENDEZ [EMAIL PROTECTED] wrote:
 I did a few tests :

 Any changes to index.ctp is ignored... Even worst : I renamed the view
 folder corresponding to the model : it's still working !
 But, if I edit the index.thtml fo an other model, it works !!!

 The only one difference :
 - The old template was generated by the previous bake app; it's name *.thtml
 - the new one used the features of Cake 1.2 and was generated by the new
 bake app

 gbk * a écrit :

  view cache files are generated into /app/tmp/cache/views.
  check out the folder, if it's not empty the cache is working...

  gbk

  On jún. 20, 12:01, Marc MENDEZ [EMAIL PROTECTED] wrote:

  Hi,

  I'm a newbie and I have started last week studying CakePHP with the 1.1
  release.
  Yesterday, I upgraded my tests to 1.2 RC1 (the latest 1.2 available on
  the website).

  Up to this morning, I used view templates generated with the previous
  version of bake (but just corrected to work with 1.2);
  Now, I have just generated model, controller and view using the bake
  utility available with the 1.2 : works fine... but :
  I decided to modify the index.ctp generated : the changes are not visibles 
  !
  I even deleted the index.ctp, it's still working ! It works as if the
  index.ctp was cached.
  I check the CACHE_CHECK parameter in the core.php : set to false !

  What's wrong !

  Help please, it drives me crazy !

  BTW : I work with IE. I copied the URL and pasted it directly in a new
  instance of FireFox : I get the same behavior ! So it's not a problem of
  my web browser.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Cache problem ?

2008-06-20 Thread Marc MENDEZ



gbk * a écrit :
 my tip is that this is not a cache issue.
 are you sure you are editing the correct file?

   
My table is named essais. The only one page on all my hard disk (I 
checked it !) dealing with this table and containg references to 
$paginator is in app/views/essais/index.ctp.
If I search for some other informations displayed by this view in my 
browser, I still find this index.ctp file

Anyway, there is even only one directory views : if I delete it and :
- try to access to an other view : it crashes (normal, the view file 
does not exist anymore)
- try to access to the essais view : it works !!

I agree with you : it sounds as if I was not talking about the same file 
! But which file !!

Completely crazy !
 On jún. 20, 14:20, Marc MENDEZ [EMAIL PROTECTED] wrote:
   
 I did a few tests :

 Any changes to index.ctp is ignored... Even worst : I renamed the view
 folder corresponding to the model : it's still working !
 But, if I edit the index.thtml fo an other model, it works !!!

 The only one difference :
 - The old template was generated by the previous bake app; it's name *.thtml
 - the new one used the features of Cake 1.2 and was generated by the new
 bake app

 gbk * a écrit :

 
 view cache files are generated into /app/tmp/cache/views.
 check out the folder, if it's not empty the cache is working...
   
 gbk
   
 On jún. 20, 12:01, Marc MENDEZ [EMAIL PROTECTED] wrote:
   
 Hi,
 
 I'm a newbie and I have started last week studying CakePHP with the 1.1
 release.
 Yesterday, I upgraded my tests to 1.2 RC1 (the latest 1.2 available on
 the website).
 
 Up to this morning, I used view templates generated with the previous
 version of bake (but just corrected to work with 1.2);
 Now, I have just generated model, controller and view using the bake
 utility available with the 1.2 : works fine... but :
 I decided to modify the index.ctp generated : the changes are not visibles 
 !
 I even deleted the index.ctp, it's still working ! It works as if the
 index.ctp was cached.
 I check the CACHE_CHECK parameter in the core.php : set to false !
 
 What's wrong !
 
 Help please, it drives me crazy !
 
 BTW : I work with IE. I copied the URL and pasted it directly in a new
 instance of FireFox : I get the same behavior ! So it's not a problem of
 my web browser.
 
 

   




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Cache problem ?

2008-06-20 Thread Marc MENDEZ

Next test :

I deleted app/views/essais and run bake again. I watched the folder and 
found, again the 4 views files in a new essais folder. So, now, I'm 
sure it's the right files and the right folder.
I edit the index.ctp and guess what . nothing , still the same problem !



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Cache problem ?

2008-06-20 Thread gbk *

i have no idea...

maybe there is something useful in your log files. have you checked
them (webserver error log, php error log, /tmp/logs/error.log,
debug.log)?

gbk

On jún. 20, 14:45, Marc MENDEZ [EMAIL PROTECTED] wrote:
 Next test :

 I deleted app/views/essais and run bake again. I watched the folder and
 found, again the 4 views files in a new essais folder. So, now, I'm
 sure it's the right files and the right folder.
 I edit the index.ctp and guess what . nothing , still the same problem !
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Cache problem ?

2008-06-20 Thread Chris Hartjes

On Fri, Jun 20, 2008 at 8:45 AM, Marc MENDEZ [EMAIL PROTECTED] wrote:

 Next test :

 I deleted app/views/essais and run bake again. I watched the folder and
 found, again the 4 views files in a new essais folder. So, now, I'm
 sure it's the right files and the right folder.
 I edit the index.ctp and guess what . nothing , still the same problem !

Well, here are a few things I would try:

1) look at your web server access and error logs to make sure you're
actually hitting the URL you think you are
2) delete everyting in APP/tmp/
3) set debug to a value  0 in APP/config/core.php

Hope that helps.

-- 
Chris Hartjes
Internet Loudmouth
Motto for 2008: Moving from herding elephants to handling snakes...
@TheKeyBoard: http://www.littlehart.net/atthekeyboard

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Cache problem ?

2008-06-20 Thread Dardo Sordi Bogado

Can you paste the controller code at http://bin.cakephp.org ?

On Fri, Jun 20, 2008 at 10:05 AM, Chris Hartjes [EMAIL PROTECTED] wrote:

 On Fri, Jun 20, 2008 at 8:45 AM, Marc MENDEZ [EMAIL PROTECTED] wrote:

 Next test :

 I deleted app/views/essais and run bake again. I watched the folder and
 found, again the 4 views files in a new essais folder. So, now, I'm
 sure it's the right files and the right folder.
 I edit the index.ctp and guess what . nothing , still the same problem !

 Well, here are a few things I would try:

 1) look at your web server access and error logs to make sure you're
 actually hitting the URL you think you are
 2) delete everyting in APP/tmp/
 3) set debug to a value  0 in APP/config/core.php

 Hope that helps.

 --
 Chris Hartjes
 Internet Loudmouth
 Motto for 2008: Moving from herding elephants to handling snakes...
 @TheKeyBoard: http://www.littlehart.net/atthekeyboard

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Cache problem ?

2008-06-20 Thread Marc MENDEZ

gbk * a écrit :
 i have no idea...

 maybe there is something useful in your log files. have you checked
 them (webserver error log, php error log, /tmp/logs/error.log,
 debug.log)?

   
I should not work on the last day of the week  When things are too 
obvious.   Just one word :

scaffolding


Too stupid I am, Too stupid I remain :(((

A HUUGEE Sorry for the disturb.

Should think about holidays




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---