PHP Notice: Undefined property:

PHP Notice: Undefined property:

am 05.04.2008 02:00:00 von TaylorMade

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?

Re: PHP Notice: Undefined property:

am 05.04.2008 04:09:02 von Jerry Stuckle

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@attglobal.net
==================

Re: PHP Notice: Undefined property:

am 05.04.2008 15:01:51 von gordon

On Apr 5, 1:00=A0am, TaylorMade 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.