Completed the install and also the test_form.cfbak install.
I get a list of errors when I fill in the test form data (name and email addy)
Notice: Undefined index: regarding in /var/www/html/lib_web/components/com_chronocontact/chronocontact.php on line 328
Notice: Undefined index: regarding in /var/www/html/lib_web/components/com_chronocontact/chronocontact.php on line 331
Notice: Undefined variable: omittedlist in /var/www/html/lib_web/components/com_chronocontact/chronocontact.php on line 378
Notice: Undefined property: name in /var/www/html/lib_web/components/com_chronocontact/chronocontact.php on line 389
Any ideas as to where I need to go to solve this
TIA
I get a list of errors when I fill in the test form data (name and email addy)
Notice: Undefined index: regarding in /var/www/html/lib_web/components/com_chronocontact/chronocontact.php on line 328
Notice: Undefined index: regarding in /var/www/html/lib_web/components/com_chronocontact/chronocontact.php on line 331
Notice: Undefined variable: omittedlist in /var/www/html/lib_web/components/com_chronocontact/chronocontact.php on line 378
Notice: Undefined property: name in /var/www/html/lib_web/components/com_chronocontact/chronocontact.php on line 389
Any ideas as to where I need to go to solve this
TIA
Hi bearqst,
These are PHP Notices of possible problems - they are not errors and the only problem they cause is putting nasty messages all over your form. Usually the easiest way to fix them is to go to Global Configuration for your site and set Error Reporting to something other than Maximum - System Default will probably do the trick.
If this doesn't work you may need to change the same setting in your php.ini file.
Bob
These are PHP Notices of possible problems - they are not errors and the only problem they cause is putting nasty messages all over your form. Usually the easiest way to fix them is to go to Global Configuration for your site and set Error Reporting to something other than Maximum - System Default will probably do the trick.
If this doesn't work you may need to change the same setting in your php.ini file.
Bob
This topic is locked and no more replies can be posted.