Recent Topics

1 May 09, 2008 18:18    

My b2evolution Version: Not Entered

Am receiving this error when attempting login with the admin account on a new install.

Fatal error: Call to a member function on a non-object in /var/www/html/b2evolution/blogs/inc/_main.inc.php on line 447

This is line 447 of _main.inc.php

User = & $UserCache->get_by_login($login);

Ideas on how to resolve this issue?

2 Jun 12, 2008 16:16

Try to remove the ampersand (&) there.

If this works for you, you can fix it more central, by removing the ampersand in the function declaration for get_Cache() (in blogs/inc/_core/_class4.funcs.php), so that it reads:

function get_Cache( $objectName )

Which PHP version are you using?

3 Sep 21, 2008 09:56

Hi there

I have a question

Why is it nessesary to remove the ampersand (&), what is it that gives b2evo/server, the problems ?

And is this a problem on all b2evo/servers ?

Cause if it is, and the ampersand is not needed, why is it still there in 2.4.5 ?


Form is loading...