Closed mrlongshen closed 6 years ago
Really late reply but this might help others people.
You need to set the path to these tools.
You can get the path with the following commands :
which rar
which zip
which unzip
which tar
which gzip
which bzip2
which plowup
For filemanager (here is a sample of my file for example) :
sudo nano plugins/filemanager/conf.php
$pathToExternals['rar'] = '/usr/bin/';
$pathToExternals['zip'] = '/usr/bin/';
$pathToExternals['unzip'] = '/usr/bin/unzip';
$pathToExternals['tar'] = '/bin/tar';
$pathToExternals['gzip'] = '/bin/gzip';
$pathToExternals['bzip2'] = '/bin/bzip2';
Thanks. It works fine.
This plowup doesn't work this way,I couldn't get that fixed mine is located in /bin/plowup
This plowup doesn't work this way,I couldn't get that fixed mine is located in /bin/plowup
run "apt-get install plowshare"