zend framework error
- by Huy
I started getting the following error today, but don't know why and what caused it.
[31-May-2010 03:52:10] PHP Fatal error: Cannot run code from this file in conjunction with non encoded files in ZendFramework-1.10.5/library/Zend/Validate/Hostname/Com.php on line 547
I'm using zend framework version 1.10.5; although version 1.09 also has the same problem.
I only get this error in my production server, and cannot duplicate it from anywhere else.
Also note that I only get this error when I submit form with recaptcha. If I remove recaptcha, it works fine.
Any help is appreciated.