Ask a Question related to PERL Modules, Design and Development.
-
PK #1
EOCD Signature errors with Archive::Zip
I'm getting "can't find EOCD signature" errors from Archive::Zip 1.16 on
files that seem to be valid i.e. I can open them fine with WinZip. Anyone
know why this might be?
PK Guest
-
Transient errors: Invalid Method Signature
I'm experiencing same problem too. but it only happen to coldfusion server running on linux. It never happen to my coldfusion server running on... -
Signature generation
I am trying to set up forms on a Gateway PC Tablet. My forms have been created in Word and converted to PDF. In PDF, I added fields and have added... -
supress errors at the page level? Undefined index errors.
I'm creating a simple reply form, and if a form item isn't answered I get an error: "Notice: Undefined index: rb_amntspent in... -
XML SIgnature and RetreivalMethod
Hi The KeyInfoRetrievalMethod object, when used to create RetirevalMethod, the signature is created with RetirevalElement as oppose to... -
Signature
When a photo has what appears to be a hand-written signature IN the print (not ON it) is it likely that a PS layer containing a scanned original... -
Sisyphus #2
Re: EOCD Signature errors with Archive::Zip
"PK" <dsiomtw@earthlink.net> wrote in message
news:4KidnakXn7du_l_ZnZ2dnUVZ_sGdnZ2d@comcast.com. ..I don't really know - though the error presumably comes from the> I'm getting "can't find EOCD signature" errors from Archive::Zip 1.16 on
> files that seem to be valid i.e. I can open them fine with WinZip. Anyone
> know why this might be?
>
_findEndOfCentralDirectory() subroutine in Zip.pm. Looks like that sub scans
the zip file for the string that has been assigned to the constant
Archive::Zip::END_OF_CENTRAL_DIRECTORY_SIGNATURE_S TRING, and if it doesn't
find that string, it then throws that error.
I guess, therefore, that if WinZip also looks for the EOCD signature (which
seems to me a reasonable assumption), it must be looking for (and finding) a
different string than that being sought by Archive::Zip.
Can you upload a small zip file (that demonstrates the problem) to somewhere
on the web so that others can get a copy of it ?
How are these zip files being created ?
Cheers,
Rob
Sisyphus Guest



Reply With Quote

