override.ini.append problems

Author Message

Jason Wehmhoener

Monday 10 November 2003 12:02:36 pm

Hello,

I have installed eZ Publish 3.1-1 on my laptop (localhost) and a client's website (www.website.com). All the eZ Publish files are identical on each machine with the exception of database settings in site.ini, etc.

One other difference between the two installations is the content in the database. The client has been updating and editing content on the live site, so the database content is no longer in synch.

As a result, there is one minor difference in my override.ini.append. Here are excerpt's from the two files:

localhost override.ini.append
=========================
[snip]

[pagelayout_whitebox]
Source=pagelayout.tpl
MatchFile=pagelayout_whitebox.tpl
Subdir=templates
Match[section]=2

[snip]

[folder]
Source=node/view/full.tpl
MatchFile=folder.tpl
Subdir=templates
Match[class]=1

[snip]

[node_gallery]
Source=node/view/full.tpl
MatchFile=node/view/thumbnail.tpl
Match[node]=100

[snip]

www.website.com override.ini.append
==============================
[snip]

[pagelayout_whitebox]
Source=pagelayout.tpl
MatchFile=pagelayout_whitebox.tpl
Subdir=templates
Match[section]=2

[snip]

[folder]
Source=node/view/full.tpl
MatchFile=folder.tpl
Subdir=templates
Match[class]=1

[snip]

[node_gallery]
Source=node/view/full.tpl
MatchFile=node/view/thumbnail.tpl
Match[node]=138

[snip]

So far so good, but unfortunately, all other things being alike I am getting very different template output from the two systems:

http://www.website.com/index.php/demo/content/view/full/138/
design/demo/override/templates/pagelayout_whitebox.tpl
design/demo/override/templates/folder.tpl
design/standard/templates/content/datatype/view/ezxmltext.tpl
design/demo/override/templates/line_folder.tpl
design/standard/templates/node/view/line.tpl

http://localhost/index.php/demo/content/view/full/100/
design/demo/override/templates/pagelayout_whitebox.tpl
design/demo/templates/node/view/thumbnail.tpl
design/demo/templates/node/view/medium.tpl
design/standard/templates/content/datatype/view/ezimage.tpl
design/demo/templates/node/view/medium.tpl
design/standard/templates/content/datatype/view/ezimage.tpl
design/standard/templates/navigator/google.tpl

http://www.website.com/index.php/demo/content/view/thumbnail/138/
design/demo/override/templates/pagelayout_whitebox.tpl
design/demo/templates/node/view/thumbnail.tpl
design/standard/templates/image/layer.tpl
design/demo/templates/node/view/medium.tpl
design/standard/templates/content/datatype/view/ezimage.tpl
design/standard/templates/navigator/google.tpl

http://localhost/index.php/demo/content/view/thumbnail/100/
design/demo/override/templates/pagelayout_whitebox.tpl
design/demo/templates/node/view/thumbnail.tpl
design/demo/templates/node/view/medium.tpl
design/standard/templates/content/datatype/view/ezimage.tpl
design/demo/templates/node/view/medium.tpl
design/standard/templates/content/datatype/view/ezimage.tpl
design/standard/templates/navigator/google.tpl

http://www.website.com/index.php/demo/content/view/slideshow/138/offset/0
design/demo/override/templates/pagelayout_whitebox.tpl
design/demo/templates/node/view/slideshow.tpl
design/standard/templates/image/layer.tpl
design/standard/templates/image/layer.tpl
design/demo/templates/node/view/large.tpl
design/standard/templates/content/datatype/view/ezimage.tpl
design/standard/templates/content/datatype/view/ezxmltext.tpl
design/standard/templates/content/datatype/view/ezxmltags/paragraph.tpl
design/standard/templates/content/datatype/view/ezxmltags/paragraph.tpl

http://localhost/index.php/demo/content/view/slideshow/100/offset/0
design/demo/override/templates/pagelayout_whitebox.tpl
design/demo/templates/node/view/slideshow.tpl
design/demo/templates/node/view/large.tpl
design/standard/templates/content/datatype/view/ezimage.tpl
design/standard/templates/content/datatype/view/ezxmltext.tpl
design/standard/templates/content/datatype/view/ezxmltags/paragraph.tpl

Can anyone think of a reason why this would be happening?

Thanks!
Jason Wehmhoener

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