On Mon, Dec 22, 2008 at 9:38 AM, sosh <[email protected]> wrote:
>
> Hi,
>
> I'm trying to get the zend framwork installed and configured.
>
> In running Windows/Apache2/PHP5.
>
> I've worked through the quickstart tutorial, but I think something is not
> configured properly. For instance the error handler does not seem to be
> functioning as it should. If I type in a controller/action that does not
> exist, I get the following the following message displayed on the page from
> the error handler:
>
> *********
> An error occurred
> message ?>
> env): ?>
> Exception information:
>
> Message: exception->getMessage() ?>
> Stack trace:
>
> exception->getTraceAsString() ?>
>
> Request Parameters:
>
> request->getParams()) ?>
> ******************
>
>
>
> Looks like something is not being parsed properly?
>
> Any ideas?
>
> Thanks

Maybe the shorttag is not enabled? Are you using <?= $foo; ?> ? Then
try <?php echo $foo; ?>.

Till

Reply via email to