![]() |
I have installed the Pro version with MW 1.10.0 but the log in doesn't seem to take it
Turn the Diagnosis tool on, everything seems ok, it found everything... When I log in from the forum site, go the wiki site, it logs me out, i log in from the wiki site again and it doesn't take it...if i move to the forum side, it shows i'm logged in again. I have the 1.6.10 version before and everything seems to work perfectly. I just upgraded it to 1.10.0 version and this happens. Appreciate your help, ElfMage |
Hi. Could you enable URL Commands from vbWiki Pro's Admin CP Settings, if you'd like you can set the IP filter to 67.191.58.190. Thanks.
|
Quote:
Thanks for your support. Look forward to your help. |
Elfmage, I agree with you. It's good for knowledge as you stated.
|
Quote:
I need to set the domain to .website.com and path to / Now it works perfectly...weird...I didn't have to do it in earlier version. Now that this issue solved, may I have your attention and help in another one. I have a customized header template that has navigation bar in a similar fashion as vb.org in that the bar will be highlighted depends on the location of the page you visit. If you at forum home, the FORUM button will be highlighted, if you at the VBA home, the HOME will be highlighted and so on. I'd like to have it so that the Wiki will be highlighted when i'm on any page of wiki. Here is my current code Code:
<a href="#" onclick="window.open('/forum/javachat.php?$session[sessionurl]do=lite','javachat','statusbar=no,menubar=no,toolbar=no,scrollbars=no,resizable=yes,directories=no,width=750,height=550,left=50,top=100,screenX=50,screenY=100'); return false;" class="tab">Chat</a> When i'm at VBA home, both HOME and WIKI are highlighted When I'm at forum, both FORUM and WIKI highlighted When i'm on wiki page, the FORUM highlight You can visit www.quantnet.org and see for yourself. Do you know any page location I can use ? |
Quote:
Quote:
PHP Code:
|
FYI, I also replied to your other support thread. Thanks.
|
Quote:
It works perfectly....I tested it quickly but everything seems to work as expected. You are the man ;) Thanks very much. |
Quote:
Can you test it with some different browsers to see if it work properly now. Thanks |
Hi I am trying to install vbwiki standard at the moment and I went through the instructions and I get the following error on the wiki mainpage:
Code:
Warning: require_once(/includes/AuthPlugin.php) [function.require-once]: failed to open stream: No such file or directory in /home/mathhelp/public_html/math-help/vbWiki/vbWiki_Auth.php on line 14 What shall I do???? You can see for yourself here: www.mathhelpforum.com/wiki |
Quote:
|
Guess my question doesnt warrant an answer.
|
Quote:
My apologies for that. Somehow I missed your post, definitely not intentional. Quote:
It is always easier and much less complex to have both systems on the same server and domain, this is recommended, but not mandatory. We have a couple of customers that are using a setup similar to what you describe. We even saw a setup where vB and MW were installed on servers located on different hosting networks. There are three components that need to be taken care of: 1) Access to vBulletin's DB 2) Access to vBulletin's installation 3) Cookie Tunneling for synchronized session #3 is a feature that is only available in vbWiki Pro. However if you are interested in vbWiki Std, there is a free mod here at vb.org that let's you do the same thing (CES Cookie Cutter). #1 depends on your installation. For instance in these setups it is recommended to duplicate vB installation folder over in your MW server. The alternative is to access the files over the network, which has lower performance. #2 is simple, all that is needed is to let your MW server talk to vB's MySQL server. However depending on how #2 is implemente, it may be required to change vBulletin's server name from 'localhost' to the actual IP or host name where MySQL is hosted. All in all, it is doable, but 10-20 times more complex than a regular installation. For more information refer to this article over at our site:Installing vbWiki Pro in a multiple domain setup Anyways, read through this, and if you have any questions, let me know. Thanks. |
Quote:
This is usually caused by entering the incorrect path on the 'require_once' line added to MW's LocalSettings.php. Verify that the path entered in LocalSettings is an absolute local directory path. For instance, this is wrong: require_once "http://www.mydomain.com/forums/vbWiki/......php"; // THIS IS WRONG The right way is as follows: require_once "/local/path/to/your/forum/installation/vbWiki/vbWiki_Init.php"; Entering the correct path for your server. Could you verify if this is the issue in your installation? Thanks. |
Quote:
|
I just read that MediaWiki 1.7 and above is not just compatible with, but requires PHP5. That's kind of weird to me. I'm having to use a much older version because my server is running 4.4.4
|
I'm having problems with the install now. I'm getting this error:
Code:
Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/myhattie/public_html//forums/vbWiki/arcane_vbulletin_core.php on line 79 |
look at this
/home/myhattie/public_html//forums/vbWiki/arcane_vbulletin_core.php on line 79 You have double // in front of forums/vbWiki Remove one of them. |
Quote:
|
Quote:
In addition to what Quantnet.org mentions, it always helps to turn on vbWiki's diagnostics mode. Try it, and usually it will identify what needs to be corrected. |
Quote:
|
:) Thanks.
|
Hi,
Thank you for this great MOD, I've already get it working on one site. But when I tried it here : http://www.warwickshireonline.com/wiki/ I just get a blank page. I've turned on the Diagnostics tool, but it's not telling me anything I can understand. Is there anything I can try to fix this? Thank you in advance, I really appreciate your help. :) |
Hi,
What version of PHP is your site running? I see in the diagnostic tools output that MW is running on 5.2, however, there is another place where it mentioned PHP 4.4.7 Is it possible that your site has both 5.2 and 4.4.7 and both packages are running different versions of PHP? Thanks. |
Quote:
The only difference is that the wiki is in a sub-domain while VBulletin is in the main domain. Do you think it's worth activation PHP 5 for VBulletin too? Will I need to change any setting in VB if I do that? Thank you for your help Elfmage, it's very much appreciated. :) |
Quote:
Now, I haven't tested this scenario, but at first glance it makes sense as to why it would through PHP in for a loop... :rolleyes: My suggestion is to try this in a test environment before making any changes on your live site. Quote:
|
Thanks for the great mod - installation was easy (even thouzgh we run it from a different server than our vb) - mapping of rules also was ok, perhaps you just paste the information how to map usergroups from vb to MW into the first post...
Thanks again Tom |
...So you're supposed to replace the closing tag in LocalSettings.php with requireonce.
Well, the ?> doesn't seem to exist in my LocalSettings :P I just get an error Code:
Warning: require_once(<FULL PATH>) [function.require-once]: failed to open stream: No such file or directory in <FULL PATH> on line 123 |
Quote:
|
Quote:
Hi Tom, thanks for the feedback. I'll do that. There is a sample in the vbWiki_Settings.php, but I'll paste it here, for clarity's sake.. Thanks. |
Quote:
Some versions of Mediawiki used to have the closing ?> I will add a note that if the closing ?> is not found, to simply add the require_once at the end of the file. In this case the error seems to be caused by the path not pointing to where vbWiki is installed. Please verify the install location and the path+filename in the require_once. Thanks. |
Quote:
I prefer to not end any file with the closing tag because it is easy to leave empty lines at the end of the file, which then causes trouble with HTTP headers, cookies etc. |
Quote:
The location seems to be correct, but I'll check again. Edit: Fixed it, thanks. |
Cool. Glad to hear that.
|
Quote:
|
Hi, this session error is usually caused by the PHP sessions not working properly.
Could you verify that the session.save_path is properly set in the php.ini and that it points to a directory where the web server has write permissions? You can also run vbWiki's Diagnostic Tools where more information can be found. If you'd like PM a link to your site and enable URL commands in vbWiki's settings file. Thanks. |
I got it, elf. Turns out my host hadn't set the path properly with write permissions. Its working now.
Thanks, and great hack. |
I've been using Standard on my site for quite some time now.
My Wiki: http://www.luniafan.com/wiki My Forums: http://www.luniafan.com/forums The wiki works as a free-for-all edit right now. All registered members are able to edit to their heart's content. Now, I wanted to add sysop members in th Wiki. I went ahead and input all permissions in the LocalSettings.php file in MediaWiki for the sysop group. However, when I try implementing it by putting a member in the sysop group, it seems to be giving him normal permissions - no administrating powers of a sysop. Just like he is on the same usergroup but with a different usergroup name. I was wondering if the usergroup permissions in vBulletin conflicts with MediaWiki. Because right now, no matter how many people I assign on the sysop usergroups they seem to be getting no special powers. |
Hi Strafe,
vbWiki (both Standard and Pro editions) have an option to synchronize vBulletin's usergroups into MediaWiki usergroups. If group synchronization is on (it is on by default), then whenever a user logs on, his/her MW groups are synchronized with whatever groups he/she is in vBulletin. The setting that controls this mapping is named $g_vbWiki_Usergroup_Mapping, here is an example (and the default for this setting): PHP Code:
In the example above all vBulletin users who are part of vBulletin's usergroup with id 6 (Administrators), will be added to the MW usergroups sysop and bureaucrat. This assignment overrides MediaWiki's. |
Hey there ElfMage!
Thanks for taking time in responding. What should I do if I just want to place hand-picked members in the sysop group? How should I edit the lines? |
All times are GMT. The time now is 05:50 PM. |
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:
|