Aktionen
GX-Abgewiesen #50813
geschlossenWarning beim Konfigurieren der Kundenexportprofile
Status:
Abgewiesen
Priorität:
Normal
Zugewiesen an:
Torben Wark
Kategorie:
Adminbereich
Beginn:
Abgabedatum:
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Release Notes Langtext:
Beschreibung
Warning wird ausgelöst, wenn man ein Kundenexportprofil konfigurieren möchte:
2017-03-22 10:51:22 (3e170cd7b51e1002967e180587561475) WARNING(2): "implode(): Invalid arguments passed" in /var/www/system/classes/ConfigurationBoxContentView.inc.php:91
#2 File: /var/www/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: /var/www/system/core/ContentView.inc.php:121
Code:
│ line 119: {
│ line 120: $t_html_output = '';
├─ line 121: $this->prepare_data();
│ line 122: if($this->build_html == true)
│ line 123: {
#0 File: /var/www/admin/gm_module_export.php:413
Code:
│ line 411: $configurationBoxContentView->setFormAction($formAction);
│ line 412: $configurationBoxContentView->setFormAttributes($formAttributes);
├─ line 413: echo $configurationBoxContentView->get_html();
│ line 414: ?>
│ line 415: </div>
Request: GET /admin/gm_module_export.php
- duration: ~59ms
- server: nginx/1.10.3
- server address: 172.17.0.29
- user agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0
- remote address: 3e170cd7b51e1002967e180587561475
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 ###
Aktionen