Forums / Developer / Disabling "Clear all caches"

Disabling "Clear all caches"

Author Message

olagato olagato

Thursday 17 January 2008 10:06:01 am

Hi, I'm newbie eZ developer:

Everytime I have to test a change in "eZ code" in Dreamweaver, I have to "clear all caches" in eZ "admin zone" ("Configuration" tab) and push "F5" in the navigator.
This takes much time between every change, specially the "clear all caches" proccess.

Is there a way to disable the "clear all caches" proccess so that I only had to push "F5" to see the changes in the navigator ?

Łukasz Serwatka

Saturday 26 January 2008 2:00:48 pm

Hi,

In site.ini.append.php for siteaccess that you are developing put

[TemplateSettings]
TemplateCompile=disabled
TemplateCache=disabled
DevelopmentMode=enabled

[ContentSettings]
ViewCaching=disabled

Remember to reverse (enable) this settings when site goes live!

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

olagato olagato

Tuesday 29 January 2008 3:12:23 am

SOLVED !!!

Thank you very much Łukasz.
This works fine now: I only had to modify this file with your changes:
C:\eZpublish\ezpublish\settings\override\site.ini.append.php