XFileSharing Pro - error when downloading

Message
Author
laurencefrazerreeves
Posts: 23
Joined: Nov 26, 2010 5:06 pm

error when downloading

#1 Postby laurencefrazerreeves » Mar 30, 2011 10:50 pm

Software error:

Can't execute select:
Incorrect information in file: './chimphos_chimphos/IP2Files.frm' at Modules/DataBase.pm line 63.

michalss
Posts: 41
Joined: Feb 08, 2010 1:31 pm

Re: error when downloading

#2 Postby michalss » Mar 31, 2011 8:01 am

laurencefrazerreeves wrote:Software error:

Can't execute select:
Incorrect information in file: './chimphos_chimphos/IP2Files.frm' at Modules/DataBase.pm line 63.
It could be 2 things. Permission to file since it is perl require 755 or you dont have installed perl mysql. Problem is on this line

Code: Select all

 my $res = $self->{dbh}->selectrow_arrayref(shift,undef,@_);
Not sure what this command do selectrow_arrayref means, but it is somerhing do with db :(

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#3 Postby admin » Mar 31, 2011 1:20 pm

You need to repair IP2Files table ("repair table IP2Files" command in mysql console). If that will not help - drop table and then create it again.