The site (http://westoxon.org.uk) was working for many weeks trouble free and then this:

user warning: Can't create/write to file '/tmp/#sql_5be6_0.MYI' (Errcode: 28) query: SHOW COLUMNS FROM event LIKE 'unix_event_start' in /home/westoxo1/public_html/includes/database.mysqli.inc on line 372.
user warning: Duplicate column name 'unix_event_start' query: ALTER TABLE event ADD `unix_event_start` INT DEFAULT 0 in /home/westoxo1/public_html/includes/database.mysql-common.inc on line 307.
user warning: Duplicate column name 'unix_event_end' query: ALTER TABLE event ADD `unix_event_end` INT DEFAULT 0 in /home/westoxo1/public_html/includes/database.mysql-common.inc on line 307.

and more MySQL stuff... also I get this (on every page):

Note: Event Views detected that you were very likely running the old version of event_views and has updated your DB tables with new fields required to use the new event_views module. but everything is up to date.

Does anyone have a solution please?

Comments

Alperian’s picture

I apologise. I panicked. Apparently the problem has been caused by running out of space in my /tmp directory.
I have changed the session.save_path variable in my php.ini file to point to a new, clean directory.