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 March 10th, 2006, 11:32 AM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2006
Posts: 9
Unhappy Unable to create/write

I have been trying to install PhotoPOst for 2 days now. Maybe I'm just repeating my error after staring at the obvious. Any fresh ideas are welcome. So far I've set permissions to 777 on the data & install folders/files. My phpBB and PhotoPost are using the same mysql dbase. phpBB works fine. Here's what I get while installing PhotoPost:

Quote:
We're sorry, but we encountered an error during the installation process...

Unable to create/write to www.intimateshots.com/foto/data! Check your data directory permissions before continuing.

When you have fixed your permissions Refresh this page to try again.
Here's my info: http://www.intimateshots.com/phpinfo.php

I have godaddy linux hosting.

Thanks.
JR_MCO is offline   Reply With Quote
Old March 10th, 2006, 11:55 AM   #2 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2006
Posts: 9
Here's the homepage error:

Quote:
Warning: main(http://www.intimateshots.com/foto/la.../english.php): failed to open stream: No such file or directory in /home/content/i/n/t/intimateshots/html/foto/pp-inc.php on line 131

Warning: main(http://www.intimateshots.com/foto/la.../english.php): failed to open stream: No such file or directory in /home/content/i/n/t/intimateshots/html/foto/pp-inc.php on line 131

Fatal error: main(): Failed opening required 'www.intimateshots.com/foto/languages/english.php' (include_path='.:/usr/local/lib/php') in /home/content/i/n/t/intimateshots/html/foto/pp-inc.php on line 131
JR_MCO is offline   Reply With Quote
Old March 10th, 2006, 11:59 AM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
When installing you entered your server path to photopost as a url when it should be this in the config

/home/content/i/n/t/intimateshots/html/foto
__________________
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 March 10th, 2006, 03:47 PM   #4 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2006
Posts: 9
Hmmm, it waqs that the first time and I had the same errors. I'll go back and try again. Thanks.
JR_MCO is offline   Reply With Quote
Old March 10th, 2006, 03:53 PM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2006
Posts: 9
2 more problems:

1) Forgot to add I got this before

Quote:
This set will try to verify the location of MOGRIFY in your config-inc.php. If you have set these variables properly, you should get a OK FOUND message. This indicates that PhotoPost can see those files (but did not execute them). If you get a WARNING, you should edit your config-inc.php file to fill in proper path (remember, they should point to the file - not just the directory!).

Paths to executables may not contain spaces - if using long filenames, use the short version.

Testing MOGRIFY at: /usr/bin/mogrify.exe.... WARNING!
Cannot find ImagicMagick's MOGRIFY command listed as: /usr/bin/mogrify.exe

Be sure that the name of the executable is listed in this variable and that there are no spaces in the path to mogrify.There were 1 WARNING message(s). If you are okay with the warnings, you may continue, otherwise GO BACK to change your config-inc.php or click refresh to try again!
Verification Completed!

The next step will configure your database.
2) Now a database error:

Quote:
Step 3: MySQL error reported: [INSERT INTO pp_categories (id,catname,description,catorder,thumbs,parent,children) VALUES (1,'Main','',2,'no',0,'2')]
Result: Duplicate entry '1' for key 1
Database: dbase1a

Step 3: MySQL error reported: [INSERT INTO pp_categories (id,catname,description,catorder,thumbs,parent,children) VALUES (2,'A Category','Photos of a particular subject',1,'yes',1,'')]
Result: Duplicate entry '2' for key 1
Database: dbase1a

Step 3: MySQL error reported: [INSERT INTO pp_categories (id,catname,description,catorder,thumbs,parent,children) VALUES (500,'Member Galleries','Individual user galleries - any photo category',1,'yes',0,'')]
Result: Duplicate entry '500' for key 1
Database: dbase1a

Step 3: MySQL error reported: [INSERT INTO pp_settings VALUES (1,'Title for your PhotoPost Application','galleryname','','My Photo Gallery',1,1)]
Result: Duplicate entry '1' for key 1
Database: dbase1a

Step 3: MySQL error reported: [INSERT INTO pp_settings VALUES (2,'Web site name','webname','','My Website',2,1)]
Result: Duplicate entry '2' for key 1
Database: dbase1a

Step 3: MySQL error reported: [INSERT INTO pp_settings VALUES (3,'Your Website URL (include http://)','domain','','http://www.domain.com',3,1)]
Result: Duplicate entry '3' for key 1
Database: dbase1a

Step 3: MySQL error reported: [INSERT INTO pp_settings VALUES (4,'Administrator Email Address','adminemail','','admin@domain.com',4,1)]
Result: Duplicate entry '4' for key 1
Database: dbase1a

Step 3: MySQL error reported: [INSERT INTO pp_settings VALUES (5,'URL to PhotoPost data directory','datadir','This is the web / virtual path to the data directory.','http://www.domain.com/photopost/data',5,1)]
Result: Duplicate entry '5' for key 1
Database: dbase1a
many more like the ones above
JR_MCO is offline   Reply With Quote
Old March 10th, 2006, 04:59 PM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2006
Posts: 9
Now this when I try to log in on the admin page:

Quote:
Warning: main(./global.php): failed to open stream: No such file or directory in /home/content/i/n/t/intimateshots/html/foto/header-inc.php on line 61

Warning: main(./global.php): failed to open stream: No such file or directory in /home/content/i/n/t/intimateshots/html/foto/header-inc.php on line 61

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /home/content/i/n/t/intimateshots/html/foto/header-inc.php on line 61

Last edited by JR_MCO; March 10th, 2006 at 05:00 PM. Reason: add info
JR_MCO is offline   Reply With Quote
Old March 10th, 2006, 10:09 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,806
Duplicate mysql errors do not worry about you already installed once.

Mogrify issue you need to put in the proper server path to mogrify or set the processor to gd2 whichever processor your server has

third issue is the that on the last step you are not entering the proper server path to vbulletin. You can edit config-int.php and place the proper server path to vb in $vbpath variable.
__________________
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 March 11th, 2006, 12:04 PM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: Mar 2006
Posts: 9
Working now, thanks for your help. Love PP already.
JR_MCO 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
Can't write/create to Data chavalo Photopost Pro Installation & Upgrades 14 April 22nd, 2006 07:55 PM
write ti this forum bambrik Before You Buy 0 April 23rd, 2005 05:51 PM
Unable to create image zemic Photopost Pro Installation & Upgrades 4 April 4th, 2005 03:20 PM
Pp 502 Unable to create image Geiri Photopost Pro Installation & Upgrades 3 April 1st, 2005 11:09 PM
unable to create image fatma Photopost Pro Installation & Upgrades 0 October 13th, 2004 04:13 PM


All times are GMT -5. The time now is 03:59 PM.

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