Zend Core Fast CGI Crashes

Submitted by andre on Wed, 2007-08-22 18:27.Geeky

If you run into your newly installed zend core on windows crashing all over the place... it may have something to do with you forms.

Make no mistake the bug is with zend core - but it can be fixed by fixing your forms. Add

method="post" enctype="multipart/form-data">

to forms that have a post meathod.

This is particularly useful for phpMyAdmin.

andre

see: Zend forum topic where we find the bright guys that figured this out.