Upgrading EE to latest causes "exp_low_variables_grid_field_xx doesn't exist"
Hi Low,
looks like the error I get is the same as this:
https://getsatisfaction.com/low/topic...
So, wondering if you found out what the issue was. This happens to me when I upgrade an EE 2.10.1 to 2.11.9
Low Variables is 2.6.0, I tried updating to 2.6.1 but still got the same problem.
Full error is:
Error Number: 1146
Table 'dbname.exp_low_variables_grid_field_42' doesn't exist
SELECT * FROM ('exp_low_variables_grid_field_42') WHERE 'entry_id' IN ('559') ORDER BY 'row_order' asc
Filename: models/grid_model.php
Line Number: 413
Replies
Low 12 Jun 2017 13:03
It might have to do with this bug: https://expressionengine.com/support/...
Can you share your template code? You can use http://pastie.org/ or http://pastebin.com/ for large chunks of code.
bjorn 13 Jun 2017 07:55
Thanks for that pointer, Low!
I applied the solution found in that bug report and it fixed the issue.