Thanks Philip,
I'll follow your advice, meanwhile I had to put the include files into the
bootstrap file. If I place them in the controller files, they fail.
For now, my problem is solved.
Philip G wrote:
>
> On Feb 7, 2008 11:51 AM, till <[EMAIL PROTECTED]> wrote:
>>
>> If you have no access to your php.ini, check various logs (syslog,
>> etc.) for PHP errors.
>>
>> Cheers,
>> Till
>>
>
> Slight correction / addition. If you do not have access to php.ini use:
>
> error_reporting(E_ALL);
> ini_set('display_errors', true);
>
> Place that above ALL your code, before you even do one include.
>
> --
> Philip
> [EMAIL PROTECTED]
> http://www.gpcentre.net/
>
>
--
View this message in context:
http://www.nabble.com/Using-include_once-tp15333284s16154p15351265.html
Sent from the Zend Framework mailing list archive at Nabble.com.