|
Posted by Gordon on April 5, 2008, 9:01 am
Please log in for more thread options > 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.
|