| View previous topic :: View next topic |
| Author |
Message |
xfileuser1
Joined: 18 Feb 2011 Posts: 3
|
Posted: Feb 18, 2011 4:17 am Post subject: Software Error (Perl-related) |
|
|
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: | 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? |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Feb 18, 2011 1:55 pm Post subject: |
|
|
| Make sure you have correct path in cgi_path in your XFileConfig.pm |
|
| Back to top |
|
 |
xfileuser1
Joined: 18 Feb 2011 Posts: 3
|
Posted: Feb 18, 2011 3:49 pm Post subject: |
|
|
Ok, I edited both config files, which fixed that error. Now I get this:
| Code: | | 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: | | $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? |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1287
|
Posted: Feb 19, 2011 5:00 am Post subject: |
|
|
| What is your domain name? |
|
| Back to top |
|
 |
xfileuser1
Joined: 18 Feb 2011 Posts: 3
|
Posted: Feb 21, 2011 1:28 am Post subject: |
|
|
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? |
|
| Back to top |
|
 |
|