Error 17

Permalink
I went onto me site
http://www.richersea.co.uk yesterday and found this error:
[02-Jan-2011 17:03:57] PHP Fatal error: Uncaught exception 'Exception' with message 'Oops, something is wrong with the form you posted (it doesn't have a question set id).' in /home/richerse/public_html/concrete/blocks/form/controller.php:204
Stack trace:
#0 /home/richerse/public_html/concrete/models/block.php(283): FormBlockController->action_submit_form()
#1 /home/richerse/public_html/concrete/startup/process.php(223): Block->passThruBlock(Array, Array)
#2 /home/richerse/public_html/concrete/dispatcher.php(235): require('/home/richerse/...')
#3 /home/richerse/public_html/index.php(2): require('/home/richerse/...')
#4 {main}
thrown in /home/richerse/public_html/concrete/blocks/form/controller.php on line 204
[03-Jan-2011 21:23:01] PHP Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1: Can't create/write to file '/tmp/#sql_74e0_1.MYD' (Errcode: 17)] in EXECUTE("select distinct arHandle from Areas order by arHandle asc")
' in /home/richerse/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78
Stack trace:
#0 /home/richerse/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw('mysql', 'EXECUTE', 1, 'Can't create/wr...', 'select distinct...', false, Object(ADODB_mysql))
#1 /home/richerse/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1012): ADOConnection->_Execute('select distinct...', false)
#2 /home/richerse/public_html/concrete/libraries/database.php(73): ADOConnection->Execute('select distinct...')
#3 /home/richerse/public_html/concrete/models/area.php(204): Database->__call(Array, Array)
#4 /home/richerse/public_html/concrete/models/area.php(204): Database->Execute('Execute', Array)
#5 /home/richerse/public_html/concrete/libraries/database_indexed_search.php(114) in /home/richerse/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78

At first it was only a few pages, then a few more, and today trying any page in the site give the same error, all except the admin login page. Dashboard also give this error once you have logged in. I didn't change anything at all, in fact, I was on holiday, and came back to find this. Does anyone have any idea what's causing it?

 
olsgreen replied on at Permalink Reply
olsgreen
Sounds like your server is out of space on the volume that your /tmp folder is located. Check your disk space. It's either that or a permissions issue, the progressive symptoms sound more like disk space though.

The error message below is the key:

'mysql error: [1: Can't create/write to file '/tmp/#sql_74e0_1.MYD' (Errcode: 17)]
RicherSea replied on at Permalink Reply
Think you got it spot on, my host (EUK Host) sorted it for me, and said something similar in not too much detail.