Difference between revisions of "Extension talk:DatabaseFetchHook.php"

From Organic Design wiki
(MW 1.9.1 trouble)
 
m
Line 1: Line 1:
 +
== Integration with MW 1.9.1 ==
 +
 
I'm a PHP newbie trying to use DatabaseFetchObject along with SimpleSecurity on MediaWiki 1.9.1, but keep getting the following error:
 
I'm a PHP newbie trying to use DatabaseFetchObject along with SimpleSecurity on MediaWiki 1.9.1, but keep getting the following error:
  

Revision as of 17:54, 1 August 2007

Integration with MW 1.9.1

I'm a PHP newbie trying to use DatabaseFetchObject along with SimpleSecurity on MediaWiki 1.9.1, but keep getting the following error:

 Fatal error: Call to undefined method StubObject::getconnection() in /usr/local/apache2/htdocs/wiki/extensions/DatabaseFetchObject.php(49) : eval()'d code on line 5

The error occurs regardless of where i put the require/include of DatabaseFetchObject in index.php. Any suggestions?