Jump to content
xt:Commerce Community Forum

Cannot access empty property in checkout_process


StokeR

Recommended Posts

Hallo,

nach dem Bestellen wenn man auf Bestellen gedr?ckt hat bleibt xtCommerce mit einer wei?en Seite stehen und zeigt folgende Fehlermeldung:

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

Link to comment
Share on other sites

Vielen Dank f?r deinen Tipp.

Bin auch bei Hosteurope und hatte schon einige Probleme mit der Software, aber jetzt l?uft sie. :rolleyes:

Hier noch mal die L?sung f?r alle.

ersetze in 281


'products_discount_made' => $order->$products[$i]['discount_allowed'],


durch


'products_discount_made' => $order->products[$i]['discount_allowed']

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

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

×
  • Create New...