Thanks for the heads up. Just checked the conf.php.
<?php
$fm['tempdir'] = '/tmp'; // path were to store temporary data ; m$
$fm['mkdperm'] = 755; // default permission to set to new created dire$
$pathToExternals['rar'] = '/usr/sbin/rar';
$pathToExternals['zip'] = '/usr/bin/zip';
$pathToExternals['unzip'] = '/usr/bin/unzip';
$pathToExternals['tar'] = '/bin/tar';
$fm['archive']['types'] = array('rar', 'zip', 'tar', 'gzip', 'bzip2');
$fm['archive']['compress'][0] = range(0, 5);
$fm['archive']['compress'][1] = array('-0', '-1', '-9');
$fm['archive']['compress'][2] = $fm['archive']['compress'][3] = $fm['archive'][$
?>
Everthnig looks god I guess? But It still can’t make any compression. It fails to do RAR,ZIP,TAR everthing. When I try to do the console opens up as normal,
https://gyazo.com/8743f83ad26d9d426eca6eeff5b5ad7b
2-3 seconds after the lof tab opens and I get this error:
[21.08.2016 19:49:31] FILE MANAGER: Action has finished :
[21.08.2016 19:50:03] JS error: [ : 2] Uncaught TypeError: object is not a function
Can’t seem to figure it out.
Edit: Looks like file manager is acting up. Can’t seem to delete or move files right now.