Closed (fixed)
Project:
simplytest.me
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2012 at 06:13 UTC
Updated:
27 Nov 2012 at 15:48 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | number_field-185450-2.patch | 1022 bytes | deciphered |
Comments
Comment #1
decipheredRemoving 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.
Comment #2
decipheredLooks 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.
Comment #3
patrickd commentedYep, stupid me, sorry about that!
Fixed
Thanks!
Comment #4
patrickd commentedcleaning up