1 jjm Jan 17, 2008 00:33
3 myblog 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
Changed $debug = 0 to $debug =1 in conf/advanced.php
and try again