jldupont / mediawiki

Automatically exported from code.google.com/p/mediawiki
0 stars 0 forks source link

SidebarEx Broken #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install SidebarEx
2. Browse to Main Page or any other wiki page

What is the expected output? What do you see instead?

Produces the error:
[[Extension:SidebarEx]] <b>requires</b> [[Extension:StubManager]]
Error is produced because it doesn't properly pull in the StubManager
Class. And, yes, StubManager is installed.

What version of the product are you using? On what operating system?
Current svn version/Linux

Original issue reported on code.google.com by wenda...@gmail.com on 27 Aug 2008 at 6:52

GoogleCodeExporter commented 9 years ago
Does the 'require statement' for "StubManager" appear *before* the one for 
SidebarEx
in LocalSettings.php?  If not, you would experience the situation you are 
describing.

Original comment by JeanLou....@gmail.com on 28 Aug 2008 at 1:01

GoogleCodeExporter commented 9 years ago
All of your documentation lacks the detail that ONLY StubManager is required as 
an
include. I actually found the solution on another site. None of the provided
documentation for any of your extensions will give a working setup as they are
currently written. The bug is specific to the documentation at this point.

Original comment by wenda...@gmail.com on 28 Aug 2008 at 2:31

GoogleCodeExporter commented 9 years ago

Original comment by JeanLou....@gmail.com on 2 Oct 2008 at 1:51