|
It has to be the info I stated that is wrong here. Here is the proper path information. Note to use paths not urls on the following. I am not allowed legally to touch your server for that you would need to purchase an install so please double check your files again and you will see I am right here. I have seen people make this mistake of not checking the paths on an install every week.
In your config-int.php is this
$vbpath="/home/sneekee/public_html/forums";
$pppath="/home/sneekee/public_html/galleries";
in your config-inc.php is this
$PP_PATH="/home/sneekee/public_html/galleries";
Most common mistake is people overlook the $vbpath to check if its right yours is probally set to this if you did not alter it on install
$vbpath="/home/sneekee/public_html/galleries/forums";
which is course would be wrong
|