PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old October 2nd, 2005, 12:48 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2005
Posts: 21
New Installation Problem

Hi all, just bought PP and am running into a problem with the install.

PHP version: 4.3.10 running on Linux, not sure of MySQL version.

When I put in all the required info to integrate with VB3 in step 4, I get this going into step 5, above the config page.

Quote:
Warning: fopen(/home/httpd/vhosts/bullshido.net/httpdocs/gallery/data/500/thumbs/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1195

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1196

Warning: fopen(/home/httpd/vhosts/bullshido.net/httpdocs/gallery/data/500/medium/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1201

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1202

Warning: fopen(/home/httpd/vhosts/bullshido.net/httpdocs/gallery/data/500/mini/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1207

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1208

Warning: fopen(/home/httpd/vhosts/bullshido.net/httpdocs/gallery/data/1/thumbs/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1195

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1196

Warning: fopen(/home/httpd/vhosts/bullshido.net/httpdocs/gallery/data/1/medium/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1201

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1202

Warning: fopen(/home/httpd/vhosts/bullshido.net/httpdocs/gallery/data/1/mini/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1207

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1208

Warning: fopen(/home/httpd/vhosts/bullshido.net/httpdocs/gallery/data/2/thumbs/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1195

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1196

Warning: fopen(/home/httpd/vhosts/bullshido.net/httpdocs/gallery/data/2/medium/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1201

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1202

Warning: fopen(/home/httpd/vhosts/bullshido.net/httpdocs/gallery/data/2/mini/index.htm): failed to open stream: Permission denied in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1207

Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/vhosts/bullshido.net/httpdocs/gallery/install.php on line 1208
Any idea what I'm doing wrong?
Phrost2 is offline   Reply With Quote
Old October 2nd, 2005, 02:11 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
Hello

Per the installation instructions here you need to CHMOD the uploads and data directory as well as there children to 777 to allow them to be written to

http://www.photopost.com/installphp.html
__________________
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
Old October 2nd, 2005, 02:11 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2005
Posts: 21
I'd thought I'd done that. I'll double check though.
Phrost2 is offline   Reply With Quote
Old October 2nd, 2005, 02:17 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
You may have got the top level categories but not the children below them

mini thumbs medium
__________________
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
Old June 23rd, 2006, 09:04 AM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Jun 2006
Posts: 28
How do you change the permissions? When I open the folders of 1, 2, 500 etc, there is a blank index file. Where do I change permissions? I am really new to PHP! Thanks for your help!
friends1976 is offline   Reply With Quote
Old June 23rd, 2006, 09:32 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
Most FTP clients have a "right click" option built in. When you FTP in to your webserver "right click" your photopost/data folder. There should be an option to use CHMOD, set the value to 777. (When executed, the command can change file system modes of the data directory.) All directories under data at every level need to be set like this

Some FTP clients may not "right click". There should be an optin in the menus of the ftp program after you hi-light the data folder.
__________________
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
Old June 23rd, 2006, 08:35 PM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Jun 2006
Posts: 28
I got it! Yeah! I had to go to my husband's work ftp there. I can't ftp to my web space for some reason because I am behind a wireless router. Don't understand that at all being that I can ftp to other web sites. But, now, I can't seem to configure everything right. I am trying to integrate with VB 3. Where is the header file? I can't seem to find it at all.

My PhotoPost
friends1976 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I got this problem after installation sarpicaste Photopost Pro Installation & Upgrades 4 August 19th, 2005 03:06 PM
Installation Problem taffy056 Photopost Pro Installation & Upgrades 3 August 4th, 2005 04:59 PM
problem with new installation W@NKER Photopost Pro Installation & Upgrades 16 January 15th, 2005 12:04 PM
Installation problem asample Photopost Pro Installation & Upgrades 10 August 11th, 2004 03:29 AM


All times are GMT -5. The time now is 06:32 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0