1 (edited by digitalice 2006-04-10 16:01)

Topic: Database Error

Hi, im digitalice, form Uruguay!
I have a problem with my forum:

Unabe to fetch user information.....

so, how do i turn DEBUG MODE ON?


regards

MVD Shuffle Forums Webmaster !!!
www.mvdshuffle.com uses PUNBB!!!

Re: Database Error

In include/common.php, uncomment define('PUN_DEBUG', 1)
It would also be wise to uncomment the part so it will show the queries it executes smile

3 (edited by digitalice 2006-04-10 15:31)

Re: Database Error

OK, so this is the error....

PUNBB wrote:

An error was encountered
File: /home/www/digitalice.awardspace.com/mvd/include/functions.php
Line: 45

PunBB reported: Unable to fetch user information

Database reported: Can't open file: 'digitalice_online.MYI'. (errno: 145) (Errno: 1016)

wht must i do?? sad

thanks

MVD Shuffle Forums Webmaster !!!
www.mvdshuffle.com uses PUNBB!!!

Re: Database Error

Hey, thanks but i fixed it......

DROP TABLE IF EXISTS digitalice_online;
CREATE TABLE digitalice_online(
    user_id int(10) unsigned DEFAULT '1' NOT NULL,
    ident varchar(200) NOT NULL,
    logged int(10) unsigned NOT NULL,
    idle tinyint(1) NOT NULL,
    KEY punbb_online_user_id_idx (user_id)
);

but, wht generated this error??

sorry , my inglish is basic tongue

regards

MVD Shuffle Forums Webmaster !!!
www.mvdshuffle.com uses PUNBB!!!

Re: Database Error

Some sort of cleaning script deleted your table? =/ No idea, really.