In the designer on the Events tab there ist displaying an error
Warning: strlen() expects parameter 1 to be string, array given in /home/techtour/public_html/techtour/administrator/components/com_chronoforms5/chronoforms/events/event.php on line 37
Notice: Array to string conversion in /home/techtour/public_html/techtour/administrator/components/com_chronoforms5/chronoforms/events/event.php on line 37
The cause is a Checkbox with an empty Label. If the Checkbox has a non empty Label even a space the error disappears.
Kind regards
Jürg
Warning: strlen() expects parameter 1 to be string, array given in /home/techtour/public_html/techtour/administrator/components/com_chronoforms5/chronoforms/events/event.php on line 37
Notice: Array to string conversion in /home/techtour/public_html/techtour/administrator/components/com_chronoforms5/chronoforms/events/event.php on line 37
The cause is a Checkbox with an empty Label. If the Checkbox has a non empty Label even a space the error disappears.
Kind regards
Jürg
Hi Jürg,
Yes, that is correct, adding a space removes the notices. Does that cause a problem?
PHP Warnings and Notices are irritating but not usually a problem, you can hide them sy setting your site error reporting to System Default or to None in the site Global Configuration.
Bob
Yes, that is correct, adding a space removes the notices. Does that cause a problem?
PHP Warnings and Notices are irritating but not usually a problem, you can hide them sy setting your site error reporting to System Default or to None in the site Global Configuration.
Bob
This topic is locked and no more replies can be posted.