Recent Topics

1 Jan 17, 2008 00:33    

I am unable to complete the install process for b2evolution 2.3.0-rc1.

I’ve installed from the /b2evolution/blogs/install/index.html
It gives a message that the installation was successful.
The admin password is provided and I click on the log in link, which brings up the log in form.
I enter the login and password and click log in, and I immediately get the following message:

Fatal error: Call to a member function on a non-object in
/usr/local/psa/home/vhosts/coolstrudel.com/httpdocs/b2evolution/blogs/inc/_main.inc.php on line 446

Can you provide a solution?
Host provides:
MySql 3.23.58
PHP 4.3.10

2 Jan 17, 2008 10:21

Changed $debug = 0 to $debug =1 in conf/advanced.php
and try again

3 Jan 24, 2008 23:15

slamp wrote:

Changed $debug = 0 to $debug =1 in conf/advanced.php
and try again

Hi, I get the exact same error (as "jjim" previously) after installing the latest version (b2evolution 2.4.0-rc2 ).

This is on a fresh install (no previous b2evolution).
Platform is RedHat ES Linux
PHP 4.3.2
MySQL Client API version 3.23.58
MySQL server 4.1.9

I tried setting $debug = 1 in conf/advanced.php but that triggers MySQL error when the debug setting tries to enable mysql server sql mode "TRADITIONAL", which is only available from MySQL 5.0.2 )

line 416 in inc/_core/model/db/_db.class.php:

$this->query( 'SET sql_mode = "TRADITIONAL"' );

See also this another thread for the same error (Fatal error: Call to a member function on a non-object in ... ):

http://forums.b2evolution.net//viewtopic.php?t=13975&start=15

-----
Matti


Form is loading...