MediaWiki配置
配置文件
LocalSettings.php设置以下选项:
配置项
报错时输出详细的调试信息
$wgShowExceptionDetails = true; $wgShowDBErrorBacktrace = true; $wgShowSQLErrors = true;
启用WikiEditor
$wgDefaultUserOptions['usebetatoolbar']=1;
wfLoadExtension('WikiEditor');
上传文件
## To enable image uploads, make sure the 'images' directory ## is writable, then set this to true: $wgEnableUploads = true; #$wgUseImageMagick = true; #$wgImageMagickConvertCommand = "/usr/bin/convert";
chmod 777 images