|
Your using VB3 right? or is this a standalone?
Here is this line in pp-inc.php
require "{$Globals['PP_PATH']}/languages/$pplang/pp-inc.php";
So look in your config-inc.php and find this and make sure it is exactly this
$PP_PATH="/var/www/html/gallery";
Basically your path statements to gallery and forum need to be absolutely correct in both the config-inc.php file and config-int.php files
Last edited by Chuck S; January 19th, 2005 at 06:36 PM.
|