質問編集履歴

3

追加

2018/10/03 11:59

投稿

Shint
Shint

スコア6

test CHANGED
File without changes
test CHANGED
File without changes

2

修正

2018/10/03 11:59

投稿

Shint
Shint

スコア6

test CHANGED
File without changes
test CHANGED
@@ -76,6 +76,380 @@
76
76
 
77
77
  エラーメッセージ
78
78
 
79
+ データベースでエラーが出ていたのですが内容がわかる方教えてください
80
+
81
+
82
+
83
+ {
84
+
85
+ "pma_version": "4.4.15.10",
86
+
87
+ "browser_name": "CHROME",
88
+
89
+ "browser_version": "64.0.3282.140",
90
+
91
+ "user_os": "Win",
92
+
93
+ "server_software": "Apache",
94
+
95
+ "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134",
96
+
97
+ "locale": "ja",
98
+
99
+ "configuration_storage": "disabled",
100
+
101
+ "php_version": "5.4.16",
102
+
103
+ "exception_type": "js",
104
+
105
+ "exception": {
106
+
107
+ "mode": "stack",
108
+
109
+ "name": "TypeError",
110
+
111
+ "message": "Unable to get property '0' of undefined or null reference",
112
+
113
+ "stack": [
114
+
115
+ {
116
+
117
+ "line": 235,
118
+
119
+ "func": "",
120
+
121
+ "context": [
122
+
123
+ " lastException = null;",
124
+
125
+ " notifyHandlers.apply(null, [stack, null].concat(args));",
126
+
127
+ " }",
128
+
129
+ " }, (stack.incomplete ? 2000 : 0));",
130
+
131
+ "",
132
+
133
+ " throw ex; // re-throw to propagate to the top level (and cause wind//...",
134
+
135
+ " }",
136
+
137
+ "",
138
+
139
+ " report.subscribe = subscribe;",
140
+
141
+ " report.unsubscribe = unsubscribe;",
142
+
143
+ " return report;"
144
+
145
+ ],
146
+
147
+ "column": "",
148
+
149
+ "filename": "tracekit/tracekit.js"
150
+
151
+ },
152
+
153
+ {
154
+
155
+ "func": "getFieldValidators",
156
+
157
+ "line": 302,
158
+
159
+ "column": "5",
160
+
161
+ "context": [
162
+
163
+ " * @return array of [function, parameters to be passed to function]",
164
+
165
+ " */",
166
+
167
+ "function getFieldValidators(field_id, onKeyUpOnly)",
168
+
169
+ "{",
170
+
171
+ " // look for field bound validator",
172
+
173
+ " var name = field_id.match(/[^-]+$/)[0];",
174
+
175
+ " if (typeof validators._field[name] != 'undefined') {",
176
+
177
+ " return [[validators._field[name], null]];",
178
+
179
+ " }",
180
+
181
+ "",
182
+
183
+ " // look for registered validators"
184
+
185
+ ],
186
+
187
+ "filename": "config.js"
188
+
189
+ },
190
+
191
+ {
192
+
193
+ "func": "validate_field",
194
+
195
+ "line": 418,
196
+
197
+ "column": "5",
198
+
199
+ "context": [
200
+
201
+ "{",
202
+
203
+ " var args, result;",
204
+
205
+ " var $field = $(field);",
206
+
207
+ " var field_id = $field.attr('id');",
208
+
209
+ " errors[field_id] = [];",
210
+
211
+ " var functions = getFieldValidators(field_id, isKeyUp);",
212
+
213
+ " for (var i = 0; i < functions.length; i++) {",
214
+
215
+ " if (typeof functions[i][1] !== 'undefined' && functions[i][1] !== n//...",
216
+
217
+ " args = functions[i][1].slice(0);",
218
+
219
+ " } else {",
220
+
221
+ " args = [];"
222
+
223
+ ],
224
+
225
+ "filename": "config.js"
226
+
227
+ },
228
+
229
+ {
230
+
231
+ "func": "new_func",
232
+
233
+ "line": 279,
234
+
235
+ "column": "21",
236
+
237
+ "context": [
238
+
239
+ " */",
240
+
241
+ " wrap_function: function (func) {",
242
+
243
+ " if (!func.wrapped) {",
244
+
245
+ " var new_func = function () {",
246
+
247
+ " try {",
248
+
249
+ " return func.apply(this, arguments);",
250
+
251
+ " } catch (x) {",
252
+
253
+ " TraceKit.report(x);",
254
+
255
+ " }",
256
+
257
+ " };",
258
+
259
+ " new_func.wrapped = true;"
260
+
261
+ ],
262
+
263
+ "filename": "error_report.js"
264
+
265
+ },
266
+
267
+ {
268
+
269
+ "func": "m.event.dispatch",
270
+
271
+ "line": 3,
272
+
273
+ "column": "8299",
274
+
275
+ "context": [
276
+
277
+ "/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/li//...",
278
+
279
+ "!function(a,b){\"object\"==typeof module&&\"object\"==typeof module.exports?mod//...",
280
+
281
+ "if(k&&j[k]&&(e||j[k].data)||void 0!==d||\"string\"!=typeof b)return k||(k=i?a//...",
282
+
283
+ "},cur:function(){var a=Zb.propHooks[this.prop];return a&&a.get?a.get(this)://...",
284
+
285
+ ";",
286
+
287
+ "",
288
+
289
+ "function sprintf() {",
290
+
291
+ "/*"
292
+
293
+ ],
294
+
295
+ "filename": "jquery/jquery-1.11.1.min.js"
296
+
297
+ },
298
+
299
+ {
300
+
301
+ "func": "$event.dispatch",
302
+
303
+ "line": 374,
304
+
305
+ "column": "2",
306
+
307
+ "context": [
308
+
309
+ "$event.dispatch = function( event ){",
310
+
311
+ "\tif ( $.data( this, \"suppress.\"+ event.type ) - new Date().getTime() > 0 ){",
312
+
313
+ "\t\t$.removeData( this, \"suppress.\"+ event.type );",
314
+
315
+ "\t\treturn;",
316
+
317
+ "\t}",
318
+
319
+ "\treturn $dispatch.apply( this, arguments );",
320
+
321
+ "};",
322
+
323
+ "",
324
+
325
+ "// event fix hooks for touch events...",
326
+
327
+ "var touchHooks = ",
328
+
329
+ "$event.fixHooks.touchstart = "
330
+
331
+ ],
332
+
333
+ "filename": "jquery/jquery.event.drag-2.2.js"
334
+
335
+ },
336
+
337
+ {
338
+
339
+ "func": "r.handle",
340
+
341
+ "line": 3,
342
+
343
+ "column": "5064",
344
+
345
+ "context": [
346
+
347
+ "/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/li//...",
348
+
349
+ "!function(a,b){\"object\"==typeof module&&\"object\"==typeof module.exports?mod//...",
350
+
351
+ "if(k&&j[k]&&(e||j[k].data)||void 0!==d||\"string\"!=typeof b)return k||(k=i?a//...",
352
+
353
+ "},cur:function(){var a=Zb.propHooks[this.prop];return a&&a.get?a.get(this)://...",
354
+
355
+ ";",
356
+
357
+ "",
358
+
359
+ "function sprintf() {",
360
+
361
+ "/*"
362
+
363
+ ],
364
+
365
+ "filename": "jquery/jquery-1.11.1.min.js"
366
+
367
+ },
368
+
369
+ {
370
+
371
+ "func": "m.event.trigger",
372
+
373
+ "line": 3,
374
+
375
+ "column": "7532",
376
+
377
+ "context": [
378
+
379
+ "/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/li//...",
380
+
381
+ "!function(a,b){\"object\"==typeof module&&\"object\"==typeof module.exports?mod//...",
382
+
383
+ "if(k&&j[k]&&(e||j[k].data)||void 0!==d||\"string\"!=typeof b)return k||(k=i?a//...",
384
+
385
+ "},cur:function(){var a=Zb.propHooks[this.prop];return a&&a.get?a.get(this)://...",
386
+
387
+ ";",
388
+
389
+ "",
390
+
391
+ "function sprintf() {",
392
+
393
+ "/*"
394
+
395
+ ],
396
+
397
+ "filename": "jquery/jquery-1.11.1.min.js"
398
+
399
+ },
400
+
401
+ {
402
+
403
+ "func": "each",
404
+
405
+ "line": 2,
406
+
407
+ "column": "2966",
408
+
409
+ "context": [
410
+
411
+ "/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/li//...",
412
+
413
+ "!function(a,b){\"object\"==typeof module&&\"object\"==typeof module.exports?mod//...",
414
+
415
+ "if(k&&j[k]&&(e||j[k].data)||void 0!==d||\"string\"!=typeof b)return k||(k=i?a//...",
416
+
417
+ "},cur:function(){var a=Zb.propHooks[this.prop];return a&&a.get?a.get(this)://...",
418
+
419
+ ";",
420
+
421
+ "",
422
+
423
+ "function sprintf() {"
424
+
425
+ ],
426
+
427
+ "filename": "jquery/jquery-1.11.1.min.js"
428
+
429
+ }
430
+
431
+ ],
432
+
433
+ "useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134",
434
+
435
+ "incomplete": "false",
436
+
437
+ "partial": "true",
438
+
439
+ "uri": "sql.php?target="
440
+
441
+ },
442
+
443
+ "script_name": "sql.php",
444
+
445
+ "microhistory": {
446
+
447
+ "current_index": "0"
448
+
449
+ }
450
+
451
+ }
452
+
79
453
  ```
80
454
 
81
455
 

1

追加

2018/10/03 11:29

投稿

Shint
Shint

スコア6

test CHANGED
File without changes
test CHANGED
@@ -31,6 +31,40 @@
31
31
  文字コードがおかしいなどもチェックしましたが、問題ないと思います。
32
32
 
33
33
  My SQLなど知識がないため確認しても何か問題があるのかわかりませんでした。
34
+
35
+
36
+
37
+ テーマ
38
+
39
+ Fancie NOTE : Business Edition
40
+
41
+
42
+
43
+ プラグイン
44
+
45
+ AH Display Widgets
46
+
47
+ Shortcodes for DigiPress
48
+
49
+ Table of Contents Plus
50
+
51
+ UpdraftPlus - Backup/Restore
52
+
53
+ Widget Importer & Exporter
54
+
55
+ WP Multibyte Patch
56
+
57
+ XML Sitemap & Google News
58
+
59
+ リビジョンコントロール
60
+
61
+ 以上です
62
+
63
+
64
+
65
+
66
+
67
+
34
68
 
35
69
 
36
70