Extension talk:SignDocument
Add topicAppearance
Hey
There is a failure in SignDocument.php (working with SLES 10 SP2)
if ( !function_exists( 'extAddSpecialPage' ) ) { require( dirname(__FILE__) . '/../ExtensionFunctions.php' ); }
links to /srv/www/htdocs/wiki/extensions/SignDocument/SignDocument.php./../ExtensionFunctions.php
Use instead
if ( !function_exists( 'extAddSpecialPage' ) ) { require( realpath('./../ExtensionFunctions.php' ); }
This will work..
regards
Start a discussion about Extension:SignDocument
Talk pages are where people discuss how to make content on MediaWiki the best that it can be. You can use this page to start a discussion with others about how to improve Extension:SignDocument.