View Single Post
Old August 3rd, 2005, 07:31 PM   #1 (permalink)
jgommel
Member
Verified Customer
 
jgommel's Avatar
 
Join Date: Aug 2005
Location: Mentor, OH
Posts: 41
Send a message via AIM to jgommel Send a message via MSN to jgommel
Standalone Install Issues

Okay, I've installed many, many PHP/mysql web apps w/out error, but for some reason, I'm stumped on this one.

I'm trying to install photopost as a stand alone (no forum).

After setting all my permissions:
data, data/1, data/2 and data/500 = 777
documentation, forums, help, images and languages = 755

all .php and .sql files are 644 with the exception of config-inc.php, config-int.php and install.php which are set to 777

1. I run install.php and setup the config-inc with all the correct info...
2. Confirmed that I was using GD2...
3. Setup the Photopost database...
4. and finally configure PhotoPost...

I get the following list of errors:

Warning: fopen(/home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/data/500/thumbs/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1181

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1182

Warning: fopen(/home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/data/500/medium/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1187

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1188

Warning: fopen(/home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/data/500/mini/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1193

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1194

Warning: fopen(/home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/data/1/thumbs/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1181

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1182

Warning: fopen(/home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/data/1/medium/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1187

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1188

Warning: fopen(/home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/data/1/mini/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1193

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1194

Warning: fopen(/home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/data/2/thumbs/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1181

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1182

Warning: fopen(/home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/data/2/medium/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1187

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1188

Warning: fopen(/home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/data/2/mini/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1193

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1194

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php:1181) in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1363

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php:1181) in /home/httpd/vhosts/fstopmedia.com/httpdocs/photopost/install.php on line 1364

Now what does not make sense is that at the bottom of this error list, I get the message: "PhotoPost has been successfully installed!"????

Any help here would be great. Thanks!

James
jgommel is offline   Reply With Quote