by Alain Raap.
Hi Richard,
When I look in the tgz_packer.php file, it is the writing of a file to system :
$written += gzwrite($gz, $data);
Maybe a problem with your data storage that fails to write?
The class is handling this function:
* Utility class - handles all packing/unpacking of .tar.gz files.
When I look in the tgz_packer.php file, it is the writing of a file to system :
$written += gzwrite($gz, $data);
Maybe a problem with your data storage that fails to write?
The class is handling this function:
* Utility class - handles all packing/unpacking of .tar.gz files.