Jump to content

1050: Table 'CubeCart_SpamBot' already exists


Guest frymasterspeck

Recommended Posts

Guest frymasterspeck

The complete error message below. I started to install, then had to wait at step 3, so my session was broken. Restarted from step 2 and now can't install.

Also, there is an older version of CubeCart in another folder, but I removed it.

Any thoughts?

MySQL Error Occured

1050: Table 'CubeCart_SpamBot' already exists

QUERY = CREATE TABLE `CubeCart_SpamBot` ( `uniqueId` varchar(32) NOT NULL, `spamCode` varchar(5) NOT NULL, `userIp` varchar(15) NOT NULL, `time` int(10) NOT NULL default '0', PRIMARY KEY (`uniqueId`), UNIQUE KEY `uniqueId` (`uniqueId`) ) TYPE=MyISAM

Warning: Unknown(): open(/var/php_sessions/sess_eb344b0c5c78df31228980a674308c3c, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0

Link to comment
Share on other sites

Guest PMinteractive

I ran into this, during a fresh install even if you tick the 'drop existing tables' option it doesn't remove the spambot table, so maybe the install script needs updating?

Link to comment
Share on other sites

Guest CorneroftheAttic

I'm assuming that if I Start over, I lose everything I've already got... or is there a way I can save the database before starting over without any problems? I too am staring at this error after installing the latest version...

Link to comment
Share on other sites

Do a backup of your database from phpmyadmin and then drop all the tables in the database. Install cc again then restore the database backup file and all should be well.

I did get this spambot error once when installing but cannot remember how I solved it :^^: If I get it again, I'll post the solution.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...