Installing a new site in with the Simplytest profile (after having removed the dependency on the missing simplytest_blocks module) I received the follow error:

Key column 'number' doesn't exist in table

I'm guessing this is related to missing dependencies.

CommentFileSizeAuthor
#2 number_field-185450-2.patch1022 bytesdeciphered

Comments

deciphered’s picture

Removing the dependency on the 'simplytest_launch' module prevents this error.

P.s., this is both Aegir and Acquia Dev Desktop, and likely any other stack.

deciphered’s picture

Status: Active » Needs review
StatusFileSize
new1022 bytes

Looks like a little bit of confusion, or possibly restructuring, the issue is as such:

- simplytest_servers.install is trying to use the non-existant 'number' field as a key
- simplytest_submissions.install hasn't got it's 'number' field as a key even though it's an auto-incrementing field.

Simple issue, simple fix.

patrickd’s picture

Status: Needs review » Fixed

Yep, stupid me, sorry about that!

Fixed

Thanks!

patrickd’s picture

Status: Fixed » Closed (fixed)

cleaning up