1
|
2017-03-31 09:36:43 (d99fbcc5cd52150ba5c8c9444892e200) WARNING(2): "Invalid argument supplied for foreach()" in /var/www/tw/html/gxdev_feature_branch/src/admin/includes/gm/gm_pdf/gm_pdf_preview.php:33
|
2
|
|
3
|
#1 File: /var/www/tw/html/gxdev_feature_branch/src/admin/includes/gm/gm_pdf/gm_pdf_preview.php:33
|
4
|
|
5
|
Code:
|
6
|
│ line 31: <option selected><?php echo SELECT_CHOOSE; ?></option>
|
7
|
│ line 32: <?php
|
8
|
├─ line 33: foreach($gm_row as $order) {
|
9
|
│ line 34: ?>
|
10
|
│ line 35: <option value="<?php echo $order['orders_id']; ?>"><?php echo SELECT_ORDERS . $order['orders_id'] . " - " . SELECT_CUSTOMER . $order['customers_name']; ?></option>
|
11
|
|
12
|
#0 File: /var/www/tw/html/gxdev_feature_branch/src/admin/gm_pdf_action.php:239
|
13
|
|
14
|
Code:
|
15
|
│ line 237: $gm_row[] = $row;
|
16
|
│ line 238: }
|
17
|
├─ line 239: include(DIR_FS_ADMIN . 'includes/gm/gm_pdf/gm_pdf_preview.php');
|
18
|
│ line 240: break;
|
19
|
│ line 241:
|
20
|
|
21
|
Request: POST /gxdev_feature_branch/src/admin/gm_pdf_action.php?action=gm_pdf_preview
|
22
|
- duration: ~145ms
|
23
|
- 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
|
24
|
- server address: 192.168.101.54
|
25
|
- user agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
|
26
|
- remote address: d99fbcc5cd52150ba5c8c9444892e200
|
27
|
|
28
|
Session:
|
29
|
- tpl: Honeygrid
|
30
|
- MOBILE_ACTIVE: false
|
31
|
- language: german
|
32
|
- languages_id: 2
|
33
|
- language_charset: utf-8
|
34
|
- language_code: de
|
35
|
- currency: EUR
|
36
|
- customers_status: Array
|
37
|
(
|
38
|
[customers_status_id] => 0
|
39
|
[customers_status_name] => Admin
|
40
|
[customers_status_image] => admin_status.gif
|
41
|
[customers_status_public] => 0
|
42
|
[customers_status_min_order] => 0
|
43
|
[customers_status_max_order] => 0
|
44
|
[customers_status_discount] => 0.00
|
45
|
[customers_status_ot_discount_flag] => 1
|
46
|
[customers_status_ot_discount] => 0.00
|
47
|
[customers_status_graduated_prices] => 1
|
48
|
[customers_status_show_price] => 1
|
49
|
[customers_status_show_price_tax] => 1
|
50
|
[customers_status_add_tax_ot] => 1
|
51
|
[customers_status_payment_unallowed] =>
|
52
|
[customers_status_shipping_unallowed] =>
|
53
|
[customers_status_discount_attributes] => 0
|
54
|
[customers_fsk18] => 1
|
55
|
[customers_fsk18_display] => 1
|
56
|
[customers_status_write_reviews] => 1
|
57
|
[customers_status_read_reviews] => 1
|
58
|
)
|
59
|
|
60
|
- cart: shoppingCart Object
|
61
|
(
|
62
|
[contents] => Array
|
63
|
(
|
64
|
)
|
65
|
|
66
|
[total] => 0
|
67
|
[weight] => 0
|
68
|
[cartID] =>
|
69
|
[content_type] =>
|
70
|
[tax] => Array
|
71
|
(
|
72
|
)
|
73
|
|
74
|
)
|
75
|
|
76
|
- wishList: wishList Object
|
77
|
(
|
78
|
[contents] => Array
|
79
|
(
|
80
|
)
|
81
|
|
82
|
[total] => 0
|
83
|
[weight] => 0
|
84
|
[cartID] =>
|
85
|
[content_type] =>
|
86
|
)
|
87
|
|
88
|
- customer_id: 1
|
89
|
- payment: ### Session entry not present ###
|
90
|
- shipping: ### Session entry not present ###
|
91
|
- cartID: ### Session entry not present ###
|
92
|
- sendto: ### Session entry not present ###
|
93
|
- billto: ### Session entry not present ###
|
94
|
|
95
|
Get:
|
96
|
- action: gm_pdf_preview
|
97
|
|
98
|
|
99
|
================================================================================
|
100
|
|
101
|
2017-03-31 09:37:59 (d99fbcc5cd52150ba5c8c9444892e200) WARNING(2): "Invalid argument supplied for foreach()" in /var/www/tw/html/gxdev_feature_branch/src/system/core/MainFactory.inc.php:456
|
102
|
|
103
|
#1 File: /var/www/tw/html/gxdev_feature_branch/src/system/core/MainFactory.inc.php:456
|
104
|
|
105
|
Code:
|
106
|
│ line 454: $t_constructor_args_array = array();
|
107
|
│ line 455:
|
108
|
├─ line 456: foreach($p_args_array as $key => &$item)
|
109
|
│ line 457: {
|
110
|
│ line 458: $t_constructor_args_array[] = '$p_args_array[' . $key . ']';
|
111
|
|
112
|
#0 File: /var/www/tw/html/gxdev_feature_branch/src/admin/modules.php:260
|
113
|
|
114
|
Code:
|
115
|
│ line 258: $contents = array();
|
116
|
│ line 259:
|
117
|
├─ line 260: $languageTextManager = MainFactory::create_object('LanguageTextManager', true);
|
118
|
│ line 261: $formIsEditable = false;
|
119
|
│ line 262:
|
120
|
|
121
|
Request: GET /gxdev_feature_branch/src/admin/modules.php?set=payment&module=cod
|
122
|
- duration: ~1376ms
|
123
|
- 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
|
124
|
- server address: 192.168.101.54
|
125
|
- user agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
|
126
|
- remote address: d99fbcc5cd52150ba5c8c9444892e200
|
127
|
|
128
|
Session:
|
129
|
- tpl: Honeygrid
|
130
|
- MOBILE_ACTIVE: false
|
131
|
- language: german
|
132
|
- languages_id: 2
|
133
|
- language_charset: utf-8
|
134
|
- language_code: de
|
135
|
- currency: EUR
|
136
|
- customers_status: Array
|
137
|
(
|
138
|
[customers_status_id] => 0
|
139
|
[customers_status_name] => Admin
|
140
|
[customers_status_image] => admin_status.gif
|
141
|
[customers_status_public] => 0
|
142
|
[customers_status_min_order] => 0
|
143
|
[customers_status_max_order] => 0
|
144
|
[customers_status_discount] => 0.00
|
145
|
[customers_status_ot_discount_flag] => 1
|
146
|
[customers_status_ot_discount] => 0.00
|
147
|
[customers_status_graduated_prices] => 1
|
148
|
[customers_status_show_price] => 1
|
149
|
[customers_status_show_price_tax] => 1
|
150
|
[customers_status_add_tax_ot] => 1
|
151
|
[customers_status_payment_unallowed] =>
|
152
|
[customers_status_shipping_unallowed] =>
|
153
|
[customers_status_discount_attributes] => 0
|
154
|
[customers_fsk18] => 1
|
155
|
[customers_fsk18_display] => 1
|
156
|
[customers_status_write_reviews] => 1
|
157
|
[customers_status_read_reviews] => 1
|
158
|
)
|
159
|
|
160
|
- cart: shoppingCart Object
|
161
|
(
|
162
|
[contents] => Array
|
163
|
(
|
164
|
)
|
165
|
|
166
|
[total] => 0
|
167
|
[weight] => 0
|
168
|
[cartID] =>
|
169
|
[content_type] =>
|
170
|
[tax] => Array
|
171
|
(
|
172
|
)
|
173
|
|
174
|
)
|
175
|
|
176
|
- wishList: wishList Object
|
177
|
(
|
178
|
[contents] => Array
|
179
|
(
|
180
|
)
|
181
|
|
182
|
[total] => 0
|
183
|
[weight] => 0
|
184
|
[cartID] =>
|
185
|
[content_type] =>
|
186
|
)
|
187
|
|
188
|
- customer_id: 1
|
189
|
- payment: ### Session entry not present ###
|
190
|
- shipping: ### Session entry not present ###
|
191
|
- cartID: ### Session entry not present ###
|
192
|
- sendto: ### Session entry not present ###
|
193
|
- billto: ### Session entry not present ###
|
194
|
|
195
|
Get:
|
196
|
- set: payment
|
197
|
- module: cod
|
198
|
|
199
|
|
200
|
================================================================================
|
201
|
|
202
|
2017-03-31 09:38:12 (d99fbcc5cd52150ba5c8c9444892e200) WARNING(2): "Invalid argument supplied for foreach()" in /var/www/tw/html/gxdev_feature_branch/src/system/core/MainFactory.inc.php:456
|
203
|
|
204
|
#1 File: /var/www/tw/html/gxdev_feature_branch/src/system/core/MainFactory.inc.php:456
|
205
|
|
206
|
Code:
|
207
|
│ line 454: $t_constructor_args_array = array();
|
208
|
│ line 455:
|
209
|
├─ line 456: foreach($p_args_array as $key => &$item)
|
210
|
│ line 457: {
|
211
|
│ line 458: $t_constructor_args_array[] = '$p_args_array[' . $key . ']';
|
212
|
|
213
|
#0 File: /var/www/tw/html/gxdev_feature_branch/src/admin/modules.php:260
|
214
|
|
215
|
Code:
|
216
|
│ line 258: $contents = array();
|
217
|
│ line 259:
|
218
|
├─ line 260: $languageTextManager = MainFactory::create_object('LanguageTextManager', true);
|
219
|
│ line 261: $formIsEditable = false;
|
220
|
│ line 262:
|
221
|
|
222
|
Request: GET /gxdev_feature_branch/src/admin/modules.php?set=payment&module=cod
|
223
|
- duration: ~1223ms
|
224
|
- 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
|
225
|
- server address: 192.168.101.54
|
226
|
- user agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
|
227
|
- remote address: d99fbcc5cd52150ba5c8c9444892e200
|
228
|
|
229
|
Session:
|
230
|
- tpl: Honeygrid
|
231
|
- MOBILE_ACTIVE: false
|
232
|
- language: german
|
233
|
- languages_id: 2
|
234
|
- language_charset: utf-8
|
235
|
- language_code: de
|
236
|
- currency: EUR
|
237
|
- customers_status: Array
|
238
|
(
|
239
|
[customers_status_id] => 0
|
240
|
[customers_status_name] => Admin
|
241
|
[customers_status_image] => admin_status.gif
|
242
|
[customers_status_public] => 0
|
243
|
[customers_status_min_order] => 0
|
244
|
[customers_status_max_order] => 0
|
245
|
[customers_status_discount] => 0.00
|
246
|
[customers_status_ot_discount_flag] => 1
|
247
|
[customers_status_ot_discount] => 0.00
|
248
|
[customers_status_graduated_prices] => 1
|
249
|
[customers_status_show_price] => 1
|
250
|
[customers_status_show_price_tax] => 1
|
251
|
[customers_status_add_tax_ot] => 1
|
252
|
[customers_status_payment_unallowed] =>
|
253
|
[customers_status_shipping_unallowed] =>
|
254
|
[customers_status_discount_attributes] => 0
|
255
|
[customers_fsk18] => 1
|
256
|
[customers_fsk18_display] => 1
|
257
|
[customers_status_write_reviews] => 1
|
258
|
[customers_status_read_reviews] => 1
|
259
|
)
|
260
|
|
261
|
- cart: shoppingCart Object
|
262
|
(
|
263
|
[contents] => Array
|
264
|
(
|
265
|
)
|
266
|
|
267
|
[total] => 0
|
268
|
[weight] => 0
|
269
|
[cartID] =>
|
270
|
[content_type] =>
|
271
|
[tax] => Array
|
272
|
(
|
273
|
)
|
274
|
|
275
|
)
|
276
|
|
277
|
- wishList: wishList Object
|
278
|
(
|
279
|
[contents] => Array
|
280
|
(
|
281
|
)
|
282
|
|
283
|
[total] => 0
|
284
|
[weight] => 0
|
285
|
[cartID] =>
|
286
|
[content_type] =>
|
287
|
)
|
288
|
|
289
|
- customer_id: 1
|
290
|
- payment: ### Session entry not present ###
|
291
|
- shipping: ### Session entry not present ###
|
292
|
- cartID: ### Session entry not present ###
|
293
|
- sendto: ### Session entry not present ###
|
294
|
- billto: ### Session entry not present ###
|
295
|
|
296
|
Get:
|
297
|
- set: payment
|
298
|
- module: cod
|