Thread: Upgrade Problem
View Single Post
Old June 28th, 2004, 03:44 PM   #14 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 67,987
Try commenting out these lines at the top of index.php and see what you get

if ( is_numeric($argv[0]) ) {
header("Location: {$Globals['maindir']}/showphoto.php?photo={$argv[0]}");
exit;
}

would be thus

//if ( is_numeric($argv[0]) ) {
// header("Location: {$Globals['maindir']}/showphoto.php?photo={$argv[0]}");
// exit;
//}
__________________
Photopost Developer and Support Engineer

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