I am using the ChronoForm v4 Component / Plugin to display my form.
Upgraded to Joomla 3.5.1 then ChronoForm v4 displays error "Notice Could not instantiate mail function." after submitting information in my form.
In my Joomla administration page I attempted to see the Components / ChronoForms and get the error on this page:
http://waterstreetglassworks.org/wsgw/administrator/index.php?option=com_chronoforms
"The waterstreetglassworks.org page isn’t working
waterstreetglassworks.org is currently unable to handle this request.
500"
I then installed the latest update to ChronoForms Component:
Chronoforms_V4.0.6_J3.zip
and now I can once again see the Component in my Joomla administration page and view the Forms functions - Manager, Wizard, etc.
Form submission still fails.
I saw some posts on the Internet about the Joomla function addReplyTo() no longer accepting an "array( )" as an argument so I removed the array() in:
C:\Joomla3\public_html\wsgw\administrator\components\com_chronoforms\form_actions\email_gh\email_gh.php [line 289]
$mail->addReplyTo(array($replyto_email, $replyto_name));
but that didn't help anything.
I don't know what further to do to correct this problem.
thanks
Upgraded to Joomla 3.5.1 then ChronoForm v4 displays error "Notice Could not instantiate mail function." after submitting information in my form.
In my Joomla administration page I attempted to see the Components / ChronoForms and get the error on this page:
http://waterstreetglassworks.org/wsgw/administrator/index.php?option=com_chronoforms
"The waterstreetglassworks.org page isn’t working
waterstreetglassworks.org is currently unable to handle this request.
500"
I then installed the latest update to ChronoForms Component:
Chronoforms_V4.0.6_J3.zip
and now I can once again see the Component in my Joomla administration page and view the Forms functions - Manager, Wizard, etc.
Form submission still fails.
I saw some posts on the Internet about the Joomla function addReplyTo() no longer accepting an "array( )" as an argument so I removed the array() in:
C:\Joomla3\public_html\wsgw\administrator\components\com_chronoforms\form_actions\email_gh\email_gh.php [line 289]
$mail->addReplyTo(array($replyto_email, $replyto_name));
but that didn't help anything.
I don't know what further to do to correct this problem.
thanks