Hi, I was experiencing strange error-Messages after a relocation of a project to another server.
The Application was sporadically not able to include Components of the framework, but i was not able to locate the error. It seemed like the System was not able to set the include_path correctly on some runs. After a restart of Apache, the first 2 hours component including was working fine, then it got worse until including always failed. As a workaround, i wrote the include-Pathes directly into the PHP.ini, that works fine for me. But not everyone can access the php.ini on the server. Responsible for this error is a bug in PHP 5.2.5 (Bug Report: http://bugs.php.net/bug.php?id=43677 (fixed in PHP 5.2.6)). This problem only appears, when PHP is running as mod_php. I hope, that I can save somebodys time with this report, who runs into the same problems. Regards, Peter Boehlke -- View this message in context: http://www.nabble.com/Sporadic-Include-error-of-Framework-Components-tp17080655p17080655.html Sent from the Zend Framework mailing list archive at Nabble.com.
