Hi,
I’m working on a new site, using a fresh install of 2.7.2. Everything’s been going swimmingly (sort of), until now I went to edit some custom fields. When I click on a field name to do an edit, I get the following:
A Database Error Occurred
Error Number: 1146
Table 'my_database_name.exp_grid_columns' doesn't exist
SELECT * FROM (`exp_grid_columns`) WHERE `field_id` IN (11) AND `content_type` = 'channel' ORDER BY `col_order`
Filename: models/grid_model.php
Line Number: 631Using phpmyadmin, I see that there is in fact no “exp_grid_columns” table in the database. So what does that mean? Should I just create a table with that name? Not actually sure what’s involved with that….
I saw a bunch of 1146 error codes relating to the Comment module in the Forum, but this doesn’t seem to have anything to do with that (I even tried installing the Comment module).
I’m not really a MySQL person, so I’m not sure where to go from here. Any ideas?
Thanks in advance!