Thursday 24 September 2009 12:00:48 am
Hello, we are using ez Publish 4.0.0. I tried to run the makestaticcache.php script with the following parameters: php bin/php/makestaticcache.php -s oursite Our /settings/override/staticcache.ini.append.php file has the following entries:
[CacheSettings]
HostName=localhost
StaticStorageDir=static
MaxCacheDepth=3
CachedURLArray[]=/*
CachedSiteAccesses[]
CachedSiteAccesses[]=oursite
AlwaysUpdateArray[]
AlwaysUpdateArray[]=/
CronjobCacheClear=disabled
In the ini-file /settings/override/site.ini.append.php we already set
StaticCache=enabled
The makestaticscript.php then created a folder "oursite" in \static but there are no files in it.
Regards, Mark
|