|
|||
|
Hallo,
nach dem Bestellen wenn man auf Bestellen gedr?ckt hat bleibt xtCommerce mit einer wei?en Seite stehen und zeigt folgende Fehlermeldung: Code:
Fatal error: Cannot access empty property in /is/htdocs/wp1024088_GR0YCLDJ9F/www/xtcommerce/checkout_process.php on line 281 Kann mir jemand sagen was da schief ging? Mein xtCommerce Shop l?uft in der Version xt:Commerce v3.0.3 Mein Server: HTTP Server: Apache/2.0.52 (Debian GNU/Linux) PHP/5.0.5 DAV/2 PHP Version: 5.0.5 (Zend: 2.0.5) Datenbank: MySQL 4.1.8a-Debian_5.dotdeb.0-log Vielen Dank f?r eure Hilfe |
|
|||
|
Vielen Dank f?r deinen Tipp.
Bin auch bei Hosteurope und hatte schon einige Probleme mit der Software, aber jetzt l?uft sie. Hier noch mal die L?sung f?r alle. Code:
ersetze in 281 'products_discount_made' => $order->$products[$i]['discount_allowed'], durch 'products_discount_made' => $order->products[$i]['discount_allowed'] |
|
|||
|
Hallo,
so weit, so fein, Deine L?sung bringt die Fehlermeldung zum verschwinden, daf?r erscheinen drei Warnings, die es vorige Woche auch noch nicht gab: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /is/htdocs/wp1010634_9RCB2VFQXS/modellbau-profi.com/checkout_process.php:1) in /is/htdocs/wp1010634_9RCB2VFQXS/modellbau-profi.com/includes/application_top.php on line 270 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /is/htdocs/wp1010634_9RCB2VFQXS/modellbau-profi.com/checkout_process.php:1) in /is/htdocs/wp1010634_9RCB2VFQXS/modellbau-profi.com/includes/application_top.php on line 270 Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1010634_9RCB2VFQXS/modellbau-profi.com/checkout_process.php:1) in /is/htdocs/wp1010634_9RCB2VFQXS/modellbau-profi.com/inc/xtc_redirect.inc.php on line 28 F?r das wohl get?tigte Update geh?rt jemand geschlagen :hit: Gru? Hajo |
![]() |
| Lesezeichen |
| Stichworte |
| access, checkoutprocess, empty, property |
| Themen-Optionen | |
| Ansicht | |
|
|