Ez Publish not respecting template overrrides

Author Message

Tomas Diago

Saturday 28 May 2005 9:38:44 am

This is weird!

Using Ez Publish 3.2 and the News theme, I set up a template override for node/view/full for the class "folder" and the corresponding section id belonging to my new folder called "Abous us":

"design/wiwiw/override/templates/full_view_credits_folder.tpl"

It has priority 1 and overrides general Folder view " design/base/override/templates/full/folder.tpl" from the News them.

Nevertheless, after reloading and clearing all caches, Ez Publish uses the general override for Folder view:
http://www.wiwiw.org/test/index.php/wiwiw/about_us

It's incredible because on my local computer running Windows XP it works, but on the server running Linux under Plesk, doesn't work ?! The template override I use under Linux already has all atrributes needed to be executed, read and written.

I'm desperate, I don't know what else I can try since it's working on my local computer!?

Can anyone help?

Thanks in advance

John Mina

Saturday 28 May 2005 11:47:44 pm

hi Tomas ,
It really sounds wiered,
but , probably you can upload the tpl file from you machine again
Also , upload the settings overriede.ini files needed from you machine to the server , Only do that if you are sure of that step.
Isuggest taking a backup from the files that are on the server , just in case.
try to read the fiels that are on thes erver before changing probably the changes didn't take effect on the server, and , make sure the new TPL line is written above the original tpl file.

Hope that will help,
let me hear if it didn't.
Good Luck
John

Gene Snider

Sunday 29 May 2005 5:49:00 pm

"t's incredible because on my local computer running Windows XP it works, but on the server running Linux under Plesk, doesn't work ?!"

The page might be cached either in the Web server or in your browser cache. I had a similar problem which vaporized after I restarted Apache and cleared my browser cache.

Andrew Vorobyov

Sunday 29 May 2005 9:37:35 pm

Check out override order in /settings/override/override.ini.php file...

Luke Barton

Thursday 02 June 2005 11:11:07 am

Tomas,

You may wish to turn DEBUG on in your ini settings. This will give you a report at the bottom of the page that might show some helpful error messages, especially in regards to file AND directory permissions.

Also, you may wish to secure shell into the server and clear the cache from the command line:

->cd yoursite

->cd html

->bin/shell/clearcache.sh --clear-all

Good luck.

-Luke

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 18 2025 21:05:59
Script start
Timing: Jan 18 2025 21:05:59
Module start 'layout'
Timing: Jan 18 2025 21:05:59
Module start 'content'
Timing: Jan 18 2025 21:06:01
Module end 'content'
Timing: Jan 18 2025 21:06:01
Script end

Main resources:

Total runtime1.8471 sec
Peak memory usage4,096.0000 KB
Database Queries69

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0052 588.0469152.6406
Module start 'layout' 0.00520.0022 740.687539.4766
Module start 'content' 0.00741.8383 780.1641594.7969
Module end 'content' 1.84570.0014 1,374.960912.4375
Script end 1.8470  1,387.3984 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.1966160.0002
Check MTime0.00180.0950160.0001
Mysql Total
Database connection0.00070.036010.0007
Mysqli_queries1.793197.0774690.0260
Looping result0.00070.0375670.0000
Template Total1.808097.920.9040
Template load0.00210.115020.0011
Template processing1.805897.766120.9029
Template load and register function0.00010.007710.0001
states
state_id_array0.00150.083010.0015
state_identifier_array0.00260.143020.0013
Override
Cache load0.00190.1032380.0001
Sytem overhead
Fetch class attribute can translate value0.00080.042150.0002
Fetch class attribute name0.00150.082350.0003
XML
Image XML parsing0.00050.029250.0001
class_abstraction
Instantiating content class attribute0.00000.000550.0000
General
dbfile0.00060.0304100.0001
String conversion0.00000.000440.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
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/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: 17
 Number of unique templates used: 5

Time used to render debug report: 0.0003 secs