XFileSharing Pro - Software Error (Perl-related)

Message
Author
xfileuser1
Posts: 3
Joined: Feb 18, 2011 4:07 am

Software Error (Perl-related)

#1 Postby xfileuser1 » Feb 18, 2011 4:17 am

I'm running a dedicated Linux server with WHM/Cpanel. Recently I upgraded PHP (to version 5 Suhosin) and Apache, and now I get this error when I navigate to my XfilesharingPro 1.8 install:

Code: Select all

Software error:

Can't locate /home/username(changed for security reasons)/public_html/cgi-bin/Languages/english.lng in @INC (@INC contains: Plugins Modules . /usr/local/lib/perl5/5.8.8/x86_64-linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/x86_64-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl) at Modules/Session.pm line 85.
What exactly is missing and how to I fix it?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Feb 18, 2011 1:55 pm

Make sure you have correct path in cgi_path in your XFileConfig.pm

xfileuser1
Posts: 3
Joined: Feb 18, 2011 4:07 am

#3 Postby xfileuser1 » Feb 18, 2011 3:49 pm

Ok, I edited both config files, which fixed that error. Now I get this:

Code: Select all

Can't connect to Mysql server. at Modules/DataBase.pm line 28.
The line 28 of DataBase.pm mentioned in the error message reads:
Code:

Code: Select all

$self->{dbh}=DBI->connect("DBI:mysql:database=$c->{'db_name'};host=$c->{'db_host'};",$c->{'db_login'},$c->{'db_passwd'}) || die ("Can't connect to Mysql server.".$! );
Thanks for your help before. I figure this means I'm making progress though right?

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

#4 Postby admin » Feb 19, 2011 5:00 am

What is your domain name?

xfileuser1
Posts: 3
Joined: Feb 18, 2011 4:07 am

#5 Postby xfileuser1 » Feb 21, 2011 1:28 am

sharingtbh.com

I got everything working again however now the upload progress bar has disappeared. It seems this is happening to other users? What if anything can I do?