makestaticcache.php dont generate cache

Author Message

Pierre Tissot

Thursday 09 March 2006 7:07:56 am

Hi,

I'm trying to test the staticcache in my machine, but I'm having the following: makestaticcache.php do not generate anything.

My configurarion:

/overwrite/staticcache.ini.append.php
----------------------------------------------------------------------------------------------
[CacheSettings]
HostName=localhost
StaticStorageDir=static
MaxCacheDepth=3

# A list of url's to cache. You can use the * wildcard to include a whole
# subtree.
CachedURLArray[]=/*

# A list of site accesses to generate static content for
CachedSiteAccesses[]=plain

# A list of locations that will be updated whenever an object is published. You
# can NOT use a wildcard here.
AlwaysUpdateArray[]
AlwaysUpdateArray[]=/
----------------------------------------------------------------------------------------------

in my settings\siteaccess\plain\site.ini.append.php
----------------------------------------------------------------------------------------------
[ContentSettings]
TranslationList=
ViewCaching=enabled
StaticCache=enabled

[TemplateSettings]
TemplateCache=enabled
Debug=disabled
ShowXHTMLCode=disabled
ShowUsedTemplates=enabled

[OverrideSettings]
Cache=enabled
-----------------------------------------------------------------------------------------------------

when I run the scrip the output is this one and nothing is created on ez root directory or anywhere else:

php.exe makestaticcache.php -s plain -f

Warning: in_array(): Wrong datatype for second argument in C:\Program Files\Easy
PHP1-8\www\ezpublish-3.7.3\kernel\classes\ezscript.php on line 1084

Warning: in_array(): Wrong datatype for second argument in C:\Program Files\Easy
PHP1-8\www\ezpublish-3.7.3\kernel\classes\ezscript.php on line 1084

Warning: in_array(): Wrong datatype for second argument in C:\Program Files\Easy
PHP1-8\www\ezpublish-3.7.3\kernel\classes\ezscript.php on line 1084

Warning: in_array(): Wrong datatype for second argument in C:\Program Files\Easy
PHP1-8\www\ezpublish-3.7.3\kernel\classes\ezscript.php on line 1084

---------------------------------------------------------------------------------------------------------

Any ideia? I'm runing this on WINDOWS.

thanks in advance

Dompirrota

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 01:10:45
Script start
Timing: Jan 19 2025 01:10:45
Module start 'layout'
Timing: Jan 19 2025 01:10:45
Module start 'content'
Timing: Jan 19 2025 01:10:46
Module end 'content'
Timing: Jan 19 2025 01:10:46
Script end

Main resources:

Total runtime0.8975 sec
Peak memory usage4,096.0000 KB
Database Queries46

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0086 589.2734152.6406
Module start 'layout' 0.00860.0029 741.914139.4766
Module start 'content' 0.01150.8845 781.3906423.7109
Module end 'content' 0.89600.0014 1,205.10168.1406
Script end 0.8974  1,213.2422 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00390.4301160.0002
Check MTime0.00160.1807160.0001
Mysql Total
Database connection0.00110.125010.0011
Mysqli_queries0.843994.0307460.0183
Looping result0.00040.0494440.0000
Template Total0.862596.120.4312
Template load0.00230.261620.0012
Template processing0.860195.840320.4301
Template load and register function0.00030.028310.0003
states
state_id_array0.00160.174110.0016
state_identifier_array0.00150.169020.0008
Override
Cache load0.00200.2238500.0000
Sytem overhead
Fetch class attribute can translate value0.00050.053910.0005
Fetch class attribute name0.00070.075710.0007
XML
Image XML parsing0.00010.009510.0001
class_abstraction
Instantiating content class attribute0.00000.000510.0000
General
dbfile0.00160.1813100.0002
String conversion0.00000.000940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
12content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
11content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 26
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs