Codea forum bug

Error writing file ‘/tmp/MYZTxvUv’ (Errcode: 122)
select t.*
from GDN_Tag t
join GDN_TagDiscussion td on t.TagID = td.TagID
where td.DiscussionID = :tdDiscussionID
order by t.CountDiscussions desc
limit 25

The error occurred on or near: /home/twolives/public_html/Codea/Talk/library/database/class.database.php
276: 
277:          if (!is_object($PDOStatement)) {
278:             trigger_error(ErrorMessage('PDO Statement failed to prepare', $this->ClassName, 'Query', $this->GetPDOErrorMessage($this->Connection()->errorInfo())), E_USER_ERROR);
279:          } else if ($PDOStatement->execute($InputParameters) === FALSE) {
280:             trigger_error(ErrorMessage($this->GetPDOErrorMessage($PDOStatement->errorInfo()), $this->ClassName, 'Query', $Sql), E_USER_ERROR);
281:          }
282:       } else {
283:          $PDOStatement = $this->Connection()->query($Sql);
284:       }

I can’t do anything I get that whenever I try to look at a thread or anything

We ran out of space on our web server. Sorry about that!

Thats alright then thought it was an issue, was getting worried I’d be locked out of codea talk forever haha