PHP Classes

SASL Composer Zip File Problems

Recommend this page to a friend!

      Simple Authentication and Security Layer  >  All threads  >  SASL Composer Zip File Problems  >  (Un) Subscribe thread alerts  
Subject:SASL Composer Zip File Problems
Summary:Downloading the zip file from composer has problems.
Messages:3
Author:Jon Abaca
Date:2016-10-27 08:44:49
 

  1. SASL Composer Zip File Problems   Reply   Report abuse  
Picture of Jon Abaca Jon Abaca - 2016-10-27 08:44:49
Good day,

This class is a dependency of the oauth class, so composer is downloading it. However, the zip file cannot be extracted, and there is an error.

warning [/var/www/myproject/vendor/phpclasses/sasl/cbebceb5d8bea9d3f6f7f25a8184801d.zip]: 5706 extra bytes at beginning or within zipfile
(attempting to process anyway)
file #1: bad zipfile offset (local header sig): 5706
(attempting to re-compensate)

Does this mean I have to install it some other way?

Kind regards,

Jon

  2. Re: SASL Composer Zip File Problems   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2016-10-27 08:48:28 - In reply to message 1 from Jon Abaca
I have seen this problem before. It seems it is due to a problem in the installation of the PHP ZIP extension in your system.

Take a look at phpinfo() output, so you can see if it is there.

  3. Re: SASL Composer Zip File Problems   Reply   Report abuse  
Picture of Jon Abaca Jon Abaca - 2016-11-10 10:04:51 - In reply to message 2 from Manuel Lemos
That fixed the problem. Thank you for your reply.