[PHPTAL] No output

Alex Höbart alex at hoebart.info
Sun Jul 23 18:40:00 CEST 2006


Hello,

I am testing PHPTAL and it works fine on my local test machine.

But on my shared host (PHP 5.1.4 running as CGI), I don't get any 
output. There are no errors. The PHP code is generated, but it containts 
no HTML parts. I tried to track this down and found that the function 
parseString in Dom/Parser.php gets the correct input string but returns 
only this:

PHPTAL_Dom_Tree Object
(
    [_children:protected] => Array
        (
        )

    [_file:private] => <string>
    [_line:private] => 1
)

The array should be filled. But I have no idea why it is not. Anybody 
has an idea?

Thanks,
Alex



More information about the PHPTAL mailing list