Recent Topics

1 Mar 10, 2010 20:30    

My b2evolution Version: 2.5.7

I'm having these error messages on ALL MY POSTS. It started when i tried to make a regular new post, after that all my posts had that error and the messages just disappeared.

Warning: Parameter 1 to make_clickable_callback() expected to be a reference, value given in /home/fabiogar/public_html/blog/inc/_core/_misc.funcs.php on line 269

Warning: Parameter 1 to make_clickable_callback() expected to be a reference, value given in /home/fabiogar/public_html/blog/inc/_core/_misc.funcs.php on line 279

If i try to edit the post the content is there but it's not shown anymore. I was using version 2.4.5 and i've just updated it to 2.4.7, same error. I didn't change any file before updating the b2evo version (did it trying to solve the problem). Any clues?

2 Mar 24, 2010 05:14

Hello helders..

Are you using hosting or just local web host?
Can you try a local web host and install there b2evo, upgrade from 2.5.7 to 3.3.3 lets see what happens.

3 Mar 27, 2010 19:43

The problem comes up only in b2evo 2 working on PHP 5.3

The solution is easy, just remove the ampersand "&" from make_clickable_callback function in inc/_core/_misc.funcs.php line 320

Replace

function make_clickable_callback( & $text, $moredelim = '&' )

with

function make_clickable_callback( $text, $moredelim = '&' )

This bug is fixed in b2evo 3


Form is loading...