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

[RESOLVED] Smarty Validate Reference Error with PHP 4.4.0

 
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 -> Add-ons
View previous topic :: View next topic  
Author Message
robdawg
Smarty Rookie


Joined: 15 Jul 2005
Posts: 13

PostPosted: Thu Jul 21, 2005 7:00 pm    Post subject: [RESOLVED] Smarty Validate Reference Error with PHP 4.4.0 Reply with quote

Notice: Only variable references should be returned by reference in /www/r/robdawg/htdocs/libs/SmartyValidate.class.php on line 614

I have the latest version of smarty from CVS. The form doesn't even seem to be validating at all.

Anyone else having these problems and have some fixes for them?

Thanks.

Rob


Last edited by robdawg on Thu Jul 21, 2005 9:05 pm; edited 1 time in total
Back to top
View user's profile Send private message
boots
Administrator


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

PostPosted: Thu Jul 21, 2005 7:18 pm    Post subject: Reply with quote

Looks like the final else condition (line 611) is not returning anything. Should be as simple as replacing:

[php:1:54f925cd62] } else {
$_objects[$name] =& $object;
}[/php:1:54f925cd62]
with:
[php:1:54f925cd62] } else {
$_objects[$name] =& $object;
return $object;
}[/php:1:54f925cd62]

I would commit the change to CVS but I fogot my password (oops!). I'm sure Monte will fix it soon enough. In the meantime, PHP 4.4 complains about these problems by issuing a notice -- but it should still behave the same way as previous versions.
Back to top
View user's profile Send private message
robdawg
Smarty Rookie


Joined: 15 Jul 2005
Posts: 13

PostPosted: Thu Jul 21, 2005 9:04 pm    Post subject: Reply with quote

thanks for the response. fixed it.
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 -> Add-ons 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