[PHPTAL] PHPTAL shows blank page
Laurent Bedubourg
lbedubourg at motion-twin.com
Wed Aug 9 13:50:06 CEST 2006
Joshua Paine wrote:
> Laurent Bedubourg wrote:
>> The problem *may* comes from mbstring, this extension overloads basic
>> string functions like strlen(), substr(), etc... which are used by the
>> XMLParser.
>
> WFM, PHP 5.1.2 with mbstring on Linux and 5.1.4 with mbstring on Windows.
>
Work for me too.
I compiled a PHP 5.1.4 with the configuration provided by Alex and the
test still works.
I forgot to say : Alex, don't forget to add
define('PHPTAL_FORCE_REPARSE',1);
at the begining of the test.php file to ensure that after each PHP
configuration change the test.html will be reparsed by PHPTAL.
May be you should try to log into the server using SSH and run PHP on
the command line to see if the problem only occurs from Apache+PHP ?
Since I am not able to reproduce the bug, and I have no access to the
server, I have no way to investigate :\
Keep us informed Alex
Laurent
More information about the PHPTAL
mailing list