Forums / Developer / No override templates appear after upgrade

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

No override templates appear after upgrade

Author Message

Eirik Alfstad Johansen

Wednesday 15 September 2004 2:00:26 pm

Hi guys,

After a not-so-hassle-free upgrade from 3.3-1 til 3.4-1, none of the override templates appear on the "user" siteaccess. The view which do not have overrides specified appear as supposed to, but those who have, don't appear at all. The debugouput says:

No template could be loaded for "node/view/full.tpl" using resource "design"

I've tried chmod'ing the entire design dir to 777, and flusing the cache, but it had no effect.

Any assistance would be greatly appreciated !

Thanks in advance!

Sincerely,

Eirik Alfstad Johansen
http://www.netmaking.no/

Eirik Alfstad Johansen

Wednesday 15 September 2004 11:39:52 pm

Hi guys,

I managed to fix this using a rather strange solution. My settings/siteacess/plain/override.ini.append contained the following two overrides which I can't remember having created:

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

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

When I removed these two overrides, the entire site worked like a charm.

Sincerely,

Eirik Alfstad Johansen
http://www.netmaking.no/