RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
download error

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
laurencefrazerreeves



Joined: 26 Nov 2010
Posts: 23
Location: united kingdom, surrey

PostPosted: Mar 15, 2011 12:17 am    Post subject: download error Reply with quote

Software error:

Can't execute select:
Incorrect information in file: './chimphos_chimphos/IP2Files.frm' at Modules/DataBase.pm line 63.
For help, please send mail to the webmaster (webmaster@chimphost.com), giving this error message and the time and date of the error.
Back to top
View user's profile Send private message Send e-mail
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Mar 15, 2011 12:57 pm    Post subject: Reply with quote

Seems your SQL table IP2Files damaged a lot.

Try to execute this from SQL console "REPAIR TABLE IP2Files;"

or re-create this table completely:
Code:
DROP TABLE IP2Files;
CREATE TABLE `IP2Files` (
  `file_id` int(10) unsigned NOT NULL default '0',
  `ip` int(20) unsigned NOT NULL default '0',
  `usr_id` mediumint(8) unsigned NOT NULL default '0',
  `owner_id` mediumint(8) unsigned NOT NULL default '0',
  `size` bigint(20) unsigned NOT NULL default '0',
  `money` decimal(8,4) unsigned NOT NULL default '0.0000',
  `referer` varchar(255) NOT NULL default '',
  `created` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  PRIMARY KEY  (`file_id`,`ip`,`usr_id`),
  KEY `owner` (`owner_id`),
  KEY `user` (`usr_id`),
  KEY `ip` (`ip`,`created`),
  KEY `date` (`created`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Back to top
View user's profile Send private message Visit poster's website
verzing



Joined: 02 Mar 2011
Posts: 125

PostPosted: Jul 28, 2011 7:31 am    Post subject: Reply with quote

if I drop table IP@Files , does it effect to all user member ? does I lose anything if I drop table ip2files ?
Back to top
View user's profile Send private message
verzing



Joined: 02 Mar 2011
Posts: 125

PostPosted: Jul 28, 2011 7:42 am    Post subject: Reply with quote

LoL, just fix it. dont need to delete anything, just restart MySQL Server to fix it.
Back to top
View user's profile Send private message
verzing



Joined: 02 Mar 2011
Posts: 125

PostPosted: Aug 02, 2011 8:13 pm    Post subject: Reply with quote

Does I lost anything if I drop table ip2file ?
my ip2files table:
~2,725,864 InnoDB latin1_swedish_ci 735.5 MiB

can drop or empty table ip2files ?
Back to top
View user's profile Send private message
ankurs



Joined: 10 Mar 2009
Posts: 604

PostPosted: Aug 03, 2011 7:04 am    Post subject: Reply with quote

verzing wrote:
Does I lost anything if I drop table ip2file ?

nope
verzing wrote:

can drop or empty table ip2files ?

empty it
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group