#1 (permalink)  
Alt 16.08.2011, 09:07
Neuer Benutzer
 
Registriert seit: 03.01.2008
Beiträge: 28
Ausrufezeichen Leere Seite auf checkout_shipping.php

Hallo Zusammen,

habe das Trusted Shop Modul installiert. Nun bekomme ich beim Aufruf bzw. Weiterleitung von der "checkout_shipping.php" auf die "checkout_payment.php" eine weisse Seite mit dem Fehler:

Warning: Cannot modify header information - headers already sent by (output started at /var/www/ph15s574/html/includes/classes/boxes.php:74) in /var/www/ph15s574/html/inc/xtc_redirect.inc.php on line 29

Mit der Datei "boxes_shop_original.php" funktioniert der Shop.

PHP-Code:
<?php
/* -----------------------------------------------------------------------------------------
   $Id: boxes.php 1298 2005-10-09 13:14:44Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2003 XT-Commerce
   -----------------------------------------------------------------------------------------
   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

  
define('DIR_WS_BOXES',DIR_FS_CATALOG .'templates/'.CURRENT_TEMPLATE'/source/boxes/');

  include(
DIR_WS_BOXES 'categories.php');
  include(
DIR_WS_BOXES 'manufacturers.php');
  if (
$_SESSION['customers_status']['customers_status_show_price']!='0') {
  require(
DIR_WS_BOXES 'add_a_quickie.php');
  }
  require(
DIR_WS_BOXES 'last_viewed.php');
   if (
substr(basename($PHP_SELF), 0,8) != 'advanced') {require(DIR_WS_BOXES 'whats_new.php'); }
  require(
DIR_WS_BOXES 'search.php');
  require(
DIR_WS_BOXES 'content.php');
  require(
DIR_WS_BOXES 'information.php');
  require(
DIR_WS_BOXES 'payment.php');
  require(
DIR_WS_BOXES 'clubaccount.php');
  require(
DIR_WS_BOXES 'santander.php');
  include(
DIR_WS_BOXES 'languages.php');
  if (
$_SESSION['customers_status']['customers_status_id'] == 0) include(DIR_WS_BOXES 'admin.php');
  require(
DIR_WS_BOXES 'infobox.php');
  require(
DIR_WS_BOXES 'loginbox.php');
  include(
DIR_WS_BOXES 'newsletter.php');
  if (
$_SESSION['customers_status']['customers_status_show_price'] == 1) include(DIR_WS_BOXES 'shopping_cart.php');
  if (
$product->isProduct()) include(DIR_WS_BOXES 'manufacturer_info.php');

  if (isset(
$_SESSION['customer_id'])) include(DIR_WS_BOXES 'order_history.php');

  if (!
$product->isProduct()) {
    include(
DIR_WS_BOXES 'best_sellers.php');
  }

  if (!
$product->isProduct()) {
    include(
DIR_WS_BOXES 'specials.php');
  }

  if (
$_SESSION['customers_status']['customers_status_read_reviews'] == 1) require(DIR_WS_BOXES 'reviews.php');

  if (
substr(basename($PHP_SELF), 08) != 'checkout') {

    include(
DIR_WS_BOXES 'currencies.php');
  }

$smarty->assign('tpl_path','templates/'.CURRENT_TEMPLATE.'/');
?>
Mit der Datei "boxe_shop_trusted.php" bekomme ich die obige Fehlermeldung:

PHP-Code:
<?php
/* -----------------------------------------------------------------------------------------
   $Id: boxes.php 1298 2005-10-09 13:14:44Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2003 XT-Commerce
   -----------------------------------------------------------------------------------------
   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

  
define('DIR_WS_BOXES',DIR_FS_CATALOG .'templates/'.CURRENT_TEMPLATE'/source/boxes/');

  include(
DIR_WS_BOXES 'categories.php');
  include(
DIR_WS_BOXES 'manufacturers.php');
  if (
$_SESSION['customers_status']['customers_status_show_price']!='0') {
  require(
DIR_WS_BOXES 'add_a_quickie.php');
  }
  require(
DIR_WS_BOXES 'last_viewed.php');
   if (
substr(basename($PHP_SELF), 0,8) != 'advanced') {require(DIR_WS_BOXES 'whats_new.php'); }
  require(
DIR_WS_BOXES 'search.php');
  require(
DIR_WS_BOXES 'content.php');
  require(
DIR_WS_BOXES 'information.php');
  require(
DIR_WS_BOXES 'payment.php');
  require(
DIR_WS_BOXES 'clubaccount.php');
  require(
DIR_WS_BOXES 'santander.php');
  include(
DIR_WS_BOXES 'languages.php');
  if (
$_SESSION['customers_status']['customers_status_id'] == 0) include(DIR_WS_BOXES 'admin.php');
  require(
DIR_WS_BOXES 'infobox.php');
  require(
DIR_WS_BOXES 'loginbox.php');
  include(
DIR_WS_BOXES 'newsletter.php');
  if (
$_SESSION['customers_status']['customers_status_show_price'] == 1) include(DIR_WS_BOXES 'shopping_cart.php');
  if (
$product->isProduct()) include(DIR_WS_BOXES 'manufacturer_info.php');

  if (isset(
$_SESSION['customer_id'])) include(DIR_WS_BOXES 'order_history.php');

  if (!
$product->isProduct()) {
    include(
DIR_WS_BOXES 'best_sellers.php');
  }

  if (!
$product->isProduct()) {
    include(
DIR_WS_BOXES 'specials.php');
  }

  if (
$_SESSION['customers_status']['customers_status_read_reviews'] == 1) require(DIR_WS_BOXES 'reviews.php');

  if (
substr(basename($PHP_SELF), 08) != 'checkout') {

    include(
DIR_WS_BOXES 'currencies.php');
  }
  
  if (
TS_SHOW_RATING_WIDGET) {
  require(
DIR_WS_BOXES 'ts_rating_widget.php');
  }
  if (
TS_SHOW_RATING_BUTTON) {
  require(
DIR_WS_BOXES 'ts_rating_button.php');
  }
  
$smarty->assign('tpl_path','templates/'.CURRENT_TEMPLATE.'/');
?>
if (TS_SHOW_RATING_WIDGET) {
require(DIR_WS_BOXES . 'ts_rating_widget.php');
}
if (TS_SHOW_RATING_BUTTON) {
require(DIR_WS_BOXES . 'ts_rating_button.php');
}


ist die Integration des Trusted Shop Moduls...
Vom Support des Trusted Shop habe ich leider nur eine Rückmeldung bekommen, mit der ich nicht weiterkomme :-(

"der Fehler tritt in includes/classes/boxes.php:74 auf, also vermutlich ein Problem beim Aufruf 'echo $tableBox_string;'. Möglicherweise fragen Sie zunächst beim Hersteller des XT Templates an, woher die Inkompatibilitäten der Funktionen stammen könnten?"

Bitte um Hilfe, da sonst alles funktioniert, also die Bewertungen an sich usw. Momentan läuft der Shop mit der Datei "boxes_shop_original.php". Das bedeutet, das Modul funktioniert weiterhin, da in der E-Mail eine Bewertungsmöglichkeit erscheint. Nur die Box mit dem Modul ist nicht sichtbar und die Kunden gelangen wieder von der "checkout_shipping.php" auf die "checkout_payment.php"

Vielen Dank!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
checkoutshippingphp, leere

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
PayPal direkt auf die Seite "Gast" nco11 PayPal Express-Kaufabwicklung für xt:Commerce 7 31.08.2010 01:08
Leere Seite nach klick auf "zur Kasse" hardwarehexe Fragen zur Software 5 20.11.2009 06:21


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:45 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand