Howdy list...
I am having an issue where Zend_Date::__toString is causing an exception
where it shouldn't be. The error I get is
Fatal error: Method Zend_Date::__toString() must not throw an exception
in /my/file/path on line 54
This has just started happening since upgrading our webserver to apache
2.2 with php 5.2.5 and is not consistent (we're using 1.0.3 of the
framework). It only happens once in a while.
After a bit of searching I found this article
(http://framework.zend.com/wiki/display/ZFDEV/6.+Anonymous+Sessions)
that mentions at the end that it may be xpath related, occuring when
Zend_Local_Data reads the data file in a wrong way. However, it doesn't
mention how to solve it. Anyone got any ideas?
Thanks
Jason Austin
NC State University