Unknown Column 'User'

Anyone know how to fix this?

====================================
Log started, 04/01/2013 01:01:30

SELECT event_id,start_date,end_date,text,rec_type,event_pid,event_length,user FROM wp_events_rec

!!!Uncaught Exception
Code: 0
Message: MySQL operation failed
Unknown column ‘user’ in ‘field list’

I also get this error in Google Chrome.

Fatal error: Uncaught exception ‘Exception’ with message ‘MySQL operation failed
Unknown column ‘user’ in ‘field list’’ in /home/odonnell/www/www/wordpress/wp-content/plugins/event-calendar-scheduler/codebase/connector/db_common.php:901
Stack trace:
#0 /home/odonnell/www/www/wordpress/wp-content/plugins/event-calendar-scheduler/codebase/connector/db_common.php(619): MySQLDBDataWrapper->query(‘SELECT event_i…’)
#1 /home/odonnell/www/www/wordpress/wp-content/plugins/event-calendar-scheduler/codebase/connector/base_connector.php(418): DBDataWrapper->select(Object(DataRequestConfig))
#2 /home/odonnell/www/www/wordpress/wp-content/plugins/event-calendar-scheduler/codebase/connector/base_connector.php(379): Connector->render()
#3 /home/odonnell/www/www/wordpress/wp-content/plugins/event-calendar-scheduler/codebase/dhtmlxSchedulerConfigurator.php(1145): Connector->render_sql(‘SELECT event_id…’, ‘event_id’, ‘start_date,end_…’)
#4 /home/odonnell/www/www/wordpress/wp-content/plugins/event-calendar-scheduler/codebase/dhtmlxSc in /home/odonnell/www/www/wordpress/wp-content/plugins/event-calendar-scheduler/codebase/connector/db_common.php on line 901

It seems that you have incorrect structure of table in database, code expect that it will have “user” filed, but it has not.

I’m really not familiar with this system at all.
Any suggestions on how to fix it?

Thanks.

If it is a fresh install you can try remove table and reinstall plugin.