Warnings explode and inplode

triage 20 Oct, 2014
About 4 days ago (I am not sure if this is relevant) I started getting the message about magic_quotes_gpc being on in Joomla etc so I created a php.ini file to turn them off as advised by many forums and my hosts.

yesterday was then the first time the forms had been used to input stuff since (it had been working fine up until then). I now get the following errors on submit (but the forms still send successfully).

Warning: explode() expects parameter 2 to be string, array given in /home/triageuk/public_html/libraries/joomla/string/punycode.php on line 209

Warning: implode() [function.implode]: Invalid arguments passed in /home/triageuk/public_html/administrator/components/com_chronoforms/form_actions/email_gh/email_gh.php on line 302

As I say am a little baffled as in essence this has worked for the passed 18 months without any major issues.

Any help you could give to point me in the correct direction would be appreciated.

Nathan
triage 20 Oct, 2014
Sorry, jsut to add the form in question is at http://www.ospreyscup.org/index.php?option=com_chronoforms&chronoform=MatchResult

Nathan
GreyHead 20 Oct, 2014
Answer
1 Likes
Hi Nathan,

It looks like your new PHP.ini file has changed the PHP Error reporting to include warnings and notices - these should be off on a live site. Normally you can set the error reporting level in the site Global Configuration to System Default or None. If this doesn’t work you may need to re-edit that part of your php.ini file.

Bob
triage 20 Oct, 2014
Thank you for your quick response. I tried to turn it off as you suggested above but this did not work. I ended up having to turn display errors off in my php.ini file.

Thanks again GH
This topic is locked and no more replies can be posted.