![]() |
I get a Testing forum integration error, what is wrong?
|
Quote:
|
The whole nuhit website is down.. anyone have any info on this? I just found this hack yesterday and would like to purchase the pro version.
|
Quote:
Quote:
|
What a mess re: Nuhit. The forums say the developer has disappeared and/or can't be reached. Yet, they're still taking people's money to buy licenses of the now unsupported code w/o clear disclosure of this fact at time of sale. And there is some guy on the forum who is a moderator but says he is not with Nuhit.
This is the problem with having to go to a third party for a solution. Integration needs to be provided by either vBulletin or MediaWiki or both in full cooperation. |
I've fudged with this for several hours and can't seem to figure it out...
I'm running mediawiki, vb, and vbwiki, but am having issues getting the login or the diagnostics to work. There is no subdomain issue, and the forums are here: http://ecomodder.com/forum and the wiki here: http://ecomodder.com/wiki It wasn't logging in, so I tried to turn on the diagnostics by changing the value to 'true' and then navigating to the main page, but I don't see anything... I then went here: http://ecomodder.com/forum/vbWiki/vbWiki_Tools.php and saw this: Quote:
|
Hopefully you will work on 1 for 3.7 versions of vbulletin :D
|
Quote:
|
I installed this with little difficulty, but trying to get it to work like Wikipedia was an entirely different story.
I want the {{reflist}} template and other common templates to work for my site. What do I do? |
I just installed this to vbulletin 3.7.2 and Media Wiki 12.0 without major issue (I had one, but it was the fault of a package of my own devising, not the bridge itself).
|
Has anyone done vB 3.7.2, Wediawiki 12, and the Pro version?
|
I am ready install wiki but just wanted to make sure that this has no chance of messing up your live forum?
|
Ran across the session logout bug mentioned in this thread. This is how I killed it - I'm not familiar enough with mediaWiki yet to fully weigh the ramifications of this stunt. Use with caution.
In file vbWiki.php find this line of code PHP Code:
PHP Code:
$_COOKIE['enprod_mw__UserName'] This appears to be databasename + underscore + mediawiki prefix + "UserName". You can discover what the field actually is by calling print_r($_COOKIE); exit; where this code mod occurs to find out what part of the cookie you need to reference to find the username for the wiki. It is during the code that precedes that vbWiki populates the cookie but for some reason the $_SESSION is left empty - this is why the user is logged out when they go to the wiki and has to log in. Keep in mind that vbulletin doesn't use $_SESSION at all. The hack above populates $_SESSION with the values necessary to authenticate mediaWiki. It is called after the bridge has already tested the cookie using vbulletin core - so it should be safe. With the fix above I now have this module running on vBulletin 3.7.2 and MediaWiki 1.12.0 |
Ok, if they don't click 'remember me' the above fails. Hmm... I'm close....
|
Thanks for working to get this compatible. Once you do, is there any chance you can upload a complete working/compatible version of the basic files somewhere?
|
Quote:
HOWEVER... I *might* be able to use a plugin.xml to make the transition easier. We'll see. If I can get a plugin to fix the compat issues I can release that as a separate hack of a hack. |
Quote:
Quote:
|
Ok, I've got this down to something reasonably easy to do, but it is still a hack as there seems to be bad code floating about :\
I have managed to narrow down the edits to one file - arcane_vbulletin_core.php In that file find this code PHP Code:
PHP Code:
|
So all we do is install MW 1.12, vBwiki Standard, and then make the changes in post 298 (the one above this one) and it should work? Sounds too easy! Thanks.
|
Quote:
|
Great, thanks.
However, there doesn't seem to be any instructions available on the steps to install vbWiki Standard (in the download from nuHit it gives you a link to the vbWikiPro installation) and a Google search doesn't bring anything up either. Are all the files simply uploaded to the MW directory? Wait, is this the right instructions? http://www.nuhit.com/products/vbwiki-installation.html |
Anyone well versed on installing the extensions, variables (aka magic words) and common templates that Wikipedia uses?
|
Quote:
I do what you wrote on post298 but i always have a blank page when i go to (before i do your correction in arcane file, i had the same problem) www.board.com/vbWiki/vbWiki.php and when i try www.board.com/vbWiki i have a forbidden message :confused: what's wrong ? _i use vbSEO |
Ok, I'm running
MediaWiki 1.12 vB Version 3.6.8 I installed this hack and it works but it's kind of buggy. Every once in a while it will just log you out when you try to go to the Wiki. Anyone know what's up with that? Also, this version says it will show users viewing the wiki in the active users. It may be doing that, to tell the truth I'm not sure if it is or not because when I click on active users there does seem to be more active users than normal, but it doesn't show where the users are on the Wiki. Seems like it just shows them as browsing the forum index? Anyone able to mod this so that it will actually show where (what article) on the wiki these users are? |
Quote:
|
Quote:
vB Version 3.7.2 I'm still having log out issues, and do not have any problems with my cookies. I installed the WiKi database into a different database than my forums database. So I also did not use the Database prefix either. Is this maybe causing a problem? Lots of my user's are having this trouble with the cookies cleared thingy...:confused: |
I tried the fix from post 298 as well and all it did was give me a shit ton of errors so I changed it back to the orginal format. ElfMage is on indefinite hiatus. We need a good coder to come in and pick up where he left off. It's a shame really, because this hack is awesome and I definitely would've paid for the full version.
|
if I have install my forum as http://forums.3walim.com and want install wiki as subdomain wiki.3walim.com can do integration while bothe wiki and forums on same server?
also if they wasn’t on the same server can integration done? thanks so much in advance |
Hey all,
After searching I managed to find this thread http://www.nuhit.com/forums/vbwiki-p...n-problem.html Quote:
Quote:
I just applied this "fix" and haven't tested it too much, but as mentioned, first results seems to be that commenting out that code fixes the logout bug. |
Quote:
|
Installation seems to have worked, but no users (not even Administrator) can create new pages. Pages can be edited. How does one configure the usergroups to allow new wiki page creation?
I've disabled guest editing with the following in LocalSettings.php and that seems to work: # Disabling new user registrations $wgWhitelistAccount = array ( "sysop" => 1, "developer" => 1 ); # Disabling anonymous edits $wgGroupPermissions['*']['createaccount'] = false; $wgGroupPermissions['*']['read'] = false; $wgGroupPermissions['*']['edit'] = false; $wgWhitelistRead = array ("Special:Userlogin"); But no users can create new pages. For vB integration, how does: $wgGroupPermissions[...] map to a vB user group? Does it need a vB user group id? E.g. $wgGroupPermissions['6'] Or the vB usergroup name? E.g. $wgGroupPermissions['Administrator'] Confused. Thanks for any help. |
^^ I gues this was just a wiki usage problem on my part. I'm not too familiar with them. I see the "create this page" link in the result of a failed search, and that works.
But I'd still like to know how to map vB usergroups to MW usergroups. I'd like an add/edit group consisting of not just admins and mods but also some regular forum users. How do I do that? |
Has anyone found a solution to this "Cookies Cleared" problem?
|
Quote:
|
Quote:
|
Well since it seems there are no coders familiar with this hack, I'll see if I can try and understand the ins and outs of it, but this is probably a little over my difficulty level so no promises.
I'd love to get this working flawlessly myself, but at the moment my server went kablooey so it might be a while before I can even poke around in there. |
Anyone notice that Special:Userlogin page doesnt work?
Gives an error. |
Hi,
I've installed this and I am not being given sysop privileges. I've added: PHP Code:
PHP Code:
Any advice? Thanks! |
now,i run mediawiki 1.13.0 and vbb 3.6.8,but when Testing forum integration,it dispear this wrong message,can someone help me? thx
i think this caused of SpecialUserlogin.php dir have changed,but i can't resolve it: Warning: require_once(SpecialUserlogin.php) [function.require-once]: failed to open stream: No such file or directory in C:\ampp\htdocs\bbs\vbWiki\vbWiki_Userlogin.php on line 15 Fatal error: require_once() [function.require]: Failed opening required 'SpecialUserlogin.php' (include_path='C:\ampp\htdocs\wiki;C:\ampp\htdocs\ wiki/includes;C:\ampp\htdocs\wiki/languages;.;C:\php5\pear') in C:\ampp\htdocs\bbs\vbWiki\vbWiki_Userlogin.php on line 15 |
does it work with 3.7.3
|
All times are GMT. The time now is 04:07 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|