Jump to content
xt:Commerce Community Forum

Neu Kunden im Admin anlegen


Recommended Posts

Hallo,

ich habe grade mal versucht einen neuen Kunden per Admin anzulegen und was sehe ich als ich auf Speichern gehe:

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/web3/html/shop/includes/classes/vat_validation.php:925) in /srv/www/web3/html/shop/admin/includes/functions/general.php on line 130

Was kann uns soll ich darunter verstehen?

Kann mir das mal jemand netter weise erkl?ren??

Besten dank schon mal

Link to comment
Share on other sites

Vielleicht sagt das ja jemanden was:

126 // Redirect to another page or site

127 function xtc_redirect($url) {

128 global $logger;

129

130 header('Location: '.$url);

131

132 if (STORE_PAGE_PARSE_TIME == 'true') {

133 if (!is_object($logger))

134 $logger = new logger;

135 $logger->timer_stop();

136 }

137

138 exit;

Also f?r mich sieht das so aus als ob die URL nicht ausgelesen wird.

Das k?nnte auch das Problem sein warum in der Email die der Kunde erh?lt kein Link auf den Shop ist.

liege ich da richtig?

Link to comment
Share on other sites

Habe genau das gleiche Problem. Gibt es schon jemand der einen Rat hat?

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/kindergarten-portal24.de/httpdocs/includes/classes/vat_validation.php:925) in /home/httpd/vhosts/kindergarten-portal24.de/httpdocs/admin/includes/functions/general.php on line 130

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...