php - How to fix JHtmlBehavior::formvalidator not found -
i tried upgrade joomla 3.3.6 joomla 3.4.1. see error when try go admin configuration page "jhtmlbehavior::formvalidator not found". how fix it?
try using following replace code shown in question
jhtml::_('behavior.formvalidator');
which specified in joomla documentation.
Comments
Post a Comment