Any idea how to resolve the following error message:
Fatal error: Call to a member function tableName() on a non-object in /wiki/includes/ObjectCache.php on line 409
Line 409 = $this->table = $dbw->tableName( $this->table );
The url in question is http://www.gp.org/wiki/index.php/
Repairing the wiki_ObjectCache db table does not resolve the issue.
thanks, david
David Doonan wrote:
Any idea how to resolve the following error message:
Fatal error: Call to a member function tableName() on a non-object in /wiki/includes/ObjectCache.php on line 409
Line 409 = $this->table = $dbw->tableName( $this->table );
The url in question is http://www.gp.org/wiki/index.php/
Repairing the wiki_ObjectCache db table does not resolve the issue.
thanks, david
Which MediaWiki version?
== MediaWiki 1.4.7 ==
On Dec 14, 2008, at 10:02 AM, Platonides wrote:
David Doonan wrote:
Any idea how to resolve the following error message:
Fatal error: Call to a member function tableName() on a non-object in /wiki/includes/ObjectCache.php on line 409
Line 409 = $this->table = $dbw->tableName( $this->table );
The url in question is http://www.gp.org/wiki/index.php/
Repairing the wiki_ObjectCache db table does not resolve the issue.
thanks, david
Which MediaWiki version?
Unfortunately this version is out of support[1].
Please consider updating to 1.13.2.
Siebrand
[1] http://www.mediawiki.org/wiki/Version_lifecycle
-----Oorspronkelijk bericht----- Van: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] Namens David Doonan Verzonden: zondag 14 december 2008 16:10 Aan: MediaWiki announcements and site admin list Onderwerp: Re: [Mediawiki-l] error question
== MediaWiki 1.4.7 ==
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
David Doonan wrote:
Any idea how to resolve the following error message:
Fatal error: Call to a member function tableName() on a non-object in /wiki/includes/ObjectCache.php on line 409
Line 409 = $this->table = $dbw->tableName( $this->table );
The url in question is http://www.gp.org/wiki/index.php/
Repairing the wiki_ObjectCache db table does not resolve the issue.
Generally speaking this tends to indicate a failure to connect to the database, which isn't caught as nicely as one might like. Later code ends up trying to load some stuff out of the database, but the connection hasn't been established and so there's no database object to pull from.
Double-check if there might be another DB problem, such as a connection error, changes to the user's rights or password, etc.
- -- brion
thanks brion.
david
On Dec 14, 2008, at 7:44 PM, Brion Vibber wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
David Doonan wrote:
Any idea how to resolve the following error message:
Fatal error: Call to a member function tableName() on a non-object in /wiki/includes/ObjectCache.php on line 409
Line 409 = $this->table = $dbw->tableName( $this->table );
The url in question is http://www.gp.org/wiki/index.php/
Repairing the wiki_ObjectCache db table does not resolve the issue.
Generally speaking this tends to indicate a failure to connect to the database, which isn't caught as nicely as one might like. Later code ends up trying to load some stuff out of the database, but the connection hasn't been established and so there's no database object to pull from.
Double-check if there might be another DB problem, such as a connection error, changes to the user's rights or password, etc.
- -- brion
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAklFqGUACgkQwRnhpk1wk45SzACfSkSWR6K1H0FW/tAMS1S9vHQB 5eoAnRXGgWvJPBku9LTJVKg9EFhex+nB =d0JW -----END PGP SIGNATURE-----
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org