DB Errors in objectcache
From Project:Support desk
- MW 1.13.3
- PHP 5.1.6
- mySQL 5.1.30
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
INSERT IGNORE INTO `nn_objectcache` (keyname,value,exptime) VALUES ('nausicaa-nn_:messages:en:lock','˴2��\0','20111125220702')
from within function "MediaWikiBagOStuff::_doinsert". MySQL returned error "1030: Got error -1 from storage engine (localhost)".
Tried dropping and recreating the table to no avail. Seems it's an underlying mysql error?
Perhaps incorrect permissions ?
Also, while here.. you may want to consider restoring to an earlier state (in which everything worked) and get started on upgrading MediaWiki to a later version. 1.13 is from 2008, a whole lot has changed since then, many improvements, bugfixes and new features.