Projekt

Allgemein

Profil

Aktionen

GX-Bug #54557

geschlossen

Übersicht der Versendeten Gutscheine löst Warning aus

Von Mirko Janssen vor mehr als 6 Jahren hinzugefügt. Vor mehr als 6 Jahren aktualisiert.

Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Christian Schmidt
Kategorie:
Core
Zielversion:
% erledigt:

100%

Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
3.4.0.0
Release Notes Langtext:

Übersicht der Versendeten Gutscheine löst keinen Warning mehr aus.


Beschreibung

Wenn man mindestens einen Gutschein versandt hat und dann auf die Übersicht "Gutscheine versandt" klickt erhält man eine Warning in den Error-Logs:

WARNING(2): "implode(): Invalid arguments passed" in /system/classes/ConfigurationBoxContentView.inc.php:91

#2  File: /system/classes/ConfigurationBoxContentView.inc.php:91

    Code:
│ line 89:        $this->content_array['formMethod']        = $this->formMethod;
│ line 90:        $this->content_array['formAction']        = $this->formAction;
├─  line 91:        $this->content_array['formAttributes']    = implode(' ', $this->formAttributes);
│ line 92:        $this->content_array['pageToken']         = $_SESSION['coo_page_token']->generate_token();
│ line 93:        $this->content_array['useCheckboxWidget'] = $this->useCheckboxWidget;

#1  File: /system/core/ContentView.inc.php:154

    Code:
│ line 152:   {
│ line 153:       $t_html_output = '';
├─  line 154:       $this->prepare_data();
│ line 155:       if($this->build_html == true)
│ line 156:       {

#0  File: /admin/gv_sent.php:186

    Code:
│ line 184:   $configurationBoxContentView->setFormEditable($formIsEditable);
│ line 185:   $configurationBoxContentView->setFormAction($formAction);
├─  line 186:   if(!empty($gInfo->coupon_id)) echo $configurationBoxContentView->get_html();
│ line 187:   ?>
│ line 188: </div>

Request: GET /admin/gv_sent.php
    - duration: ~300ms
    - server: Apache/2.2.22 (Ubuntu) PHP/5.4.39-1+deb.sury.org~precise+2 mod_ssl/2.2.22 OpenSSL/1.0.1
    - server address: 192.168.101.54
    - user agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
    - remote address: d99fbcc5cd52150ba5c8c9444892e200

Session: 
    - tpl: Honeygrid
    - MOBILE_ACTIVE: false
    - language: german
    - languages_id: 2
    - language_charset: utf-8
    - language_code: de
    - currency: EUR
    - customers_status: Array
        (
            [customers_status_id] => 0
            [customers_status_name] => Admin
            [customers_status_image] => admin_status.gif
            [customers_status_public] => 0
            [customers_status_min_order] => 0
            [customers_status_max_order] => 0
            [customers_status_discount] => 0.00
            [customers_status_ot_discount_flag] => 1
            [customers_status_ot_discount] => 0.00
            [customers_status_graduated_prices] => 1
            [customers_status_show_price] => 1
            [customers_status_show_price_tax] => 1
            [customers_status_add_tax_ot] => 1
            [customers_status_payment_unallowed] => 
            [customers_status_shipping_unallowed] => 
            [customers_status_discount_attributes] => 0
            [customers_fsk18] => 1
            [customers_fsk18_display] => 1
            [customers_status_write_reviews] => 1
            [customers_status_read_reviews] => 1
        )

    - cart: shoppingCart Object
        (
            [contents] => Array
                (
                )

            [total] => 0
            [weight] => 0
            [cartID] => 
            [content_type] => 
            [tax] => Array
                (
                )

        )

    - wishList: wishList Object
        (
            [contents] => Array
                (
                )

            [total] => 0
            [weight] => 0
            [cartID] => 
            [content_type] => 
        )

    - customer_id: 1
    - payment: ### Session entry not present ###
    - shipping: ### Session entry not present ###
    - cartID: ### Session entry not present ###
    - sendto: ### Session entry not present ###
    - billto: ### Session entry not present ###

Get: 
    - page: 1

Aktionen #2

Von Christian Schmidt vor mehr als 6 Jahren aktualisiert

  • Zugewiesen an wurde von Core-Entwickler zu Christian Schmidt geändert
Aktionen #3

Von Christian Schmidt vor mehr als 6 Jahren aktualisiert

  • Status wurde von Testing zu Erledigt geändert
  • % erledigt wurde von 0 zu 100 geändert
Aktionen

Auch abrufbar als: Atom PDF