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

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

eZ debug

Timing: Jan 18 2025 19:17:35
Script start
Timing: Jan 18 2025 19:17:35
Module start 'layout'
Timing: Jan 18 2025 19:17:35
Module start 'content'
Timing: Jan 18 2025 19:17:35
Module end 'content'
Timing: Jan 18 2025 19:17:35
Script end

Main resources:

Total runtime0.0167 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0075 589.1328152.6250
Module start 'layout' 0.00750.0030 741.757839.4453
Module start 'content' 0.01050.0043 781.203189.4609
Module end 'content' 0.01480.0019 870.664130.3047
Script end 0.0166  900.9688 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002816.5331140.0002
Check MTime0.00137.8310140.0001
Mysql Total
Database connection0.00106.132910.0010
Mysqli_queries0.003319.885030.0011
Looping result0.00000.073010.0000
Template Total0.00159.210.0015
Template load0.00084.853910.0008
Template processing0.00074.320310.0007
Override
Cache load0.00053.161610.0005
General
dbfile0.00031.675280.0000
String conversion0.00000.048640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0002 secs