Quote:
|
Originally Posted by Michael P You need to modify your config-int.php file - not the header-inc.php file like you used to in the past. |
Thanks for the quick response..
Everything in the 'config-int.php' file appears to be correct, but it's still looking in the wrong location for my
vB styles..
To see what I'm talking about, you can see it at
www.animeaddict.net/photopost
Thanks again...
EDIT: I also noticed that if I try to logout while in PhotoPost, I get an error because it can't find the 'login.php' file, but it's looking in the 'photopost' directory and not the 'forum' directory..
And I'm also seeing these errors after adding the
Quote:
|
include('./photopost/inc_photopost.php');
|
to vBulletin's 'Index.php' file
Quote:
Warning: main(./photopost/inc_photopost.php): failed to open stream: No such file or directory in /index.php on line 59
Warning: main(./photopost/inc_photopost.php): failed to open stream: No such file or directory in /index.php on line 59
Warning: main(): Failed opening './photopost/inc_photopost.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /index.php on line 59
|