PHP Notice: Undefined property:

PHP Notice: Undefined property: FastTemplate::$content in ../../sf/
include/class.FastTemplate.php on line 464, referer: /reg/index.php?
command=showForm&form=reg

Does anyone know what causes this error and how to prevent it from
occurring?
TaylorMade [ Sa, 05 April 2008 02:00 ] [ ID #1936216 ]

Re: PHP Notice: Undefined property:

TaylorMade wrote:
> PHP Notice: Undefined property: FastTemplate::$content in ../../sf/
> include/class.FastTemplate.php on line 464, referer: /reg/index.php?
> command=showForm&form=reg
>
> Does anyone know what causes this error and how to prevent it from
> occurring?
>
>

There's obviously a problem with your template. Try the support forums
for whatever package you're using.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex [at] attglobal.net
==================
Jerry Stuckle [ Sa, 05 April 2008 04:09 ] [ ID #1936223 ]

Re: PHP Notice: Undefined property:

On Apr 5, 1:00=A0am, TaylorMade <thejontay... [at] gmail.com> wrote:
> PHP Notice: =A0Undefined property: =A0FastTemplate::$content in ../../sf/
> include/class.FastTemplate.php on line 464, referer: /reg/index.php?
> command=3DshowForm&form=3Dreg
>
> Does anyone know what causes this error and how to prevent it from
> occurring?

That's a sign that FastTemplate doesn't declare a property that gets
used subsequently. Many installations are configured not to display
E_NOTICE messages so it went unnoticed by the developers.

If you developed FastTemplate then declare the property in the class.
If not, then you'll probably have to raise a bug report with the
developers.
gordon [ Sa, 05 April 2008 15:01 ] [ ID #1936238 ]
PHP » comp.lang.php » PHP Notice: Undefined property:

Vorheriges Thema: Re: VERY IMPORTANT question about validation using php
Nächstes Thema: Zend debugging