andre023 Posted January 8, 2006 Report Share Posted January 8, 2006 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 More sharing options...
andre023 Posted January 8, 2006 Author Report Share Posted January 8, 2006 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 More sharing options...
andre023 Posted January 10, 2006 Author Report Share Posted January 10, 2006 Keine eine Idee? Oder is das Problem so leicht das ich selber drauf kommen sollte? W?hre echt super wenn mal einer was dazu sagt.. Link to comment Share on other sites More sharing options...
baumgaertner Posted January 16, 2006 Report Share Posted January 16, 2006 Fangen wir doch mal klein an. Wo entsteht denn die $URL bzw. wo wird diese gespeichert. Dann k?nnte man mal suchen. Sch?ne Gr??e, Andreas Baumg?rtner Link to comment Share on other sites More sharing options...
andre023 Posted January 16, 2006 Author Report Share Posted January 16, 2006 Wenn ich das w?ste w?hre ich warscheinlich schon ein st?ck weiter Link to comment Share on other sites More sharing options...
blubert Posted January 19, 2006 Report Share Posted January 19, 2006 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 More sharing options...
Jobmit Posted January 20, 2006 Report Share Posted January 20, 2006 Originally posted by blubert@Jan 19 2006, 05:10 PM Habe genau das gleiche Problem. Gibt es schon jemand der einen Rat hat? Quoted post Du bist nicht der erste, der das Problem hat. Manche sind dran verzweifelt, einige wenige haben es gel?st :-). Guck mal unter: http://de.oscommerce.info/kb/MS2/Typische_Probleme/142 Gru? und viel Erfolg Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.