Warning Implode Invalid Arguements Passed
Hi,
I recently stumbled across this warning:
"Warning: implode(): Invalid arguments passed in /administrator/components/com_chronoforms5/chronoforms/actions/html/html.php on line 553"
Prior creating a thread I did some research, the actual line refers to the command:
My form is a custom html form, I checked the code all tags are fine and all closed properly (as mentioned in another thread).
I know its a warning and not an error but I was wondering why is it happening and how can we prevent it?
Without having php knowledge it looks like its trying to join js files or parts of files but encounters errors because maybe I haven't included a js file in my form? I don't really know just guessing in case it is helpful to someone with php background.
I recently stumbled across this warning:
"Warning: implode(): Invalid arguments passed in /administrator/components/com_chronoforms5/chronoforms/actions/html/html.php on line 553"
Prior creating a thread I did some research, the actual line refers to the command:
$js_scripts[] = implode("\n", $events_codes);
My form is a custom html form, I checked the code all tags are fine and all closed properly (as mentioned in another thread).
I know its a warning and not an error but I was wondering why is it happening and how can we prevent it?
Without having php knowledge it looks like its trying to join js files or parts of files but encounters errors because maybe I haven't included a js file in my form? I don't really know just guessing in case it is helpful to someone with php background.
Hi wefixit,
I suggest that you set site Error Reporting to System Default or to None to hide PHP Warnings and Notices.
Bob
I suggest that you set site Error Reporting to System Default or to None to hide PHP Warnings and Notices.
Bob
This is a small glitch, thanks for reporting this, it should be fixed in the next update!
Regards,
Max
Regards,
Max
This topic is locked and no more replies can be posted.