My site uses unzip and this was working fine until my previous host disabled exec, due to security reasons.
My new host now has exec enabled, but the unzip does still not work.
exec("unzip -l $zippedpage", $files, $ret);
returns: $files: empty, $ret: 127
Looking desperately for advice where to look for the error or how to get the unzip done.
Thanks
D.