Forums / Setup & design / Template list empty

Template list empty

Author Message

Trond Åge Kvalø

Wednesday 01 September 2004 2:14:07 am

When I try to list my templates in the admin interface, the template list is completely empty.

When I check my design directory, all the templates are where they are supposed to be. And my override.ini.append is also just as expected.

I find this very strange, but I wonder if this might have something to do with me doing a database backup from 3.4-0 tables into an 3.4-1 installation.

Anyone got tips on how to fix this?

best regards

best regards
trondåge

trondåge

Trond Åge Kvalø

Wednesday 01 September 2004 6:21:08 am

Bumping

trondåge

Paul Forsyth

Wednesday 01 September 2004 6:51:01 am

Have you tried checking the database itself from eZ? Goto: <admin>/setup/systemupgrade and run the database checker to see if it throws up anything...

paul

Trond Åge Kvalø

Thursday 02 September 2004 1:49:18 am

Thanks for your suggestion, Paul.

I tried this and it told me to insert an index to the contentobject_version table. So I did.

It also told me to delete all the other tables. I.e the old tables that I've renamed to old_ez*. But I can't really see that those tables should make my template list empty.

What do the template list consist of anyway. I would have thought that it was a listing of all *.tpl files found in the design/ directory. So I've checked for file consistency as well, and the file consistency was ok. But my template list is still empty.

best regards

trondåge

Paul Forsyth

Thursday 02 September 2004 2:15:03 am

The list does show templates are used plus their overrides. It can be useful in showing if your override is active.

I looked at the code briefly. The templatelist template gets its information from: kernel/setup/templatelist.php. Specifically, this function call should return the information needed to populate the template:

$overrideArray =& eZTemplatedesignresource::overrideArray( $siteAccess );

on line 54. Maybe you can backtrack from this to see if anything is obviously wrong?

Sorry i cant be of more help. Without hands on access its hard to diagnose this problem.

paul

eZ debug

Timing: Jan 18 2025 16:18:46
Script start
Timing: Jan 18 2025 16:18:46
Module start 'content'
Timing: Jan 18 2025 16:18:46
Module end 'content'
Timing: Jan 18 2025 16:18:47
Script end

Main resources:

Total runtime0.1621 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0064 589.1172180.8438
Module start 'content' 0.00640.0048 769.960997.8516
Module end 'content' 0.01120.1508 867.8125526.2500
Script end 0.1620  1,394.0625 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00372.3109200.0002
Check MTime0.00140.8521200.0001
Mysql Total
Database connection0.00090.565610.0009
Mysqli_queries0.119973.98331410.0009
Looping result0.00120.76811390.0000
Template Total0.150592.810.1505
Template load0.00080.497710.0008
Template processing0.149792.347710.1497
Override
Cache load0.00060.344710.0006
Sytem overhead
Fetch class attribute can translate value0.00100.617410.0010
XML
Image XML parsing0.00030.211010.0003
General
dbfile0.00171.0312200.0001
String conversion0.00000.003830.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

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

Time used to render debug report: 0.0001 secs