Error after Registration - please help Hello together, I need help. Since short appears, after registration, the following message: Warning: Invalid argument supplied for foreach() in /usr/local/pem/vhosts/8003/webspace/httpdocs/cms/components/com_registration/registration.php on line 198
Starting from line 198 (registration.php): foreach ($rows AS $row) {
$adminName2 = $row->name;
$adminEmail2 = $row->email;
$headers2 = "From: ".$adminName2." <".$adminEmail2.">\r\n";
$headers2 .= "Reply-To: <".$adminEmail2.">\r\n";
$headers2 .= "X-Priority: 3\r\n";
$headers2 .= "X-MSMail-Priority: Low\r\n";
$headers2 .= "X-Mailer: Mambo Open Source 4.5\r\n";
@mail($adminEmail2, $subject2, $message2, $headers2);
But the registration works
Thank you for your help.
Dirk
Last edited by profilmer; 01.07.2004 at 15:28.
Reason: symbol missed
|