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

Variable assigned in template are undefined

 
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
SLX
Smarty Rookie


Joined: 19 Nov 2009
Posts: 11
Location: Wroclaw, Poland

PostPosted: Thu Nov 26, 2009 12:57 pm    Post subject: Variable assigned in template are undefined Reply with quote

If I set these both properties:
Code:
$Smarty->error_unassigned = true;
$Smarty->force_compile = true;

$Smarty->assign('Abc', 'Abc is ok');
$Smarty->display('index.tpl');


And in template assign a variable:
Code:
{assign var='Def' value='Def should also be ok'}
{$Abc}<br>
{$Def}


I get error:
Quote:
Exception: Undefined Smarty variable "Def" in \libs\sysplugins\smarty_internal_templatebase.php on line 228

The $Abc is displayed properly, after removing line with $Def. Sometimes cleaning compiled templates are necessary to see this effect.
Back to top
View user's profile Send private message
U.Tews
Administrator


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

PostPosted: Thu Nov 26, 2009 11:34 pm    Post subject: Reply with quote

This has been fixed in the SVN now
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