Hi,

I'm trying to install my first ZF project to many production server and it
looks like ZF is only for development enjoyment. No one had any idea about
following issue;
http://www.nabble.com/Interface-'IteratorAggregate'-not-found-error-in-production-server-td20431706.html

So i'm trying to install to one another shared hosting service again with
pain. This time the problem is about nothing. Yes, nothing outputs. No
freaky null empty nothing response body with http code 200. After debugging
bootstrap file line by line i'm stucted at
Zend_Controller_Action_HelperBroker::addPath(...);

try {
 echo 'echo 1'; // echoes
 Zend_Controller_Action_HelperBroker::addPath('./library/Helpers',
'Helper');
 echo 'echo 2'; // never echoes on production server
} catch(Exception $error) {
 print_r($error); // and never catch any error
}

I'm sure there are other issues coming up but i please ask for help in this
one for now.

Cheers.

Reply via email to