From TeamWeaverWiki
(Difference between revisions)
|
|
Line 17: |
Line 17: |
| :I have found the problem. My Wiki had $wgLanguageCode = "en-gb"; in its LocalSettings.php. Changing this to "en" fixed the problem. | | :I have found the problem. My Wiki had $wgLanguageCode = "en-gb"; in its LocalSettings.php. Changing this to "en" fixed the problem. |
| :-- [[User:Jbattersby|Jbattersby]] 06:47, 6 August 2010 (UTC) | | :-- [[User:Jbattersby|Jbattersby]] 06:47, 6 August 2010 (UTC) |
| + | :: Thanks for pointing that out. The problem seems to occur for all languages which are not shipped yet with Woogle. The bug is now filed under http://octopus13.fzi.de:8080/browse/WOO-454 |
| + | ::-- --[[User:Happel|Happel]] 15:54, 9 August 2010 (UTC) |
Revision as of 15:54, 9 August 2010
Failure to initialise on MediaWiki 1.16.0
Environment
- MediaWiki 1.16.0
- PHP 5.2.9-1 (apache2handler)
- MySQL 5.1.32-community
Description
After upgrading from MediaWiki 1.15.4 to 1.16.0 the following error is received on all pages:
Fatal error: Call to a member function getDBKey() on a non-object in
C:\WebSite\htdocs\Wiki\extensions\Woogle\includes\WoogleHooks.php on line 278
Failed with Woogle 1.0.0-RC2, updated from SVN to 3988 but still got the same issue.
-- Jbattersby 16:25, 5 August 2010 (UTC)
- I have found the problem. My Wiki had $wgLanguageCode = "en-gb"; in its LocalSettings.php. Changing this to "en" fixed the problem.
- -- Jbattersby 06:47, 6 August 2010 (UTC)
- Thanks for pointing that out. The problem seems to occur for all languages which are not shipped yet with Woogle. The bug is now filed under http://octopus13.fzi.de:8080/browse/WOO-454
- -- --Happel 15:54, 9 August 2010 (UTC)