I have setup a form on my website and at the top of the form I get:
Notice: Undefined property: stdClass::$dbconnection
in /com_chronocontact/chronocontact.php on line 47
I believe I have checked the correct things to not show error reporting. I have tried to change the configuration.php for joomla to Simple (E_ERROR) and I have tried to change it to System Default (-1). I changed the value for $errror_reporting to the value in the (). Nothing changed. Do I have to restart anything?
When the form is submitted I get the same error plus 15 others about $servervalidate on line 265, $handlepostedarrays on line 265, etc.
Thanks for any help you can give!
Notice: Undefined property: stdClass::$dbconnection
in /com_chronocontact/chronocontact.php on line 47
I believe I have checked the correct things to not show error reporting. I have tried to change the configuration.php for joomla to Simple (E_ERROR) and I have tried to change it to System Default (-1). I changed the value for $errror_reporting to the value in the (). Nothing changed. Do I have to restart anything?
When the form is submitted I get the same error plus 15 others about $servervalidate on line 265, $handlepostedarrays on line 265, etc.
Thanks for any help you can give!