Forums / Setup & design / Possible reasons for error message

"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".

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