Hi. Can I Uninstall Module and fieldtype in Package settings and Install it again without loosing any data?
It seems I have an error, which I like to check this way.
Error:
A Database Error Occurred
Error Number: 1030
Got error 28 from storage engine
SELECT * FROM ('exp_global_variables' AS ee) JOIN 'exp_low_variables' AS low ON 'ee'.'variable_id' = 'low'.'variable_id' WHERE 'group_id' = 1 AND 'ee'.'site_id' = '1' ORDER BY 'low'.'group_id' asc, 'low'.'variable_order' asc, 'ee'.'variable_name' asc
Filename: third_party/low_variables/mcp.low_variables.php
Line Number: 239
Replies
Low 7 Oct 2016 11:25
A Google search for that error returns this: http://stackoverflow.com/questions/10...
So can you check your disk space?
Also, uninstalling Low Variables will delete all meta information for each variable, but they will remain in as native Global Variables in the exp_global_variables table.
Basically, uninstalling any module will result in some data loss.
BjornClaes 7 Oct 2016 11:28
Thanks for your quick response! I kinda panicked, I guess and didn't look well enough in the issues already posted. I figured it out in the meantime: it had exceeded my hosting space indeed.
My apologies for the clutter.
Thanks again!
bjorn