2.10 upgrade retrieve.conf failed

Hi,

We have just upgraded from 2.9 to 2.10 but we cannot apply changes
The retrieve.conf failed when we press apply

The errors are-

exit: 1
found language dir fr for directory, not installed on system, skipping
[FATAL] SELECT dest, name, selection, a.id id FROM ivr_details a INNER JOIN ivr_entries d ON a.id = d.ivr_id ORDER BY name [nativecode=1054 ** Unknown column ‘name’ in ‘field list’]SQL -
SELECT dest, name, selection, a.id id FROM ivr_details a INNER JOIN ivr_entries d ON a.id = d.ivr_id ORDER BY name

Trace Back:

/var/www/html/admin/libraries/sql.functions.php:11 die_freepbx()
[0]: SELECT dest, name, selection, a.id id FROM ivr_details a INNER JOIN ivr_entries d ON a.id = d.ivr_id ORDER BY name [nativecode=1054 ** Unknown column ‘name’ in ‘field list’]SQL -
SELECT dest, name, selection, a.id id FROM ivr_details a INNER JOIN ivr_entries d ON a.id = d.ivr_id ORDER BY name

/var/www/html/admin/modules/ivr/functions.inc.php:634 sql()
[0]: SELECT dest, name, selection, a.id id FROM ivr_details a INNER JOIN ivr_entries d ON a.id = d.ivr_id ORDER BY name
[1]: getAll
[2]: 2

/var/www/html/admin/libraries/usage_registry.functions.php:88 ivr_check_destinations()
[0]: 1

/var/www/html/admin/libraries/usage_registry.functions.php:281 framework_check_destination_usage()
[0]: 1
[1]: Array

/var/lib/asterisk/bin/retrieve_conf:612 framework_list_problem_destinations()
[0]: Array
[1]:

1 error(s) occurred, you should view the notification log on the dashboard or main screen to check for more details.

Uninstall the IRV module.

I un-installed the IVR module, but it left a table in mysql and so I dropped the table too.

Everything is now ok once I did that, thanks!