I am receiving this error when I attempt to install the customer module. I am installing each module of commerce individually.

PDOException: SQLSTATE[HY000]: General error: 1005 Can't create table './db/field_data_commerce_customer_address.frm' (errno: 121):

Attached is the screenshot of the error message received.

CommentFileSizeAuthor
Screenshot at 2012-03-07 11:12:57.png159.43 KBm_rookie

Comments

rszrama’s picture

Version: 7.x-1.2 » 7.x-1.x-dev
Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

What type database server are you running? And can you install using Commerce Kickstart fine as opposed to one at a time?

(Marking this "normal" until we have more info; if no one could install this module, that'd be one thing, but you're the only case I've ever heard of this particular error. That table is simply a field table coming from Drupal core anyways, but maybe there's something in our particular field schema that your database server doesn't like.)

rszrama’s picture

Category: bug » support
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No way to reproduce this, and still nothing I've ever seen before. That's a general field table it's choking on, though, so I don't consider it being under the purview of this module.