top_banner.png
We cut 50% off all plugins prices during our anniversary celebration
Offer ends 29th Apr

We cut 50% off all plugins prices during our anniversary celebration

Mysql2::Error: Unknown column problem fix

This guide will teach you how to fix the error Mysql2::Error: Unknown column. We are going to use an example for the Agile plugin.

Note: But the fix should work for all other kinds of errors with this type no matter the plugin.

Description of the problem

So, the error in our case for the Agile plugin is:

FATAL -- :
ActionView::Template::Error (Mysql2::Error: Unknown column 'agile_data.agile_sprint_id' in 'on clause'):

Solution

Please delete the agile_data table in the MySQL server and then rerun the installation commands, it should fix your problem.

Was this article helpful? Yes  No
95 from 116 found this helpful