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 Classifieds Support > Classifieds Installation & Upgrades

Classifieds Installation & Upgrades If you're having install or upgrade problems, post here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old January 25th, 2010, 06:05 PM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2009
Posts: 17
Installation Problem on Step 3

When I get to Step 3 (Configure your database) the browser just cycles endlessly. I am installing with an existing vB3 forum. I've entered the IP address for the existing forum database in the Database Host field. Is that the proper way to designate the database? I'm not sure what I'm doing wrong.

I've checked the database ip address, username and password.

Nick...
pocuser is offline   Reply With Quote
Old January 25th, 2010, 06:19 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,706
what do you mean here by cycles endlessly?
__________________
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 January 25th, 2010, 07:45 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2009
Posts: 17
The browser activity icon is spinning but the browser is not doing anything. See attached.
Attached Images
File Type: jpg ppinstall3.jpg (54.1 KB, 7 views)
pocuser is offline   Reply With Quote
Old January 25th, 2010, 08:08 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,706
Okay lets test something here. Delete the 4 zipData sql files from your server and try running the install.
__________________
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 January 26th, 2010, 11:15 AM   #5 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2009
Posts: 17
OK, I did that. At Step 3 I got a huge list of MySQL errors.

For example:
Step 3: MySQL error reported: [INSERT INTO cp_settings VALUES (5, 'setting5', 'datadir', 'http://www.domain.com/classifieds/data', 25, 1);]
Result: Duplicate entry '5' for key 1
Database: poc_forums2
pocuser is offline   Reply With Quote
Old January 26th, 2010, 11:17 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,706
Duplicate errors are not a problem thats because some of the stuff already exists just run through and complete the install. You can later reupload the zipdata files and use the upgrade script to import the zipcodes
__________________
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 January 26th, 2010, 11:43 AM   #7 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2009
Posts: 17
I finished the install and then tried to login in - got the following errors:

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /data/21/2/1/58/2001058/user/2188335/htdocs/pp-classifieds/header-inc.php on line 47

Warning: require(./global.php) [function.require]: failed to open stream: No such file or directory in /data/21/2/1/58/2001058/user/2188335/htdocs/pp-classifieds/header-inc.php on line 48

Warning: require(./global.php) [function.require]: failed to open stream: No such file or directory in /data/21/2/1/58/2001058/user/2188335/htdocs/pp-classifieds/header-inc.php on line 48

Fatal error: require() [function.require]: Failed opening required './global.php' (include_path='.:/usr/services/vux/lib/php') in /data/21/2/1/58/2001058/user/2188335/htdocs/pp-classifieds/header-inc.php on line 48
pocuser is offline   Reply With Quote
Old January 26th, 2010, 11:55 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,706
vBulletin Installation/Integration Common Issues and Resolutions.

Number 2 should assist you
__________________
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 January 26th, 2010, 01:45 PM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2009
Posts: 17
I fixed that and got a "Login Successful" and then the following error:

Warning: require(content.php) [function.require]: failed to open stream: No such file or directory in /data/21/2/1/58/2001058/user/2188335/htdocs/pp-classifieds/index.php on line 16

Warning: require(content.php) [function.require]: failed to open stream: No such file or directory in /data/21/2/1/58/2001058/user/2188335/htdocs/pp-classifieds/index.php on line 16

Fatal error: require() [function.require]: Failed opening required 'content.php' (include_path='.:/usr/services/vux/lib/php') in /data/21/2/1/58/2001058/user/2188335/htdocs/pp-classifieds/index.php on line 16
pocuser is offline   Reply With Quote
Old January 26th, 2010, 01:48 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,706
There is no such file in our code called content.php

You might want to disable any vb plugins and reactivate each one at a time till you find the hack that is causing that issue. More then likely you have a relative path not full url to a file that is not official vb files.
__________________
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 January 26th, 2010, 02:08 PM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2009
Posts: 17
That is strange cause this is a new install. I will try that.
pocuser is offline   Reply With Quote
Old January 26th, 2010, 02:15 PM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2009
Posts: 17
Content.php is part of the new vBulletin CMS. I have it installed in another directory on the same server. I'm not sure why pp-classifieds would be looking for that file.
pocuser is offline   Reply With Quote
Old January 26th, 2010, 02:18 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,706
yeah we dont look for or call content.php in any manner.
__________________
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 January 26th, 2010, 03:05 PM   #14 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2009
Posts: 17
OK I resolved that, my mistake. I am able to login to the admin control panel. I've never used the classifieds before so I'm a bit unsure if I'm just doing something stupid but the categories are not showing up within vB3. I've gone through and checked all the sections that define the association with the vB3 instance. Any ideas?
pocuser is offline   Reply With Quote
Old January 26th, 2010, 03:11 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,706
Your classifieds is going to show up where you installed your classifieds

Main Index - PhotoPost Classifieds
__________________
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 January 26th, 2010, 03:56 PM   #16 (permalink)
Junior Member
Verified Customer
 
Join Date: Dec 2009
Posts: 17
Got it. I thought it might show up in the main menu bar like Gallery does.

Thanks for your help!
pocuser is offline   Reply With Quote
Old January 26th, 2010, 03:59 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,706
You would simply add a link on your forum navbar template.
__________________
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error at Step 4 of Installation joeycuccaro Photopost Pro Installation & Upgrades 4 January 2nd, 2010 11:03 PM
so many alert installation step 4. metoo551445 Photopost Pro Installation & Upgrades 1 April 13th, 2007 07:23 AM
Installation Error step 5 CeBra General Discussion 5 September 14th, 2006 10:40 AM
Installation fails between step 2 and step 3 when running installation script SigEp441 Classifieds Installation & Upgrades 2 July 19th, 2005 09:41 PM
Installation Error at Step 3 spadbuoy Classifieds Installation & Upgrades 9 December 13th, 2004 02:57 PM


All times are GMT -5. The time now is 02:33 AM.

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