s9y 1.1.2: Call to undefined function: assign_by_ref()-RSS
Posted: Tue Apr 03, 2007 12:46 pm
Hi,
I have a fresh (and hopefully clean ;-) install of s9y on my server (http://perl-6.de/blog/ if that helps you), and when I open an RSS feed the only output is
<b>Fatal error</b>: Call to undefined function: assign_by_ref() in <b>/home/moritz/src/moritz/perl-6.de/online/blog/rss.php</b> on line <b>243</b><br />
Now line 243 seems to be the first call to $serendipity['smarty'] in that file:
$serendipity['smarty']->assign_by_ref('metadata', $metadata);
I googled for the error message but I haven't found a clue what might cause the problem, and I don't know PHP myself.
What can I do to fix this?
To me this looks like a bug because I think I followed the install instructions step by step.
A few version:
s9y 1.1.2 (tarball from s9y.org)
PHP 4.3.10-19
Apache 2.2.3
Running on Debian GNU/Linux 3.1 "Sarge" or 4.0 "etch" (same error on both of them)
Any help is welcome ;-)
Moritz
I have a fresh (and hopefully clean ;-) install of s9y on my server (http://perl-6.de/blog/ if that helps you), and when I open an RSS feed the only output is
<b>Fatal error</b>: Call to undefined function: assign_by_ref() in <b>/home/moritz/src/moritz/perl-6.de/online/blog/rss.php</b> on line <b>243</b><br />
Now line 243 seems to be the first call to $serendipity['smarty'] in that file:
$serendipity['smarty']->assign_by_ref('metadata', $metadata);
I googled for the error message but I haven't found a clue what might cause the problem, and I don't know PHP myself.
What can I do to fix this?
To me this looks like a bug because I think I followed the install instructions step by step.
A few version:
s9y 1.1.2 (tarball from s9y.org)
PHP 4.3.10-19
Apache 2.2.3
Running on Debian GNU/Linux 3.1 "Sarge" or 4.0 "etch" (same error on both of them)
Any help is welcome ;-)
Moritz