View Single Post
Old March 8th, 2005, 03:35 PM   #1 (permalink)
thechameleon
Registered User
 
Join Date: Mar 2005
Posts: 17
PP5, New Installation, No Integration, Problems at Step

Hi,

I am new to Photopost and all the backened stuff (MySQL, PHP, etc.). I am running PP5 on a Win2003 box with IIS and PHP 4.3.10 and MySQL 4.1. I have correctly setup my photopost database in MySQL and have created an account with full permissions to the database. I have given all of the photopost directory files and folders read & execute, read, and write permissions. I have mananged to get through all 4 of the first steps. After I enter enter the admin account details and click next for the final setup, I get a bunch of fopen errors:

Warning: fopen(c:\inetpub\wwwroot/data/thumbs/index.htm): failed to open stream: No such file or directory in <b>c:\inetpub\wwwroot\install.php on line <b>965<br />

Warning: fclose(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\install.php on line 966

Warning: fopen(c:\inetpub\wwwroot/data/medium/index.htm): failed to open stream: No such file or directory in c:\inetpub\wwwroot\install.php on line 971

Warning: fclose(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\install.php on line 972

Warning: fopen(c:\inetpub\wwwroot/data/mini/index.htm): failed to open stream: No such file or directory in c:\inetpub\wwwroot\install.php on line 977

Warning: fclose(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\install.php on line 978

Warning: fopen(c:\inetpub\wwwroot/data/500/thumbs/index.htm): failed to open stream: Permission denied in c:\inetpub\wwwroot\install.php on line 965

Warning: fclose(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\install.php on line 966

Warning: fopen(c:\inetpub\wwwroot/data/500/medium/index.htm): failed to open stream: Permission denied in c:\inetpub\wwwroot\install.php on line 971

Warning: fclose(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\install.php on line 972

Warning: fopen(c:\inetpub\wwwroot/data/500/mini/index.htm): failed to open stream: Permission denied in c:\inetpub\wwwroot\install.php on line 977

Warning: fclose(): supplied argument is not a valid stream resource in c:\inetpub\wwwroot\install.php on line 978

etc. It goes on for a bit going through data directories 1 + 2 as well. At the bottom it says installation finished and lets me go to the admin page, but I think something is messed up and not working as once I try to login with my created admin account from the main page, it says my account doesn't exist and asks me to register. I obviously has my old account as if I try to register with that username, it says it already exists.

Any help would be greatly appreciated! Thanks so much!
thechameleon is offline   Reply With Quote