| Friday 16 June 2006 5:25:31 am 
                                                                
                                                                 Hi, I did an override of print_pagelayout.tpl for an additional private siteaccess: 
  9 [impression_cv]
 10 Source=print_pagelayout.tpl
 11 MatchFile=impression/print_pagelayout_cv.tpl
 12 Subdir=templates
 13 Match[node]=1027
 If I clear all caches of this siteaccess I can display the print version of my document. With debug option I get: 
design/linuxorable_assoc/override/templates/impression/print_pagelayout_cv.tpldesign/standard/templates/page_head.tpl
 design/standard/templates/link.tpl
 design/linuxorable_assoc/override/templates/impression/page_mainareaaaa.tpl
 design/standard/templates/page_warning.tpl
 extension/fckeditor/design/standard/templates/content/datatype/view/ezxmltags/literal.tpl
 
and below this last line the document is displayed.But if I try to display the print version of this document another time, the document is no more displayed and the debug output is:
 
design/linuxorable_assoc/override/templates/impression/print_pagelayout_cv.tpldesign/standard/templates/page_head.tpl
 design/standard/templates/link.tpl
 design/linuxorable_assoc/override/templates/impression/page_mainareaaaa.tpl
 design/standard/templates/page_warning.tpl
 
so the last:extension/fckeditor/design/standard/templates/content/datatype/view/ezxmltags/literal.tpl
 
line is missing.Once the print version is displayed, if I reload the page, the document disappears ! Then, to be able to display the print version, I have to clear caches.
 With my default public siteaccess, I have not this trouble. Pascal Ce qui embellit le désert c'est qu'il cache un puits... quelque part... (A. de Saint-Exupéry) - http://luxpopuli.fr/eZ-Publish
                                                                 |