Modify ↓
#731 closed Bug/Fehler (fixed)
checkout_payment_iframe - Weiterleitung retten
| Reported by: | INETvisio | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.0.0 |
| Component: | Shop | Version: | 2.0.0.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Hallo modified,
- Es gibt ein Problem auf der Seite:
checkout_payment_iframe.php
Hier wird "header.php" zu früh implementiert. Aus dem Grund wird folgende Abfrage nicht zugreifen:
if ($iframe_url =='') {
xtc_redirect(xtc_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'));
}
- Und die Funktion iframeAction wird ein Fataler Fehler produzieren:
includes/classes/payment.php
function iframeAction() {
if (is_array($this->modules)) {
if (is_object($GLOBALS[$this->selected_module]) && ($GLOBALS[$this->selected_module]->enabled) ) {
return $GLOBALS[$this->selected_module]->iframeAction();
}
}
}
Wenn die Funktion nicht existiert:
Fatal error: Call to undefined method invoice::iframeAction() in ..
Bitte prüfen.
Gruß,
Jürgen H.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

In 9143: