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
www.mvdshuffle.com uses PUNBB!!!
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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
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
OK, so this is the error....
An error was encountered
File: /home/www/digitalice.awardspace.com/mvd/include/functions.php
Line: 45PunBB reported: Unable to fetch user information
Database reported: Can't open file: 'digitalice_online.MYI'. (errno: 145) (Errno: 1016)
wht must i do??
thanks
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
regards
Some sort of cleaning script deleted your table? =/ No idea, really.
PunBB Forums → PunBB 1.2 troubleshooting → Database Error
Powered by PunBB, supported by Informer Technologies, Inc.