`Invalid parameter characters` error

Author Message

Carl Heaton

Wednesday 09 March 2005 2:17:09 am

I'm getting the following error within `eZ debug` on first pageload (before a cache is built):

parser error @ design/plain/templates/content/topic/topic_articles.tpl:8[17]
Invalid parameter characters in function 'let': '''
	i=''
'

For the code:

{let 
	topic_type=''
	show_item=''
	topic_article_relation=''
	topic_headline=''
	block_limit='2'
	article_url=''
	article_headline''
	i=''
}

Any ideas where i'm going wrong?

Cheers,
Carl

---
Carl
{'EZP 3.5, Apache 2, FC2, PHP 4.3.4 (cgi), MySQL 4.1.9'}

Eivind Marienborg

Wednesday 09 March 2005 2:31:43 am

article_headline''

should be

article_headline=''

I'd guess.

Carl Heaton

Wednesday 09 March 2005 2:33:55 am

I swear they've switched me to decafinated coffee, sorry about that and thanks :)

---
Carl
{'EZP 3.5, Apache 2, FC2, PHP 4.3.4 (cgi), MySQL 4.1.9'}

Eivind Marienborg

Wednesday 09 March 2005 2:36:01 am

Haha ;) NP :)

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 22:15:18
Script start
Timing: Jan 18 2025 22:15:18
Module start 'layout'
Timing: Jan 18 2025 22:15:18
Module start 'content'
Timing: Jan 18 2025 22:15:19
Module end 'content'
Timing: Jan 18 2025 22:15:19
Script end

Main resources:

Total runtime0.6336 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0062 587.9219152.6250
Module start 'layout' 0.00620.0042 740.546939.4609
Module start 'content' 0.01040.6220 780.0078552.5547
Module end 'content' 0.63250.0011 1,332.562512.1563
Script end 0.6336  1,344.7188 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.5020160.0002
Check MTime0.00130.2018160.0001
Mysql Total
Database connection0.00100.154110.0010
Mysqli_queries0.585292.3683600.0098
Looping result0.00050.0799580.0000
Template Total0.606595.720.3032
Template load0.00200.321220.0010
Template processing0.604495.396820.3022
Template load and register function0.00010.014010.0001
states
state_id_array0.00070.113210.0007
state_identifier_array0.00070.113920.0004
Override
Cache load0.00170.2721230.0001
Sytem overhead
Fetch class attribute can translate value0.00050.078020.0002
Fetch class attribute name0.00100.154460.0002
XML
Image XML parsing0.00090.141720.0004
class_abstraction
Instantiating content class attribute0.00000.002680.0000
General
dbfile0.00090.1345190.0000
String conversion0.00000.001640.0000
Note: percentages do not add up to 100% because some accumulators overlap

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
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 23
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs