[PHPTAL] PHPTAL shows blank page

Laurent Bedubourg lbedubourg at motion-twin.com
Wed Aug 9 14:25:24 CEST 2006


Alex Höbart wrote:
> Yes, I added PHPTAL_FORCE_REPARSE
> 
> Unfortunately, I don't have SSH access on my shared host. I also cannot 
> disable zend.ze1_compatibility_mode on that machine.
> 

I don't know, maybe ini_set() can change this :

ini_set('zend.ze1_compatibility_mode', '0');

It depends if this feature can influence or not PHP once the script is 
started.

Laurent



More information about the PHPTAL mailing list