Jump to content
xt:Commerce Community Forum

xtc_redirect.inc.php on line 29


fruitbdz

Recommended Posts

Guten Tag,

nach neuinstallation von xtc 3.04sp1 und export anbindung an cao faktura, ergibt sich folgendes problem bei der neukunden anmeldung:

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\xtcommerce\includes\classes\vat_validation.php:925) in C:\xampp\htdocs\xtcommerce\inc\xtc_redirect.inc.php on line 29

diese zeilen erscheinen, nach der kundeninfo eingabe.

die anmeldungsemail wird verschickt und wenn man den "zur?ck button" des browsers benutzt ist der user auch angemeldet und eingerichtet.

aber was soll die fehlermeldung?

vat_validation . . .

kein ahnung.

f?r hilfe w?re ich sehr dankbar.

mfg.ren

Link to comment
Share on other sites

  • 4 weeks later...
  • 4 months later...
  • 2 years later...

da is aber nix auffäliges!

<?php

/* -----------------------------------------------------------------------------------------

$Id: search.php 1262 2005-09-30 10:00:32Z mz $

XT-Commerce - community made shopping

http://www.xt-commerce.com

Copyright © 2003 XT-Commerce

-----------------------------------------------------------------------------------------

based on:

© 2000-2001 The Exchange Project (earlier name of osCommerce)

© 2002-2003 osCommerce(search.php,v 1.22 2003/02/10); www.oscommerce.com

© 2003 nextcommerce (search.php,v 1.9 2003/08/17); www.nextcommerce.org

Released under the GNU General Public License

---------------------------------------------------------------------------------------*/

$box_smarty = new smarty;

$box_smarty->assign('tpl_path', 'templates/'.CURRENT_TEMPLATE.'/');

$box_content = '';

$box_smarty->assign('language', $_SESSION['language']);

// set cache ID

if (!CacheCheck()) {

$box_smarty->caching = 0;

$box_zertifikat = $box_smarty->fetch(CURRENT_TEMPLATE.'/boxes/box_zertifikat.html');

} else {

$box_smarty->caching = 1;

$box_smarty->cache_lifetime = CACHE_LIFETIME;

$box_smarty->cache_modified_check = CACHE_CHECK;

$cache_id = $_SESSION['language'];

$box_zertifikat = $box_smarty->fetch(CURRENT_TEMPLATE.'/boxes/box_zertifikat.html', $cache_id);

}

$smarty->assign('box_ZERTIFIKAT', $box_zertifikat);

?>

Folgende Fehlermeldung:

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web1578/html/templates/YAML-xtc-1.5.1/source/boxes/zertifikat.php:36) in /var/www/web1578/html/inc/xtc_redirect.inc.php on line 29

Link to comment
Share on other sites

Archived

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

×
  • Create New...