XFileSharing Pro - File renaming problem & Payment mod errors

Message
Author
Guizmo
Posts: 19
Joined: May 27, 2012 3:41 am

File renaming problem & Payment mod errors

#1 Postby Guizmo » Jul 17, 2013 1:46 pm

Hi,

I updated my script from 2.0 to 2.1 and all seems to works fine except 2 things.

1) When a user rename a file, we see this error : "No such file!"
But as an administrator, it works.

2) I updated payment mods too with new version.
3 files throws errors :
ikoruna.pm and cashu.pm throw :

Can't locate Digest/SHA1.pm in @INC (@INC contains: Modules . Plugins /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl) at Plugins/Payments/cashu.pm line 5.
BEGIN failed--compilation aborted at Plugins/Payments/cashu.pm line 5.

[Wed Jul 17 14:47:12 2013] index.cgi: Can't locate Digest/SHA1.pm in @INC (@INC contains: Modules . Plugins /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl) at Plugins/Payments/cashu.pm line 5.
[Wed Jul 17 14:47:12 2013] index.cgi: BEGIN failed--compilation aborted at Plugins/Payments/cashu.pm line 5.
Compilation failed in require at Modules/Session.pm line 6.
And hipay.pm throw :
Can't locate XML/SAX/PurePerl.pm in @INC (@INC contains: Modules . Plugins /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl) at Plugins/Payments/hipay.pm line 8.
BEGIN failed--compilation aborted at Plugins/Payments/hipay.pm line 8.

Software error:

[Wed Jul 17 14:52:41 2013] index.cgi: Can't locate XML/SAX/PurePerl.pm in @INC (@INC contains: Modules . Plugins /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl) at Plugins/Payments/hipay.pm line 8.
[Wed Jul 17 14:52:41 2013] index.cgi: BEGIN failed--compilation aborted at Plugins/Payments/hipay.pm line 8.
Compilation failed in require at Modules/Session.pm line 6.
Removing those files solves throwing errors.


How to fix it please.. thanks

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

#2 Postby admin » Jul 17, 2013 4:52 pm

All these "Can't locate XXX" errors means that you system missing XXX Perl module.

As for rename problem - can you provide example? Anyway, we will check rename, thanks.

Guizmo
Posts: 19
Joined: May 27, 2012 3:41 am

#3 Postby Guizmo » Jul 17, 2013 4:59 pm

Ok for perl modules thanks

For rename problem, I upload a file as a user, I go to my files, I click to the button "edit" close to the delete button and I try to modify the name of the files.. Even if I don't modify anything, I've got the "No such file!" error by pressing the submit button.