This script has the passed variables error that PHP 5.0.4 "fixed" and is also present in 5.0.5, resulting in the following error:
Code:
Fatal error: Only variables can be passed by reference in /path-snipped-by-ixian/htdocs/forums/includes/class_ffrss.php on line 371
The line in question is:
Code:
$ThreadDM->setr('dateline', $this->get_dateline());
Which is invalid in 5.0.4/5 and presumably future versions. I've tried a couple fixes but I am missing something - can anyone figure it out?