Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.42 KB | None | 0 0
  1. {
  2. "pma_version": "4.9.1",
  3. "browser_name": "CHROME",
  4. "browser_version": "78.0.3904.108",
  5. "user_os": "Win",
  6. "server_software": "Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips mod_fcgid/2.3.9 PHP/5.6.40",
  7. "user_agent_string": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36",
  8. "locale": "ro",
  9. "configuration_storage": "disabled",
  10. "php_version": "5.6.40",
  11. "script_name": "sql.php",
  12. "exception_type": "js",
  13. "exception": {
  14. "mode": "stack",
  15. "name": "ReferenceError",
  16. "message": "PMA_makegrid is not defined",
  17. "stack": [
  18. {
  19. "line": "292",
  20. "func": "",
  21. "context": [
  22. " if (lastException === ex) {",
  23. " processLastException();",
  24. " }",
  25. " }, (stack.incomplete ? 2000 : 0));",
  26. "",
  27. " throw ex; // re-throw to propagate to the top level (and cause wind//...",
  28. " }",
  29. "",
  30. " report.subscribe = subscribe;",
  31. " report.unsubscribe = unsubscribe;",
  32. " return report;"
  33. ],
  34. "uri": "js/vendor/tracekit.js?v=4.9.1",
  35. "scriptname": "js/vendor/tracekit.js"
  36. },
  37. {
  38. "func": "HTMLTableElement.",
  39. "line": "338",
  40. "column": "13",
  41. "context": [
  42. " * triggered manually everytime the table of results is reloaded",
  43. " * @memberOf jQuery",
  44. " */",
  45. " $(document).on('makegrid', '.sqlqueryresults', function () {",
  46. " $('.table_results').each(function () {",
  47. " PMA_makegrid(this);",
  48. " });",
  49. " });",
  50. "",
  51. " /*",
  52. " * Attach a custom event for sticky column headings which will be"
  53. ],
  54. "uri": "js/sql.js?v=4.9.1",
  55. "scriptname": "js/sql.js"
  56. },
  57. {
  58. "func": "Function.each",
  59. "line": "2",
  60. "column": "2777",
  61. "context": [
  62. "/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/l//...",
  63. "!function(e,t){\"use strict\";\"object\"==typeof module&&\"object\"==typeof modul//...",
  64. ""
  65. ],
  66. "uri": "js/vendor/jquery/jquery.min.js?v=4.9.1",
  67. "scriptname": "js/vendor/jquery/jquery.min.js"
  68. },
  69. {
  70. "func": "jQuery.fn.init.each",
  71. "line": "2",
  72. "column": "1419",
  73. "context": [
  74. "/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/l//...",
  75. "!function(e,t){\"use strict\";\"object\"==typeof module&&\"object\"==typeof modul//...",
  76. ""
  77. ],
  78. "uri": "js/vendor/jquery/jquery.min.js?v=4.9.1",
  79. "scriptname": "js/vendor/jquery/jquery.min.js"
  80. },
  81. {
  82. "func": "HTMLDivElement.",
  83. "line": "337",
  84. "column": "29",
  85. "context": [
  86. " * Attach the {@link makegrid} function to a custom event, which will be",
  87. " * triggered manually everytime the table of results is reloaded",
  88. " * @memberOf jQuery",
  89. " */",
  90. " $(document).on('makegrid', '.sqlqueryresults', function () {",
  91. " $('.table_results').each(function () {",
  92. " PMA_makegrid(this);",
  93. " });",
  94. " });",
  95. "",
  96. " /*"
  97. ],
  98. "uri": "js/sql.js?v=4.9.1",
  99. "scriptname": "js/sql.js"
  100. },
  101. {
  102. "func": "HTMLDivElement.new_func",
  103. "line": "265",
  104. "column": "33",
  105. "context": [
  106. " */",
  107. " wrap_function: function (func) {",
  108. " if (!func.wrapped) {",
  109. " var new_func = function () {",
  110. " try {",
  111. " return func.apply(this, arguments);",
  112. " } catch (x) {",
  113. " TraceKit.report(x);",
  114. " }",
  115. " };",
  116. " new_func.wrapped = true;"
  117. ],
  118. "uri": "js/error_report.js?v=4.9.1",
  119. "scriptname": "js/error_report.js"
  120. },
  121. {
  122. "func": "HTMLDocument.dispatch",
  123. "line": "2",
  124. "column": "42571",
  125. "context": [
  126. "/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/l//...",
  127. "!function(e,t){\"use strict\";\"object\"==typeof module&&\"object\"==typeof modul//...",
  128. ""
  129. ],
  130. "uri": "js/vendor/jquery/jquery.min.js?v=4.9.1",
  131. "scriptname": "js/vendor/jquery/jquery.min.js"
  132. },
  133. {
  134. "func": "HTMLDocument.$event.dispatch",
  135. "line": "374",
  136. "column": "19",
  137. "context": [
  138. "$event.dispatch = function( event ){",
  139. "\tif ( $.data( this, \"suppress.\"+ event.type ) - new Date().getTime() > 0 ){",
  140. "\t\t$.removeData( this, \"suppress.\"+ event.type );",
  141. "\t\treturn;",
  142. "\t}",
  143. "\treturn $dispatch.apply( this, arguments );",
  144. "};",
  145. "",
  146. "// event fix hooks for touch events...",
  147. "var touchHooks = ",
  148. "$event.fixHooks.touchstart = "
  149. ],
  150. "uri": "js/vendor/jquery/jquery.event.drag-2.2.js?v=4.9.1",
  151. "scriptname": "js/vendor/jquery/jquery.event.drag-2.2.js"
  152. },
  153. {
  154. "func": "HTMLDocument.v.handle",
  155. "line": "2",
  156. "column": "40572",
  157. "context": [
  158. "/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/l//...",
  159. "!function(e,t){\"use strict\";\"object\"==typeof module&&\"object\"==typeof modul//...",
  160. ""
  161. ],
  162. "uri": "js/vendor/jquery/jquery.min.js?v=4.9.1",
  163. "scriptname": "js/vendor/jquery/jquery.min.js"
  164. },
  165. {
  166. "func": "Object.trigger",
  167. "line": "2",
  168. "column": "70627",
  169. "context": [
  170. "/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/l//...",
  171. "!function(e,t){\"use strict\";\"object\"==typeof module&&\"object\"==typeof modul//...",
  172. ""
  173. ],
  174. "uri": "js/vendor/jquery/jquery.min.js?v=4.9.1",
  175. "scriptname": "js/vendor/jquery/jquery.min.js"
  176. },
  177. {
  178. "func": "HTMLDivElement.",
  179. "line": "2",
  180. "column": "71222",
  181. "context": [
  182. "/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/l//...",
  183. "!function(e,t){\"use strict\";\"object\"==typeof module&&\"object\"==typeof modul//...",
  184. ""
  185. ],
  186. "uri": "js/vendor/jquery/jquery.min.js?v=4.9.1",
  187. "scriptname": "js/vendor/jquery/jquery.min.js"
  188. }
  189. ],
  190. "incomplete": "false",
  191. "partial": "true",
  192. "uri": "sql.php?pos=0"
  193. }
  194. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement