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

invalid reference error

 
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 -> Bugs
View previous topic :: View next topic  
Author Message
mlaco
Smarty n00b


Joined: 11 May 2003
Posts: 4

PostPosted: Sun May 11, 2003 3:27 pm    Post subject: invalid reference error Reply with quote

I used to use {$smarty.session.cart->getXY()} with Smarty 2.4.0 and 2.4.2, which is not possible in Smarty 2.5.0.
Invalid reference error is triggered in Smarty_Compiler.class.php in method _compile_smarty_ref(&$indexes).
A quick and dirty solution is to comment out the line starting with "$this->_syntax_error"

marek laco.
Back to top
View user's profile Send private message
Wom.bat
Smarty Pro


Joined: 24 Apr 2003
Posts: 107
Location: Munich, Germany

PostPosted: Sun May 11, 2003 3:29 pm    Post subject: Reply with quote

this has to do with the way objects are referenced in 2.5.0
do a manual assign on $_SESSION to get around this
Back to top
View user's profile Send private message
mlaco
Smarty n00b


Joined: 11 May 2003
Posts: 4

PostPosted: Tue May 13, 2003 8:37 pm    Post subject: Reply with quote

Do you have any idea if this behaviour will change in later versions?
Back to top
View user's profile Send private message
boots
Administrator


Joined: 16 Apr 2003
Posts: 5611
Location: Toronto, Canada

PostPosted: Wed May 14, 2003 12:27 am    Post subject: Reply with quote

I haven't tried, but couldn't you assign an intermediate to $smarty.session.cart (say $cart) and then do a $cart->getxy() ? Or is that crazy talk?
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 -> Bugs 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