I just migrated the test webshop to the real domainname.
Now i get a error with the ideal payment module.
First i get the error
Code: Select all
Notice: Undefined index: name in /home/doubledut/domains/temp.nl/public_html/catalog/model/checkout/order.php on line 315Error: Email to required!
Code: Select all
// Send to additional alert emails
$emails = explode(',', $this->config->get('config_alert_emails'));
foreach ($emails as $email) {
if ($email) {
$mail->setTo($email);
$mail->send();
}
}
Code: Select all
Notice: Undefined index: name in /home/doubledut/domains/temp.nl/public_html/catalog/model/checkout/order.php on line 315Warning: Cannot modify header information - headers already sent by (output started at /home/doubledut/domains/temp.nl/public_html/index.php:92) in /home/doubledut/domains/temp.nl/public_html/system/engine/controller.php on line 27
That was located a folder above the standard domain name (http://www.temp.nl/opencart)