Help me please error

The first error likely indicates a problem with gzip.

Try disabling gzip output by adding this line to the library/config.php file:

Code:
$config['enableGzip'] = false;

Then install the addon again. The other errors might be the result of the failed addon installation.
 
Top Bottom