|
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
|