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!
Hi ToddMartin,
Please try changing the error reporting setting in your site Global Configuration | server tab.
I hope that Max is fixing all of these in the next release.
Bob
Please try changing the error reporting setting in your site Global Configuration | server tab.
I hope that Max is fixing all of these in the next release.
Bob
OK I must be crazy. I couldn't find it before when I looked in the server tab for configuration. I ended up changing it in the configuration.php. But now I see it in the server tab as an option. I changed it to simple and it works like it should. Thanks for the help. Maybe I need glasses but I swear it wasn't on the tab. I saw your other posts relating to this before I created this message and thought I had already tried this to fix the issue. 🤣
This topic is locked and no more replies can be posted.