1 (edited by joaoramos 2010-05-27 17:08)

Topic: issue on MySQL upgrade: funcions.php issue

Hi,

I've recently upgraded my http://ntc-ua.com/forum/ punBB (v1.3) forum MySQL database from 4 to 5.

Unfortunatelly, I got this debug error message after the MySQL upgrade:

An error was encountered
The error occurred on line 1171 in /nfs/c01/h14/mnt/38315/domains/ntc-ua.com/html/forum/include/functions.php
Database reported: Incorrect key file for table 'ntcf_users'; try to repair it (Errno: 1034).

Any help on this, please?

Re: issue on MySQL upgrade: funcions.php issue

Try to run this SQL-query in the console or phpMyAdmin:

REPAIR TABLE ntcf_usersr;