Forums / Developer / No override templates appear after upgrade
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/
Wednesday 15 September 2004 11:39:52 pm
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=templatesMatch[class]=1
[view] Source=node/view/full.tpl MatchFile=view.tpl Subdir=templatesMatch[class]=2
When I removed these two overrides, the entire site worked like a charm.