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 February 23rd, 2005, 09:52 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2005
Posts: 19
Step 3 Install Problem

I am doing a brand new install of Photopost with integration to VB3. I get to step 3 when I encounter the following errors:


Warning: main(pp-inc.php): failed to open stream: No such file or directory in /audio-heritage/WWW/photopost/install.php on line 870

Warning: main(): Failed opening 'pp-inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /audio-heritage/WWW/photopost/install.php on line 870

Fatal error: Call to undefined function: init_user_groups() in /audio-heritage/WWW/photopost/install.php on line 873


From doing searches of this forum, I assume that this is a directory definition problem in config-inc.php, but damned if I can find it. Any help appreciated.

Warc1
warc1 is offline   Reply With Quote
Old February 24th, 2005, 08:20 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Your install file can not find this file

include "pp-inc.php";


Did you upload it? You should not have to include a path before it since it is in the same directory as install.php

Make sure it is there and if you still have the problem you can alter that line like this

include "/audio-heritage/WWW/photopostpp-inc.php";

although on all the installs I have done I have never had to do that.
__________________
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 February 24th, 2005, 09:08 AM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2005
Posts: 19
Thanks Omegatron

There were indeed missing files from the upload. I went back and uploaded all of the installation files and managed to get through all of the steps of the installation and VB3 integration. However, when I try to log in to the control panel, I get these errors:

Warning: chdir(): No such file or directory (errno 2) in /audio-heritage/WWW/photopost/header-inc.php on line 18

Warning: main(./global.php): failed to open stream: No such file or directory in /audio-heritage/WWW/photopost/header-inc.php on line 19

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /audio-heritage/WWW/photopost/header-inc.php on line 19
warc1 is offline   Reply With Quote
Old February 24th, 2005, 09:19 AM   #4 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2005
Posts: 19
The above error would appear to be related to the inclusion of VB3 headers. I disabled that option and the errors go away and I can log in. However, when I log in using my VB3 admin account in Photopost, I appear to be logged in as just a regular user. I can see no admin options to configure Photopost. How do I access these?

Regards
Warc1
warc1 is offline   Reply With Quote
Old February 24th, 2005, 09:24 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Warc

You can correct your path statements in the config-int.php file to point correctly to the forum and photopost.

It seems to me with the errors you state you have not entered the correct cookie prefix and vb license number and or correct paths to gallery/forums

The quick way would be to replace install.php up there and rerun going through all options to make sure they are correct.

You have no admin as when you did not have pp-inc.php your usergroups table did not get created thus you need to go through install again.

You will get some duplicate errors mysql but no worries there. Make sure to correctly input the vb license number and where it asks for cookie prefix but bb which is the default prefix
__________________
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 February 24th, 2005, 10:59 AM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2005
Posts: 19
Thanks Omegatron

That seems to have solved the install problems. On to the setup
warc1 is offline   Reply With Quote
Old February 24th, 2005, 11:31 AM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2005
Posts: 19
Well, I spoke too soon. I did some initial configuration work, went on to something else, and now I can't log back in with admin status. The login just takes me to index.php. I've tried reinstalling with no change in results.

Help!
warc1 is offline   Reply With Quote
Old February 24th, 2005, 11:35 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
warc

again cookies. Your most likely did not set your cookie prefix to bb
__________________
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 February 24th, 2005, 12:25 PM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2005
Posts: 19
I have reinstalled another three times, beyond the three or four previous installs. I always make sure that the cookie prefix is set to "bb", however this dialog box always comes up blank. Is this setting stored in one of the config files? It doesn't show up in "config-int.php" that I can see. I've tried erasing all cookies prior to installing and this also had no effect.

Warc1
warc1 is offline   Reply With Quote
Old February 24th, 2005, 12:30 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Put the url to your forum here and that of the gallery
__________________
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 February 24th, 2005, 12:46 PM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2005
Posts: 19
http://audioheritage.org/vbulletin

http://audioheritage.org/photopost
warc1 is offline   Reply With Quote
Old February 24th, 2005, 02:11 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Simple you dont have them installed on the same domain

The forum is really here

http://www.audioheritage.org/vbulletin

you installed Photopost here

http://audioheritage.org/photopost/

Note its not installed on the www subdomain
__________________
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 February 24th, 2005, 02:42 PM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2005
Posts: 19
Thanks

How do I fix that? Is it as simple as ensuring that the config files refer to the proper domains or do I have to completely reinstall?

Regards
Warc1
warc1 is offline   Reply With Quote
Old February 24th, 2005, 03:19 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
well reinstall and make sure the urls all have www in them. If you install using the www domain it should fix it or you would need to login admin and change the urls manually or phpmyadmin settings table same thing manually.
__________________
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 February 24th, 2005, 03:54 PM   #15 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2005
Posts: 19
I reinstalled everything all domains set to include www and this now works fine. Thank you for your patience in getting me through this. I have one question left. After creating a bunch of new catagories, the index page now has an extra blank column to the left of each category and sub. Is this meant for anything or can it be gotten rid of somehow?

http://www.audioheritage.org/photopost

Regards
Warc1
warc1 is offline   Reply With Quote
Old February 24th, 2005, 04:48 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Turn off cat avatars if your not going to use em
__________________
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
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
Install Problem step 4 troller Photopost Pro Installation & Upgrades 2 May 30th, 2005 12:32 PM
Step 3 Error After "Complete PhotoPost Install" joe4 Classifieds Installation & Upgrades 4 December 23rd, 2004 03:37 PM
Final Step VB3.03 Install SQL Error Table doesn't exist... Barry M Photopost Pro Installation & Upgrades 13 October 10th, 2004 05:45 PM
4.8.1: MySQL Error on Step 3 of Install Muhammad Photopost Pro Installation & Upgrades 3 August 2nd, 2004 12:04 PM


All times are GMT -5. The time now is 11:27 AM.

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