- b2evolution CMS Support Forums
- b2evolution Support
- General Support
- [1.9.x] Error variable references
1 m4ndr4k3 Mar 10, 2007 21:02
My b2evolution Version: 1.9.x
mysql version : 4.1.11-Debian_4sarge7
php version :4.4.0
b2evo 1.9.2
----------------------------------------------
I get this error in the admin page
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Warning: Cannot modify header information - headers already sent by (output started at /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php:121) in /home/www/hardblogcafe.freehostia.com/inc/VIEW/_menutop.php on line 39
--------------------
This errors in the blog:
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Warning: Cannot modify header information - headers already sent by (output started at /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php:121) in /home/www/hardblogcafe.freehostia.com/inc/MODEL/skins/_skin.funcs.php on line 71
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
Notice: Only variable references should be returned by reference in /home/www/hardblogcafe.freehostia.com/inc/MODEL/dataobjects/_dataobjectcache.class.php on line 121
3 blueyed Mar 10, 2007 21:42
It would be nice, if you would report your success or failure also to http://forums.b2evolution.net//viewtopic.php?t=10133.
Additionally, please tell us which PHP and Zend Optimizer versÃon you're using there.
Try changing line 121 from
$obj = new $objtype( $row ); // COPY !!
to
$obj = & new $objtype( $row ); // COPY !!