Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

merge_compiled_includes bug

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Smarty 3
View previous topic :: View next topic  
Author Message
ilyalyu
Smarty Regular


Joined: 03 Nov 2009
Posts: 72

PostPosted: Sat Sep 17, 2011 7:32 am    Post subject: merge_compiled_includes bug Reply with quote

Smarty 3.1
merge_compiled_includes = true
The code that causes error: {include $links}

Code:
Exception "Unable to parse resource name """ in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_template.php (586), stack trace:
0: Smarty_Internal_Template::__get(string{1}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_compile_include.php (149)
1: Smarty_Internal_Compile_Include::compile(array{4}, object{Smarty_Internal_SmartyTemplateCompiler}, array{0}, null, null) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templatecompilerbase.php (405)
2: Smarty_Internal_TemplateCompilerBase::callTagCompiler(string{1}, array{4}, array{0}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templatecompilerbase.php (211)
3: Smarty_Internal_TemplateCompilerBase::compileTag(string{1}, array{4}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templateparser.php (2366)
4: Smarty_Internal_Templateparser::yy_r35() in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templateparser.php (3064)
5: Smarty_Internal_Templateparser::yy_reduce(35) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templateparser.php (3164)
6: Smarty_Internal_Templateparser::doParse(33, string{1}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_smartytemplatecompiler.php (105)
7: Smarty_Internal_SmartyTemplateCompiler::doCompile(string{1}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templatecompilerbase.php (159)
8: Smarty_Internal_TemplateCompilerBase::compileTemplate(object{Smarty_Internal_Template}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_compile_include.php (151)
9: Smarty_Internal_Compile_Include::compile(array{3}, object{Smarty_Internal_SmartyTemplateCompiler}, array{0}, null, null) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templatecompilerbase.php (405)
10: Smarty_Internal_TemplateCompilerBase::callTagCompiler(string{1}, array{3}, array{0}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templatecompilerbase.php (211)
11: Smarty_Internal_TemplateCompilerBase::compileTag(string{1}, array{3}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templateparser.php (2366)
12: Smarty_Internal_Templateparser::yy_r35() in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templateparser.php (3064)
13: Smarty_Internal_Templateparser::yy_reduce(35) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templateparser.php (3164)
14: Smarty_Internal_Templateparser::doParse(11, string{1}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_smartytemplatecompiler.php (105)
15: Smarty_Internal_SmartyTemplateCompiler::doCompile(string{1}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templatecompilerbase.php (159)
16: Smarty_Internal_TemplateCompilerBase::compileTemplate(object{Smarty_Internal_Template}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_compile_include.php (151)
17: Smarty_Internal_Compile_Include::compile(array{1}, object{Smarty_Internal_SmartyTemplateCompiler}, array{0}, null, null) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templatecompilerbase.php (415)
18: Smarty_Internal_TemplateCompilerBase::callTagCompiler(string{1}, array{1}, array{0}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templatecompilerbase.php (211)
19: Smarty_Internal_TemplateCompilerBase::compileTag(string{1}, array{1}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templateparser.php (2366)
20: Smarty_Internal_Templateparser::yy_r35() in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templateparser.php (3064)
21: Smarty_Internal_Templateparser::yy_reduce(35) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templateparser.php (3164)
22: Smarty_Internal_Templateparser::doParse(10, string{1}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_smartytemplatecompiler.php (105)
23: Smarty_Internal_SmartyTemplateCompiler::doCompile(string{1}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templatecompilerbase.php (159)
24: Smarty_Internal_TemplateCompilerBase::compileTemplate(object{Smarty_Internal_Template}) in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_template.php (185)
25: Smarty_Internal_Template::compileTemplateSource() in T:\HTDOCS\CMS\third_party\smarty\sysplugins\smarty_internal_templatebase.php (144)
26: Smarty_Internal_TemplateBase::fetch(string{1}, null, string{1}) in T:\HTDOCS\CMS\api\api_smarty\smarty.php (83)
Back to top
View user's profile Send private message
U.Tews
Administrator


Joined: 22 Nov 2006
Posts: 5068
Location: Hamburg / Germany

PostPosted: Sun Sep 18, 2011 2:33 am    Post subject: Reply with quote

This bug ins now fixed in the SVN trunk
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Smarty 3 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP