PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Bug Reports (http://www.photopost.com/forum/reviewpost-bug-reports/)
-   -   DB installation problem (http://www.photopost.com/forum/reviewpost-bug-reports/141042-db-installation-problem.html)

mono November 2nd, 2009 10:30 AM

DB installation problem
 
During installation there is an error appears. Here is an example for the first 3 tables errors:
Quote:

Step 3: MySQL error reported: [CREATE TABLE rp_admlog (id int(10) NOT NULL auto_increment,adminuser varchar(50) NOT NULL default '',description varchar(255) NOT NULL default '',datestamp int(20) NOT NULL default '0',ip varchar(35) NOT NULL default '',PRIMARY KEY (id)) TYPE=MyISAM]
Result: Table 'rp_admlog' already exists
Database: db_name

Step 3: MySQL error reported: [CREATE TABLE rp_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 'rp_favorites' already exists
Database: db_name

Step 3: MySQL error reported: [CREATE TABLE rp_laston (cat smallint(4) NOT NULL default '0', userid mediumint(9) NOT NULL default '0', laston int(11) unsigned default NULL, PRIMARY KEY (cat,userid)) TYPE=MyISAM]
Result: Table 'rp_laston' already exists
Database: db_name
It is the third step, as you can see. I specified my forum's DB for ReviewPost in config. What is wrong?

Chuck S November 2nd, 2009 01:39 PM

Your doing nothing wrong those are just duplicate errors meaning you have tried installing more than once meaning those tables already exist. You must complete an install successfully so just continue. ;)

mono November 2nd, 2009 05:01 PM

Thank you, Chuck. Hmm... I can't continue, there is nothing I can find exept this list of errors.

Chuck S November 2nd, 2009 08:41 PM

Yes you can continue to the next step scroll down the page ;)

mono November 3rd, 2009 01:45 AM

No, unfortunately.:confused: If such were the case I would did it easy without finding help. But it isn't. What's the problem?

Chuck S November 3rd, 2009 05:12 AM

well your not telling me anything to assist here so I cant tell you what problem you have. The issue above is not a problem.

what is the actual url to your reviewpost install.

mono November 4th, 2009 03:45 PM

Agree, the issue above is not. I just thought that way, cause can't install RP. Actual url is: Reviewpost Install Script

Chuck S November 4th, 2009 03:52 PM

Your script is timing out test this out

delete the zipdata sql files off your server and try installing then we can go from there

mono November 5th, 2009 09:22 AM

Did it and at the bottom i can see the next step menu. Also there is a message:
Quote:

There were errors during the installation of the database. Review your errors before continuing as the errors may prevent Reviewpost from functioning properly.
Is it safe to continue installing?

Chuck S November 5th, 2009 11:26 AM

It is safe to continue

mono November 5th, 2009 04:00 PM

Thank you a lot for your help, Chuck.

Chuck S November 5th, 2009 04:49 PM

Not a problem glad to assist.


All times are GMT -5. The time now is 09:34 AM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97