Help me Please !
Look this link:
http://www.projetoweb.net/hospedagem/index.php?option=com_chronocontact&chronoformname=Cadastro
and look this message after press SUBMIT :
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/projetow/public_html/hospedagem/includes/joomla.php on line 3871
Warning: Variable passed to each() is not an array or object in /home/projetow/public_html/hospedagem/includes/joomla.php on line 3873
Look the CODE:
3868 //Important for being able to use mosMail without spoofing...
3869 if ($replyto) {
3870 if (is_array( $replyto )) {
3871 reset( $replytoname );
3872 foreach ($replyto as $to) {
3873 $toname = ((list( $key, $value ) = each( $replytoname )) ? $value : '');
3874 if (!JosIsValidEmail( $to ) || !JosIsValidName( $toname )) {
3875 return false;
3876 }
3877 $mail->AddReplyTo( $to, $toname );
3878 }
3879 } else {
3880 if (!JosIsValidEmail( $replyto ) || !JosIsValidName( $replytoname )) {
3881 return false;
What can i do to ?
Tanks Regard
Walmir Rodrigues
[email]wrjr57@terra.com.br[/email]
[email]cobranca@projetoweb.net[/email]
Look this link:
http://www.projetoweb.net/hospedagem/index.php?option=com_chronocontact&chronoformname=Cadastro
and look this message after press SUBMIT :
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/projetow/public_html/hospedagem/includes/joomla.php on line 3871
Warning: Variable passed to each() is not an array or object in /home/projetow/public_html/hospedagem/includes/joomla.php on line 3873
Look the CODE:
3868 //Important for being able to use mosMail without spoofing...
3869 if ($replyto) {
3870 if (is_array( $replyto )) {
3871 reset( $replytoname );
3872 foreach ($replyto as $to) {
3873 $toname = ((list( $key, $value ) = each( $replytoname )) ? $value : '');
3874 if (!JosIsValidEmail( $to ) || !JosIsValidName( $toname )) {
3875 return false;
3876 }
3877 $mail->AddReplyTo( $to, $toname );
3878 }
3879 } else {
3880 if (!JosIsValidEmail( $replyto ) || !JosIsValidName( $replytoname )) {
3881 return false;
What can i do to ?
Tanks Regard
Walmir Rodrigues
[email]wrjr57@terra.com.br[/email]
[email]cobranca@projetoweb.net[/email]