Forums / Developer / override problem,no data after refresh !

override problem,no data after refresh !

Author Message

Selmah Maxim

Saturday 13 November 2004 5:29:38 am

Hi ...

when I delete the files from folder var and make refresh for the page i get the node information, but when i refresh the page again I got :
" Unknown template variable 'node' in namespace '' "

is this override and cache bug ?!?

Lazaro Ferreira

Saturday 13 November 2004 6:46:10 am

Hi,

Which files under var are you deleting ?

You should only delete files under:

/var/cache or var/your-site-access/cache

After deleting your cache, you should compile your templates (for ezp3.4+) if template compiler is enabled, you can find more about compiling your templates here :

http://ez.no/ez_publish/documentation/development/scripting/supplied_scripts/template_compiler

Lazaro
http://www.mzbusiness.com

Selmah Maxim

Saturday 13 November 2004 9:59:41 pm

The same error ...

just when i delete the "Cache" files from "var" folder works fine,unless I get node error !

Selmah Maxim

Saturday 13 November 2004 11:06:47 pm

I don`t think this override problem or cache problem ,,,, I think this major bug in the last svn :(

{section show=ne($node.object.contentclass_id,16)}
	{include uri="design:categories_table.tpl"}
{section-else show=eq($node.object.contentclass_id,16)}	
	{include uri="design:category_listing.tpl"}
{/section}

1st time works fine, but when I make refresh I get same page as there is no $node !

I was overriding the categories_table.tpl with category_listing.tpl, and didn`t work, even now !

Selmah Maxim

Saturday 13 November 2004 11:33:07 pm

I found it ... but its shouldn`t be like this (as I think) ...

to speed up the site user shaoudl get the cached files, so in site.ini this var must be :
ViewCaching=enabled

but when its enabled I got this error, just 1st time can see the node, after refresh its ignored !

Lazaro Ferreira

Sunday 14 November 2004 4:14:01 am

Hi,

I didn´t understand why ?

{section show=ne($node.object.contentclass_id,16)}
	{include uri="design:categories_table.tpl"}
{section-else show=eq($node.object.contentclass_id,16)}	
	{include uri="design:category_listing.tpl"}
{/section}

instead use:

{*by the way you can test your $node here because the error said you are not referencing the $node correctly*}
{$node|attribute(show)}
{*if the code above don´t produce $node information listing, then you are not referencing it right look at yout template space names to reference the $node correctly *}
{section show=ne($node.object.contentclass_id,16)}
	{include uri="design:categories_table.tpl"}
{section-else}	
	{include uri="design:category_listing.tpl"}
{/section}

Lazaro
http://www.mzbusiness.com

Selmah Maxim

Sunday 14 November 2004 2:21:46 pm

its have more than 1 or 2 terms ...

not just class id 16, there is more than 6 term, this 2 terms was that start just !
its not my code problem!

eZ debug

Timing: Jan 18 2025 11:44:48
Script start
Timing: Jan 18 2025 11:44:48
Module start 'content'
Timing: Jan 18 2025 11:44:49
Module end 'content'
Timing: Jan 18 2025 11:44:49
Script end

Main resources:

Total runtime1.2561 sec
Peak memory usage4,096.0000 KB
Database Queries206

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0073 587.8125180.8281
Module start 'content' 0.00731.1249 768.6406549.7813
Module end 'content' 1.13210.1239 1,318.4219337.7969
Script end 1.2560  1,656.2188 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00440.3518210.0002
Check MTime0.00200.1563210.0001
Mysql Total
Database connection0.00080.059810.0008
Mysqli_queries1.185594.38352060.0058
Looping result0.00190.15242040.0000
Template Total1.217997.020.6090
Template load0.00200.159920.0010
Template processing1.215996.802820.6079
Template load and register function0.00010.011510.0001
states
state_id_array0.00190.150910.0019
state_identifier_array0.00120.094620.0006
Override
Cache load0.00170.1331370.0000
Sytem overhead
Fetch class attribute can translate value0.00100.077230.0003
Fetch class attribute name0.00120.096970.0002
XML
Image XML parsing0.00050.041230.0002
class_abstraction
Instantiating content class attribute0.00000.001070.0000
General
dbfile0.00250.2006210.0001
String conversion0.00000.000430.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
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
7content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
13content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
4content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 29
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs