Quote:
Originally Posted by Chuck S In config-int.php edit this file and on the $vbpath line place the proper server path to vbulletin so we can find global.php. On install the wrong forum server path was entered on the last step of install. |
Thanks for the quick response, Chuck. That was one of the things I had thought of, but the path in that area was correct.
Quote:
// We need to know the server paths to both your vB installation and your PhotoPost installation
$vbpath = "/home/xxxxx/domains/xxxxx/public_html/gallery/forum";
$pppath = "/home/xxxxx/domains/xxxxx/public_html/gallery";
|
Here's a cut and paste of that area of the config. The "xxxxx" are, of course, mine, but the spelling in the path was checked and all seems to be correct.....