vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Integration with vBulletin - vbWiki Standard - vBulletin+MediaWiki integration (https://vborg.vbsupport.ru/showthread.php?t=136242)

AScherff 09-29-2007 06:21 AM

Quote:

Originally Posted by ElfMage (Post 1349276)
Hi Alfred,

Just to be sure, you replaced the '/absolute/path/to/your/forums' with the correct local path, correct?

Could you send me a PM with a link to your wiki/forum?

Thanks.

Hi,

yes, i tried out both absolute and relative path...

Nice that i can sent you a PN - Thanks

ConiKost 09-29-2007 12:46 PM

Hi!
I got a Problem here :(

Installed vbWiki 1.3 RC5 and MediaWiki 1.11.

Installation Works, Plugin ist activ. But nobody can login.

When I do active the $run_vbWikiPro_diag_tools = true; I get this:

Die Cookies konnten nicht gesetzt werden, da der Header schon an den Browser geschickt wurde.
Datei: /var/www/wh-forum.de/htdocs/vBulletin/vbWiki/vbWiki_Tools.php
Zeile: 489

Anybody an Idea?

ElfMage 09-30-2007 03:33 AM

Quote:

Originally Posted by ConiKost (Post 1349539)
Hi!
I got a Problem here :(

Installed vbWiki 1.3 RC5 and MediaWiki 1.11.

Installation Works, Plugin ist activ. But nobody can login.

When I do active the $run_vbWikiPro_diag_tools = true; I get this:

Die Cookies konnten nicht gesetzt werden, da der Header schon an den Browser geschickt wurde.
Datei: /var/www/wh-forum.de/htdocs/vBulletin/vbWiki/vbWiki_Tools.php
Zeile: 489

Anybody an Idea?

In some PHP installations the diag tools fail to work.

Could you edit vbWiki_Init.php and in the Custom Settings section, add the following:

PHP Code:

$g_vbWiki_URL_Commands_Enabled true

And then send me a PM with a link to your wiki and a test username/password?

Thanks.

Cigarcritic 09-30-2007 07:06 AM

I've tried installing this hack with 3.6.8 and 1.11 several times and end up with a blank page or errors. Can you help beginning with:

Open the file LocalSettings.php found in your MediaWiki directory in a text editor and replace this line:

This is not in LocalSettings.php for 1.11.0
Code:

?>
Where do I place the directory path?

If I'm not able to do a simple upgrade when I purchase Pro, please PM me the trial as I'd rather start the install from there. Thanks!

ElfMage 09-30-2007 03:01 PM

Hi,

I just updated the installation instructions. If the ?> is not found, simply add the require_once at the end of the LocalSettings.php file. Notice that the path for the require_once is a local absolute path (meaning, no http://..).

You can upgrade to vbWiki Pro at any time.

To get a free trial for vbWiki Pro, please register at nuhit.com and send me a PM with your e-mail address, and I'll add your account to the system.

Thanks.

trynksssj2 10-01-2007 12:13 PM

When I am logged in at my forums, at the wiki it shows just my ip and not my username... I get this error with diag tools on:
Quote:

Unable to add cookies, header already sent.
File: /home/******/public_html/forums/vbWiki/vbWiki_Tools.php
Line: 19







Why??

ElfMage 10-04-2007 06:50 PM

Hi, the error in the diagnostics output occurs on some server configurations, we have to look into this. But it doesn't mean that it is not working.

Could you send me a PM with links to your wiki with a test username/password?

Thanks.

iRO Wiki 10-16-2007 10:14 PM

If our forums are forums.irowiki.org and the wiki is just at irowiki.org/wiki, does the free version support that, or do we need the pro version?

edit: nevermind, found what we needed in one of the config files, is working fine now we think.

ElfMage 10-17-2007 03:54 PM

:) Yes, indeed, vbWiki Standard supports that setup.

yoyoyoyo 10-17-2007 04:25 PM

how hard is it to upgrade from the standard to the pro version? or do you have to start over again?

ElfMage 10-18-2007 02:24 AM

Both versions are compatible.

To upgrade you'll need to upload the Pro files to the server, install a vBulletin Product (which adds the vbWiki Pro Admin CP settings), and change the line in MW's LocalSettings.php to launch vbWiki Pro rather than vbWiki Std.

Shouldn't take longer than 5 minutes.

darkwinds 10-24-2007 07:37 AM

I tried it but always when I want to install Mediawiki, it sais i should check databse username and passwort. I tried it about 10 times. Has anyone the same problem?

ElfMage 10-28-2007 04:55 PM

Hi darkwinds,

I haven't seen this issue before. Did you create the database where you will host MediaWiki tables before starting the install process?

rwoscott 11-02-2007 08:14 AM

Excellent!!

Just what I was looking for.

Thanks.

steven s 11-10-2007 10:20 PM

I've read just about every post in this thread. . .

My problem is when I go to www.mysite.com/wiki it changes to mysite.com/wiki

Anyone else run into this?

Edit: OK, this solved it. In my .htaccess file I added.
HTML Code:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.mysite\.org [NC]
RewriteRule ^(.*)$ http://www.mysite.org/wiki/$1 [L,R=301]
</IfModule>


steven s 11-22-2007 04:38 PM

It appears even guests can make edits.
Any idea what I could be doing wrong?

ElfMage 11-22-2007 04:46 PM

If you are using vbWiki Standard, then the user group permissions need to be added to vbWiki_Init.php...

steven s 11-22-2007 05:00 PM

Quote:

Originally Posted by ElfMage (Post 1387600)
If you are using vbWiki Standard, then the user group permissions need to be added to vbWiki_Init.php...

I have it there. But what also confuses me that I read elsewhere that is the default setting as well.
So I removed it from it from the init file and just added it back again.
Logged out and still can edit as a guest. :confused:

steven s 11-24-2007 11:28 PM

I've deleted vbWiki but still have

*[vbwiki_pro]* in my control panel.
How do I remove that?

Solved:
remove includes/xml/cpnav_nuhit_vbwikipro.xml

foxfirediego 12-08-2007 08:33 AM

Thanks for the modification... works great (until now :p)
Feedback:
This is how I've set my environment:
MW -> Using DB wiki
FORUM -> Using DB vbulletin

MW -> wiki.mysite.com
FORUM -> forum.mysite.com

Post Referrer Whitelist
.mysite.com

Cookie Domain
.mysite.com

and finally in the end of the file LocalSettings.php I've added this:
$wgCookieDomain = '.mysite.com';

more information:
http://www.nuhit.com/forums/vbwiki-p...ent_subdomains

SmrtGyJeff 12-15-2007 11:16 PM

I'm running into the same problem as a previous installer, and getting this error with the Diagnostic Tools:

Unable to add cookies, header already sent.
File: /home/content/t/o/c/tocnerak/html/forums/vbWiki/vbWiki_Tools.php
Line: 19

Anyone able to shed any light on this?

Smitty 12-16-2007 12:21 AM

Is anyone here using vBWiki Pro? It appears elfmage has abandoned it. Did some upgrades and now when editing I get "Sorry! We could not process your edit due to a loss of session data. Please try again. If it still doesn't work, try logging out and logging back in."

Any ideas will be appreciated.

SoloX 01-09-2008 12:31 AM

I think they are out of business. I purchased nuwiki last friday and although their email promises that download instructions will be sent in 20 minutes, its been almost 5 days I havent heard anything. I have sent a few emails in addition to posting on their forum.
So, if anyone is considering purchasing nuwiki or vbwiki pro, you might wana hold off until someone from their site shows up and signals their intent to stay in business.

viper357 02-02-2008 10:56 AM

Is there any support for this hack? I have moved to a new server and now the integration is not working anymore, my members are not automatically getting signed in, I receive this error when running diagnostic tools
Quote:

Unable to add cookies, header already sent.
File: /home/marineaq/public_html/vbWiki/vbWiki_Tools.php
Line: 19

petteyg359 02-07-2008 03:22 PM

Anybody used this with bbPixel's jvbPlugin? Is this compatible?

ldkaplan 02-07-2008 07:48 PM

According to the Nuhit site, the developer Elfmage is MIA for personal reasons.

Are there any other VBulletin wiki integrations?

Quote:

Originally Posted by viper357 (Post 1434510)
Is there any support for this hack? I have moved to a new server and now the integration is not working anymore, my members are not automatically getting signed in, I receive this error when running diagnostic tools


sub_ubi 03-13-2008 08:10 PM

Anyone try this on 3.7? What about with MW 1.12?

pete_brady 03-13-2008 08:24 PM

Quote:

Originally Posted by sub_ubi (Post 1464095)
Anyone try this on 3.7? What about with MW 1.12?

working fine on 3.7b5 here

iRO Wiki 03-21-2008 07:03 AM

Anyone tried getting this to work with 1.12 yet? We tried and we get the "can't send cookie, headers sent" or similar.

Foghorn Deadhor 03-25-2008 09:18 AM

If anyone knows of some up-to-date and supported integrations I'd love to know. I've been meaning to do this for my site for many months but now that I have time to really dig into it I see that the nuhit site looks exactly as it did six months ago and that there don't seem to be any new mods.

Heck, I'd be willing to put some manual work into it if I knew what I was doing, but I don't want to install unsupported mods of this complexity.

JVCode 03-30-2008 09:19 PM

Quote:

Originally Posted by SmrtGyJeff (Post 1401823)
I'm running into the same problem as a previous installer, and getting this error with the Diagnostic Tools:

Unable to add cookies, header already sent.
File: /home/content/t/o/c/tocnerak/html/forums/vbWiki/vbWiki_Tools.php
Line: 19

Anyone able to shed any light on this?

I'm getting the same error, Does anyone know how to fix this?

sub_ubi 04-01-2008 09:28 AM

^^ That's a cookie problem. Is your mediawiki on a different subdomain? If so, make sure your cookie domains are setup as .mysite.com

PlymWS 04-02-2008 12:02 PM

The table is broken in Firefox. The main text area extends past the boundaries of the style. This is not replicated in IE7. Has anyone else got this problem ?

DeMiNe0 04-10-2008 03:17 PM

Im having a problem where when i go to the wiki, it redirects to me "All Cookies Cleared" message in vbulletin. Logs me out of vbulletin. Any help on this?
Sometimes it works, and other times it doesn't. I set the cookie domain in the vb config and in the wiki config. Still a no go. Any idea why?

Also is there any other integrations that actually work, and havn't been abandoned?

Running mediawiki 1.12.0 and vbulletin 3.6.9

iRO Wiki 04-10-2008 11:16 PM

We've gotten it to work with 3.7 and 1.11.x. vB Wiki currently does not seem to support MW 1.12.0 or higher.

NickCat 04-11-2008 09:22 PM

Quote:

Originally Posted by DeMiNe0 (Post 1487530)
Im having a problem where when i go to the wiki, it redirects to me "All Cookies Cleared" message in vbulletin. Logs me out of vbulletin. Any help on this?
Sometimes it works, and other times it doesn't. I set the cookie domain in the vb config and in the wiki config. Still a no go. Any idea why?

Also is there any other integrations that actually work, and havn't been abandoned?


Running mediawiki 1.12.0 and vbulletin 3.6.9

Exact same problem here... been troubleshooting it all day without luck.

The cookie path and domain are identical on vbulletin and vbWiki. When I run the diag I get the following error:

Code:

Unable to add cookies, header already sent.
File: /home/httpd/html/forums/vbWiki/vbWiki_Tools.php
Line: 19

My locations are simple, nothing complex with domains going on at all.

www.mydomain.com/forums/ <- vBulletin
www.mydomain.com/wiki/ <- MediaWiki

It's definitely some sort of a cookie issue, but I don't know what is causing it.

zmsan 04-13-2008 07:43 AM

Hey iRO Wiki - was the only change you made to wiki the fact that you changed the version back to 11.X? Any other changes on the install to get it to work with 3.7?

Pirat3 04-14-2008 03:26 AM

I get a blank page on everything when I add the line :
require_once "/absolute/path/to/your/forums/vbWiki/vbWiki_Init.php";

(The ?> not present)

I am using v1.12 of media wiki

also what is the actual url of the display for wiki?

Pirat3 04-22-2008 09:00 PM

Anyone?

iRO Wiki 04-23-2008 11:09 AM

Not sure what you mean.


All times are GMT. The time now is 10:51 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
  • Page Generation 0.01550 seconds
  • Memory Usage 1,828KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete