Question
I get: Server error!
The server encountered an internal error and was unable to complete your request.
After installing the
PublishAddOn and attempting to publish a web, by entering
http://myurl/publish/myweb
I get the following on the browser:
Error message: Premature end of script headers: publish
If you think this is a server error, please contact the webmaster
Error 500
Environment
--
BradTaylor - 04 Feb 2005
Answer
In poking around, I found in my apache error_log a message:
Can't locate Archive/Zip.pm in @INC
(@INC
contains:
So I went and figured out how to download and install the perl module. Archive::Zip. I found it is dependent upon Compress::Zlib and then installed it. This was a brand new perl instal of 5.8.6 from CPAN that I did just for TWiki. Since I am not really very knowledgeable about perl et. al. I have created a
InstallingPerlModules TWiki page describing what I had to go thru for my environment, because the doc links describe the process in a generic way. This topic could be expanded for other environments as others discover them.
It seems that the dependency section of
PublishAddOn should have these modules listed, as they don't seem to be part of a default perl installation.
--
BradTaylor - 04 Feb 2005
having freshly installed this plugin, would you please update those dependencies on
PublishAddOn?
--
WillNorris - 04 Feb 2005
done
--
BradTaylor - 04 Feb 2005