verbb / field-manager

Field Manager is a Craft CMS plugin to make it easy to manage your fields and field groups.
MIT License
199 stars 16 forks source link

Receiving Internal Server Error on /admin/fieldmanager #20

Closed RobErskine closed 8 years ago

RobErskine commented 8 years ago
## Internal Server Error
CDbCommand failed to execute the SQL statement: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'craft_fields.id' in 'field list'

Am I missing something silly? This is working on my other Craft installs, but not my latest build running Craft 2.6.2774

engram-design commented 8 years ago

Hmm - can't seem to replicate that on a few different environments. Are there are other plugin that might be messing with things? Does the error happen when you simply navigate to the Field Manager page (you're not trying to do anything)?

tcsehv commented 8 years ago

@RobErskine do you use a custom table prefix?

I created a pull request for the issue. See #21

engram-design commented 8 years ago

Ah - yeah thats totally a valid point. @tcsehv Thanks for submitting that PR - adding it to the next release.

RobErskine commented 8 years ago

@tcsehv yeah that was exactly it. @engram-design thanks for jumping on it so soon!