PDA

View Full Version : Errors with vB3 Integration


HardDriver
05-23-2004, 06:28 PM
I'm trying to integreate Subdreamer with vB3, but I'm getting these errors showing at the top of all of my Subdreamwer pages.

Warning: fopen(vb3/includes/vbulletin_credits.php): failed to open stream: No such file or directory in /home2/gtplanet/public_html/sub/includes/usersystems/vbulletin3.php on line 27

Warning: fgets(): supplied argument is not a valid stream resource in /home2/gtplanet/public_html/sub/includes/usersystems/vbulletin3.php on line 31

Warning: fgets(): supplied argument is not a valid stream resource in /home2/gtplanet/public_html/sub/includes/usersystems/vbulletin3.php on line 31

Warning: fgets(): supplied argument is not a valid stream resource in /home2/gtplanet/public_html/sub/includes/usersystems/vbulletin3.php on line 31

Warning: fgets(): supplied argument is not a valid stream resource in /home2/gtplanet/public_html/sub/includes/usersystems/vbulletin3.php on line 31

Warning: fclose(): supplied argument is not a valid stream resource in /home2/gtplanet/public_html/sub/includes/usersystems/vbulletin3.php on line 36

Subdreamer is installed in /sub/, and vB3 is installed in /vb3/, right below the public root directory. My "Forum Integration" page in my Subdreamer admin contains gtplanet_vb3 as the database name (which is correct), and vb3/ as the folder path, everything else is blank. Any ideas on what could be the problem?

devnull
05-23-2004, 09:17 PM
let me guess...you tried to take the vb logo out ?

Ziad
05-23-2004, 10:34 PM
Subdreamer is having trouble locating your vBulletin directory.
If it's one directory below your public_html folder, then try entering ../../vb3/ as the folder path.

If the vBulletin directory is in the public_html folder, then enter ../../vb3/ instead.

HardDriver
05-24-2004, 11:01 AM
Great, it's working, thanks! I was going by this post (http://www.subdreamer.com/forum/showpost.php?p=158&postcount=4) that you made, so I didn't think I had to use the full path. That took care of it, though, I should have tried it sooner! :o

I now have another problem, however. If I log in to Subdreamer first, I am logged into vB as well. However, if I log in to vB first, I am not logged into Subdreamer. Can this be fixed?

Ziad
05-24-2004, 11:45 AM
Please tell me your forum's values of 'Cookie Domain' and 'Path to save cookies'.

vBulletin 2 instructions
Login to your vBulletin 2 admin panel and select vBulletin Options in the menu, and then scroll down to the 'HTTP Headers and output' section.

vBulletin 3 instructions
Login to your vBulletin 3 admin panel and select vBulletin Options in the menu, and then select "Cookies and HTTP Header Options" and press "Edit Settings".

HardDriver
05-24-2004, 03:16 PM
I'm running vB3. The "Cookie Domain" is blank, and the "Path to Save Cookies" is /vb3/.

Ziad
05-24-2004, 03:32 PM
You need to change the "Path to Save Cookies" to: /
This might be a problem if you are running multiple forums.

HardDriver
05-27-2004, 12:40 PM
Yep, that worked great, thanks! :)