Loading...
 
Architecture / Installation

Architecture / Installation


Incorrect key file

posts: 1 Canada

Hi all... I have replicated a Tikiwiki site to another server and URL and it went apparently smoothly. However, I cannot update Wiki pages anymore on the new server/domain. When I click to save my edits I receive this error message:

» Warning: mysql error: Incorrect key file for table: 'tiki_pages'.
» Try to repair it in query: update `tiki_pages` set `description`=?, `data`=?, `comment`=?, `lastModif`=?, `version`=?, `user`=?, `ip`=?, `page_size`=? where `pageName`=?
» in /var/www/html/www/lib/tikidblib.php on line 133
»
» Fatal error: Call to a member function on a non-object
» in /var/www/html/www/lib/tikidblib.php on line 151

Does anyone have an idea why this happens and what I can do to get out of trouble?

Thank you for your advice...
--
Christian Aubry
RISQ inc., Montreal, QC
Related project: http://www.resoll.ca

posts: 224 Ireland

Hi Christian,

Have you tried checking your MySQL tables for corruption? Either trough phpmyadmin or using the cmdline utility mysiamchk? For e.g.:

Copy to clipboard
$ myisamchk -r tiki_pages


Sounds like you did not properly shutdown your original database BEFORE making the site copy.

Regards,

Pat.