how to check the path of your cache view in the source code?

2008-11-25 Thread robert123

hi

I have enabled caching, in my testing environment, the cache is
working well, and generate the views at tmp/cache/views

so i deploy the code in the production server, using the same code,
but this time no views are generated at tmp/cache/views

I am not sure the reason, anyone can tell me the reason, or anyone can
tell me where to find the code, where i can check the path of the
generated view files, so that i can debug it, thanks
--~--~-~--~~~---~--~~
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: how to check the path of your cache view in the source code?

2008-11-25 Thread David C. Zentgraf

Have you set the correct permission levels on the tmp directories (web  
server needs write access)?

On 25 Nov 2008, at 17:53, robert123 wrote:


 hi

 I have enabled caching, in my testing environment, the cache is
 working well, and generate the views at tmp/cache/views

 so i deploy the code in the production server, using the same code,
 but this time no views are generated at tmp/cache/views

 I am not sure the reason, anyone can tell me the reason, or anyone can
 tell me where to find the code, where i can check the path of the
 generated view files, so that i can debug it, thanks
 


--~--~-~--~~~---~--~~
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: how to check the path of your cache view in the source code?

2008-11-25 Thread robert123

yes, it was set correctly,

in the cache folder, files generate for model and persistent folders

but cache views are not generate for the view folders

On Nov 25, 5:09 pm, David C. Zentgraf [EMAIL PROTECTED] wrote:
 Have you set the correct permission levels on the tmp directories (web  
 server needs write access)?

 On 25 Nov 2008, at 17:53, robert123 wrote:



  hi

  I have enabled caching, in my testing environment, the cache is
  working well, and generate the views at tmp/cache/views

  so i deploy the code in the production server, using the same code,
  but this time no views are generated at tmp/cache/views

  I am not sure the reason, anyone can tell me the reason, or anyone can
  tell me where to find the code, where i can check the path of the
  generated view files, so that i can debug it, thanks
--~--~-~--~~~---~--~~
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: how to check the path of your cache view in the source code?

2008-11-25 Thread Kyo

Did you include the CacheHelper in your $helpers array?
--~--~-~--~~~---~--~~
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: how to check the path of your cache view in the source code?

2008-11-25 Thread robert123

yes, it was included, as mentioned it was working in testing server,
but not in production environment with the same code, i suspect
somehow the path to write the cache file to tmp/cache/views was not
set correctly, but i dont know where to find it in the cakephp source
code

On Nov 25, 5:54 pm, Kyo [EMAIL PROTECTED] wrote:
 Did you include the CacheHelper in your $helpers array?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---