Gossamer Forum
Home : Products : Others : Fileman :

Can't move file

Quote Reply
Can't move file
When I try to move a file this message appears:

_________________________________________

A fatal error has occured:

Undefined subroutine &Math::BigInt::_split called at /usr/local/lib/perl5/5.6.1/Math/BigFloat.pm line 131.


Please enable debugging in setup for more details.

_________________________________________

Please, help! Mad
Quote Reply
Re: [lelique] Can't move file In reply to
You should change the _load_progress_bar within Commands.pm like:

Code:
...
require Math::BigFloat;
require Math::BigInt;
...

It should work.

TheStone.

B.
Quote Reply
Re: [TheStone] Can't move file In reply to
Smile Thaks a lot!

It works now. One more question. How to copy/move a file/directory to a higher lever. FileMan asks the directory. I enter it, but it doesn't work. So I enter ../ and get Input value has invalid characters?

Thanks for your help.
Quote Reply
Re: [lelique] Can't move file In reply to
You can not access outside the root directory which is set in ConfigData.pm ( for single version )

TheStone.

B.
Quote Reply
Re: [TheStone] Can't move file In reply to
Thank you for your help!

Sincerely yours

lelique Wink