almamun Wrote on 2009-06-28 14:48:31:
I'm getting a blank page with this error message-
Code:
Fatal error: Class 'JHTMLBehavior' not found in /home/netecgro/public_html/mamun/site/modules/mod_fastcontact/mod_fastcontact.php on line 4
i changed
JHTMLBehavior::formvalidation();
to this
JHTML::_('behavior.formvalidation');
and it worked for me
