Difference between revisions of "Extension:SimpleSecurity"
From Organic Design wiki
(make a start) |
(An issue has cropped up with MediaWiki 1.17: bug 29525) |
||
| Line 1: | Line 1: | ||
{{voodoo}}{{svn|http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SimpleSecurity}} | {{voodoo}}{{svn|http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SimpleSecurity}} | ||
== SimpleSecurity5.0 == | == SimpleSecurity5.0 == | ||
| − | + | An issue has cropped up with MediaWiki 1.17 ([https://bugzilla.wikimedia.org/show_bug.cgi?id=29525 bug 29525]) which is due to changes in the load-balancer that are incompatible with the DatabaseHook used in SimpleSecurity. | |
| + | {{code|<pre> | ||
| + | PHP Fatal error: Call to a member function isOpen() on a non-object in | ||
| + | ../includes/db/LoadBalancer.php on line 652 | ||
| + | </pre>}} | ||
| − | |||
| − | |||
| − | |||
[[Category:Extensions|SimpleSecurity]] | [[Category:Extensions|SimpleSecurity]] | ||
Revision as of 23:28, 22 June 2011
SimpleSecurity5.0
An issue has cropped up with MediaWiki 1.17 (bug 29525) which is due to changes in the load-balancer that are incompatible with the DatabaseHook used in SimpleSecurity.



