1 helders Mar 10, 2010 20:30
3 sam2kb 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
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.