Recent Topics

1 Sep 21, 2009 19:49    

My b2evolution Version: 3.3.1

Notice: Only variable references should be returned by reference in \inc\_core\model\dataobjects\_dataobjectcache.class.php on line 158

I get this error message on many of the pages, in many diff files. I just did a fresh install with the latest version.

From what I can tell, the php has "extra" ampersands (&) in some of the function definitions..

function & new_obj( $row = NULL )

I find this is a lot of the out-of-the-box code.

Something I did wrong?
-Lee

2 Sep 22, 2009 20:30

anyone?
I can edit the pages individually to remove the offending characters, but thats a lot of pages to search through.

-Lee

3 Sep 23, 2009 15:43

I have now downloaded fresh copies of the 3.3.1 package and done fresh installs 3 times. I get the same errors in the php each time.

It's obviously something I'm doing if no one else is seeing this.

4 Sep 23, 2009 18:42

Hi Lee

Just out of interest, what version of PHP are you running ? I think that b2evo requires version 4.1.0 or above.

Cheers
Lee

5 Sep 23, 2009 18:43

Search the forums, there's a recent similar post, think it was a php.ini setting ;)

¥

6 Sep 23, 2009 18:55

I have php 4.4.3RC2-dev, and I can't find the php.ini file anywhere on the system.
Yes, I'm new at this. :oops:

Lee

7 Sep 23, 2009 19:02

Hit the "search" link at the top of the forums and search for "variable references" && "deprecated"

¥


Form is loading...