View Single Post
Old July 14th, 2004, 09:00 PM   #15 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
Well for one your server has openbase_dir set so in your database settings table for Photopost. view it via phpmyadmin

clear the header footer and headtags settings. /path/to/php/headtags.htm as an example

You need to also delete the install file.

Also in pp-inc.php you can delete this

// overrides; this is mostly for testing purposes
if ( file_exists("globals-over.inc") ) {
$filearray = file( "globals-over.inc" );

while ( list($num, $line) = each($filearray) ) {
if ($line != "") {
$vars = explode( "=", $line);
$var = $vars[0]; $set = $vars[1];
$Globals[$var] = trim($set);
}
}
}

Your host has you locked up. Try first getting Photopost displaying without the header-inc.php. Upload a clean one from the distribution
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote