Forums / Setup & design / Possible reasons for error message

Possible reasons for error message

Author Message

Børge Warvik

Monday 11 September 2006 1:19:27 pm

What are the most common reasons for this error message:

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

Xavier Dutoit

Monday 11 September 2006 11:36:07 pm

Hi,

It means that the template engine couldn't find the template ;)

One reason is that you have something in your override.ini.append for the class of content you're trying to display,

[tralala]
Source=node/view/full.tpl
MatchFile=page/missingfile.tpl
Subdir=templates
Match[class_identifier]=tralala
Match[section]=6

When you're trying to display an object instance of the class tralala, it tries to use page/missingfile.tpl but can't find it.

There could be several other reasons, like not the right designs in your site.ini.append or ...

Don't you have any other warning/notice ?

Clear all the caches and load that page, you might have more infos...
X+

http://www.sydesy.com