The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vb based pages
hi, im trying to create a vb based site using this modification. My problem is that the site resides in the root directory and my forum in a subdomain. if there any solution to this as i have tried just about every suggestion in that thread without luck and the original poster has not been seen in awhile :surprised: so if anyone has some ideas it would be appreciated.
|
#2
|
||||
|
||||
if the 'vb based' files you created are put above the vb3 forum directory then you got to change this line:
require_once('./forum/global.php'); if files are in forum/, it's require_once('./global.php'); so you realize the difference ? |
#3
|
||||
|
||||
Quote:
He will still have errors with includes/init.php if he tries that. What will probobly work best is changing the require codes in both of those of those to require ("/home/yoursite/public_html/forums/whatever.php") Or use the chdir code, whatever you prefer. |
#4
|
|||
|
|||
still getting the following errors:
Code:
Warning: main(./home/httpd/vhosts/*********/subdomains/forums/httpdocs/global.php): failed to open stream: No such file or directory in /home/httpd/vhosts/**********/httpdocs/test2/index.php on line 32 Fatal error: main(): Failed opening required './home/httpd/vhosts/*********/subdomains/forums/httpdocs/global.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/**********/httpdocs/test2/index.php on line 32 |
#5
|
||||
|
||||
You may want to get your forum working first. I'm getting errors at http://forums.chosenclan.com/
|
#6
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|