taylor_smith
Well-known member
I am. Interestingly enough, I am also bridging my XenForo with WordPress. XenForo is now managing user permissions for both WordPress and MediaWiki. Not bad. 

$wgDisableOutputCompression = true;
I love it but where can I change the activity feed to not say "EntropiaPlanets Wiki" ?
Yep, thats it.I assume you mean the one contained in the phrase mediawiki_news_feed_page_update. Let me know if that works out for you![]()
Unexpected non-MediaWiki exception encountered, of type "ErrorException"
exception 'ErrorException' with message 'wfMkdirParents: failed to mkdir "/var/www/htdocs/wiki/images/f/f7" mode 511' in /var/www/htdocs/wiki/includes/GlobalFunctions.php:2536
Stack trace:
#0 [internal function]: XenForo_Application::handlePhpError(512, 'wfMkdirParents:...', '/var/www/htdocs...', 2536, Array)
#1 /var/www/htdocs/wiki/includes/GlobalFunctions.php(2536): trigger_error('wfMkdirParents:...', 512)
#2 /var/www/htdocs/wiki/includes/filerepo/backend/FSFileBackend.php(343): wfMkdirParents('/var/www/htdocs...')
#3 /var/www/htdocs/wiki/includes/filerepo/backend/FileBackend.php(992): FSFileBackend->doPrepareInternal('mysql-mw_-local...', 'f/f7', Array)
#4 /var/www/htdocs/wiki/includes/filerepo/backend/FileBackend.php(330): FileBackendStore->doPrepare(Array)
#5 /var/www/htdocs/wiki/includes/filerepo/FileRepo.php(933): FileBackend->prepare(Array)
#6 /var/www/htdocs/wiki/includes/filerepo/FileRepo.php(879): FileRepo->publishBatch(Array, 1)
#7 /var/www/htdocs/wiki/includes/filerepo/file/LocalFile.php(1175): FileRepo->publish('/tmp/phpnOM4TU', 'f/f7/Computercr...', 'archive/f/f7/20...', 1)
#8 /var/www/htdocs/wiki/includes/filerepo/file/LocalFile.php(1152): LocalFile->publishTo('/tmp/phpnOM4TU', 'f/f7/Computercr...', 1)
#9 /var/www/htdocs/wiki/includes/filerepo/file/LocalFile.php(908): LocalFile->publish('/tmp/phpnOM4TU', 1)
#10 /var/www/htdocs/wiki/includes/upload/UploadBase.php(573): LocalFile->upload('/tmp/phpnOM4TU', '', '', 1, Array, false, Object(User))
#11 /var/www/htdocs/wiki/includes/specials/SpecialUpload.php(439): UploadBase->performUpload('', '', false, Object(User))
#12 /var/www/htdocs/wiki/includes/specials/SpecialUpload.php(174): SpecialUpload->processUpload()
#13 /var/www/htdocs/wiki/includes/SpecialPageFactory.php(476): SpecialUpload->execute(NULL)
#14 /var/www/htdocs/wiki/includes/Wiki.php(263): SpecialPageFactory::executePath(Object(Title), Object(RequestContext))
#15 /var/www/htdocs/wiki/includes/Wiki.php(593): MediaWiki->performRequest()
#16 /var/www/htdocs/wiki/includes/Wiki.php(503): MediaWiki->main()
#17 /var/www/htdocs/wiki/index.php(58): MediaWiki->run()
#18 {main}
I'm using the latest Mediawiki version btw.
Thanks.
I can defiantly wait - will be busy enough with setting up templates for the next two weeks :3I think that might be the issue. We're running it on 1.18 and I have not been able to get in touch with xfrocks to get it updated.
Does this require the wiki and forum installation to be on the same server or simply the same domain? I have 2 servers for each installation but the same domain.
Also, I noticed someone mentioned that users will HAVE to login via the forum and not mediawiki?
Your edit has been rejected because your client mangled the punctuation characters in the edit token. The edit has been rejected to prevent corruption of the page text. This sometimes happens when you are using a buggy web-based anonymous proxy service.
magic_quotes_gpc = On;
Fixed the issue by adding two lines to the LocalSettings.php
Code:$_POST['wpEditToken'] = stripslashes ($_POST['wpEditToken']); $_POST['wpTextbox1'] = stripslashes ($_POST['wpTextbox1']);
Thanks to TigerTech for providing this answer.
I get this error when clicking on someone's name, if they're doing something in MediaWiki:
XenForo_Application::handlePhpError() in MediaWiki/ControllerPublic.php at line 38
MediaWiki_ControllerPublic::getSessionActivityDetailsForList()
call_user_func() in XenForo/Model/Session.php at line 312
XenForo_Model_Session->addSessionActivityDetailsToList() in XenForo/Model/Session.php at line 368
XenForo_Model_Session->getSessionActivityDetails() in XenForo/ControllerPublic/Member.php at line 827
XenForo_ControllerPublic_Member->actionCard() in XenForo/FrontController.php at line 310
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /var/www/betterverse/forum/index.php at line 13
<p class="snippet post">{xen:helper mediawiki_snippet, $extraData.text}</p>
<p class="snippet post">{xen:helper mediawiki_snippet, $extraData.text, $xenOptions.newsFeedMessageSnippetLength}</p>
Code:<p class="snippet post">{xen:helper mediawiki_snippet, $extraData.text, $xenOptions.newsFeedMessageSnippetLength}</p>
Where does that XenOptions length get set?
We use essential cookies to make this site work, and optional cookies to enhance your experience.