Jump to content
DevFuse Forums

Fatal Error: startTimer() during mod install


Michael

Recommended Posts

  • Management

Lately this particular error has been reported to me during mod installation.

 

Fatal error: Call to a member function startTimer() on a non-object in ips_kernel/class_db_mysqli_client.php on line 571

 

This is caused by the IPB 2.3.6 released that had a development part of IPB enabled. This was fixed with a re-release, but some people had already downloaded it before it was fixed. The bug report on this issue can be found here.

 

To fix this problem, open sources/ipsclass.php

 

Find:

$this->DB->obj['use_debug_log']		= 1;

 

Replace With:

$this->DB->obj['use_debug_log']		= 0;

 

Save sources/ipsclass.php and your done.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...