Extension talk:FileManager
Usage
editAfter installing how does one use this? Svanslyck 22:25, 27 October 2007 (UTC)
- I have added some notes on the extension page. Jean-Lou Dupont 00:31, 28 October 2007 (UTC)
Namespace
editFrom the page:
The namespace with for identifier NS_FILESYSTEM must be created in LocalSettings.php
How does one create this namespace? Can you explain this more clearly?
Epochbb 21:34, 13 November 2007 (UTC)
- Hi Epochbb, no idea if you still need the info, but i added it on the article page.
BTW @all, see also Extension_talk:DirectoryManager for related info. groovehunter 10:09, 21 February 2008 (UTC)
Error
editJust after installation, I can't read the whole wiki anymore:
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM, expecting T_NS_SEPARATOR in /var/www/Wiki/extensions/FileManager/FileManager.body.php on line 106
This unexpected double-colon comes from the line: $nsname = Namespace::getCanonicalName( $ns );
I tried to comment this line, or replace Namespace by self, or :: by ->, but it's still failing. JackPotte 12:07, 3 July 2011 (UTC) (MediaWiki 1.16.5, PHP 5.3.2-1ubuntu4.9 (apache2handler), MySQL 5.1.41-3ubuntu12.10)