Wenn ein neuer Kunde seine Anmeldung verschickt, erscheinen folgende Fehlermeldungen. Was stimmt dort nicht, bzw wo kann ich die Sicherheitseinstellung zurücknehmen (escapeshellcmd)??
Warning: escapeshellcmd() has been disabled for security reasons in /www/htdocs/wxxxx/shop/xtFramework/library/phpmailer/class.phpmailer.php on line 423
Code:
423: $sendmail = sprintf("%s -oi -f %s -t", escapeshellcmd($this->Sendmail), escapeshellarg($this->Sender));
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/wxxxx/shop/xtFramework/library/phpmailer/class.phpmailer.php:423) in /www/htdocs/wxxxx/shop/xtFramework/classes/class.links.php on line 249
Code:
249: header('Location: ' . $url);
Danke.