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 May 15th, 2006, 09:33 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
Moving my pp classified to another site

why is it that everthing is great but from step 2-3 when it writes the database tables...it all errors and the error is:

Step 3: MySQL error reported: [CREATE TABLE pp_favorites (id smallint(4) NOT NULL auto_increment, userid int(8) NOT NULL default '0', product int(11) NOT NULL default '0', PRIMARY KEY (id), KEY parent (product)) TYPE=MyISAM]
Result: Table 'pp_favorites' already exists

This shows for all tables???
horsetrailertalk is offline   Reply With Quote
Old May 15th, 2006, 10:02 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
That would show because your running install.php again and the tables exist. They are duplicate errors and should be there so no worries just rerun through 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 May 15th, 2006, 10:07 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
I just ran it once and it went to this error. It doesn't take me to the next step or ask about the vb integration...
horsetrailertalk is offline   Reply With Quote
Old May 15th, 2006, 10:10 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
when you finish the install and it prompts to go to the control panel...

the Edit links take you to mydomain.com
horsetrailertalk is offline   Reply With Quote
Old May 15th, 2006, 10:15 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
Okay well your PHP install seems to not be reporting the domain correctly. On install there are update queries to update the urls to the ones you input so somewhere this would be failing

You can use phpmyadmin to edit the entries in the Photopost settings table directly in the database or if you tell me the domain I can give you some update query commands.
__________________
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 May 15th, 2006, 10:39 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
www.turbodub.com


that is where this is going
horsetrailertalk is offline   Reply With Quote
Old May 15th, 2006, 10:54 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
These might help you need to change the prefix to your classifieds prefix just run these in phpmyadmin or if your database is with vbulletins run these in the sql box of vb admin


Code:
Content visible to verified customers only.
__________________
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 May 15th, 2006, 11:04 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
now I get...


Warning: chdir(): No such file or directory (errno 2) in /home/content/n/e/i/neilsgli/html/classifieds/header-inc.php on line 60

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

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

From www.turbodub.com/classifieds
horsetrailertalk is offline   Reply With Quote
Old May 15th, 2006, 11:32 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
That would be because on the last step of install your path to the forums was not correct. you can edit your config-intc.php file and input the proper path to your forum in the $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 May 15th, 2006, 01:29 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
OK...that seems fixed now. But it is not keeping my log in as admin. I also noticed on the main admin sonfig section...the option of vb integration isn't showing. How can I fix this?
horsetrailertalk is offline   Reply With Quote
Old May 15th, 2006, 01:30 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
It isn't reconizing me as the admin and giving me access to click the admin when logged in.
horsetrailertalk is offline   Reply With Quote
Old May 15th, 2006, 02:13 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
Did you verify in the database the setting 41 is the proper integration? Are your cookies aligned to the new domain name?
__________________
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 May 15th, 2006, 02:39 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
I changed the line 41 to vb3

Now I get this error on the site

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /classifieds/forums/vb3.php on line 296

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /classifieds/forums/vb3.php on line 25


I have been working on this all day. It is not an easy task....
horsetrailertalk is offline   Reply With Quote
Old May 15th, 2006, 02:40 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
Make sure your config file has the proper database settings then on setting 83 of the database tables make sure you enter the proper table prefix for vb
__________________
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 May 15th, 2006, 03:05 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
OK...that worked...seeming one last thing...

My vb login is the administrator...but in the classified section it doesn't see me as the admin. The admin link is not displaying.

Where could that setting be?
horsetrailertalk is offline   Reply With Quote
Old May 15th, 2006, 03:20 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
Says I have no admin privlages
horsetrailertalk is offline   Reply With Quote
Old May 15th, 2006, 03:24 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
When I try to log in here: http://www.turbodub.com/classifieds/adm-index.php it logs me in ok but...

it takes me to the classifeds page....not the control panel
horsetrailertalk is offline   Reply With Quote
Old May 15th, 2006, 03:43 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
it doesn't display the member list inside the classified section either. So it appears that it is not authenticating so to speak with my vbulletin. I have checked and the prefixes and all are correct.

It shows me logged in etc.
horsetrailertalk is offline   Reply With Quote
Old May 15th, 2006, 03:47 PM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
Set your cookie prefix in the settings table setting 182 I beleive to bb and try again
__________________
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 May 15th, 2006, 03:49 PM   #20 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 96
It is and was set to bb

Anything else I can try?
horsetrailertalk 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
database error when moving site izan Classifieds Installation & Upgrades 3 June 24th, 2005 07:22 AM
Moving site to new server...what should I look for when moving Photopost? zerinS4 Photopost Pro Installation & Upgrades 5 February 14th, 2005 07:56 AM
pp classified questions daaby Before You Buy 0 January 19th, 2005 08:01 AM
Copied Reviewpost to new site - evrything points to old site criscokid ReviewPost Installation & Upgrades 6 January 9th, 2005 01:03 PM


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

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