View Single Post
Old July 14th, 2004, 08:03 PM   #7 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,744
You can try changing these lines in the install.php

if ( file_exists( "photopost.sql") ) {
$filearray = file( "photopost.sql" );

to this

if ( file_exists( "/usr/local/psa/home/vhosts/2rhh.com/httpdocs/photopost/photopost.sql") ) {
$filearray = file( "/usr/local/psa/home/vhosts/2rhh.com/httpdocs/photopost/photopost.sql" );
__________________
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