Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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,

  1. 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'));
}
  1. 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)

Change History (2)

comment:1 by Gerhard Waldemair, 10 years ago

Resolution: fixed
Status: newclosed

In 9143:

fix #731

comment:2 by Gerhard Waldemair, 10 years ago

In 9301:

fix #731 for SP4

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.