Advertisement
ALUN

Untitled

Feb 14th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. Backtrace:
  2. File: /motivity/application/core/MY_Exceptions.php
  3. Line: 67
  4. Function: include
  5.  
  6. File: /motivity/application/core/MY_Model.php
  7. Line: 1512
  8. Function: insert
  9.  
  10. File: /motivity/application/core/MY_Model.php
  11. Line: 1483
  12. Function: add
  13.  
  14. File: /motivity/application/modules/badge/controllers/Badge_admin.php
  15. Line: 89
  16. Function: save
  17.  
  18. File: /motivity/application/modules/badge/controllers/Badge_admin.php
  19. Line: 150
  20. Function: edit
  21.  
  22. File: /motivity/index.php
  23. Line: 468
  24. Function: require_once
  25.  
  26.  
  27. Error Number: 1048
  28. Column 'active' cannot be null
  29. INSERT INTO `badge` (`title`, `image`, `file`, `description`, `active`, `deleted`, `created`, `modified`) VALUES ('ллл', '61', 0, '', NULL, '0', NULL, NULL)
  30. Filename: core/MY_Model.php
  31. Line Number: 1512 Array
  32. (
  33. [0] => Array
  34. (
  35. [file] => /motivity/application/core/MY_Exceptions.php
  36. [line] => 67
  37. [function] => include
  38. )
  39.  
  40. [1] => Array
  41. (
  42. [file] => /motivity/system/database/DB_driver.php
  43. [line] => 1781
  44. [function] => show_error
  45. [class] => MY_Exceptions
  46. [type] => ->
  47. [args] => Array
  48. (
  49. [0] => Ошибка базы данных.
  50. [1] => Error Number: 1048
  51. Column 'active' cannot be null
  52. INSERT INTO `badge` (`title`, `image`, `file`, `description`, `active`, `deleted`, `created`, `modified`) VALUES ('ллл', '61', 0, '', NULL, '0', NULL, NULL)
  53. Filename: core/MY_Model.php
  54. Line Number: 1512
  55. [2] => error_db
  56. )
  57.  
  58. )
  59.  
  60. [2] => Array
  61. (
  62. [file] => /motivity/system/database/DB_driver.php
  63. [line] => 691
  64. [function] => display_error
  65. [class] => CI_DB_driver
  66. [type] => ->
  67. [args] => Array
  68. (
  69. [0] => MY_Exceptions Object
  70. (
  71. [ob_level] => 0
  72. [levels] => Array
  73. (
  74. [1] => Error
  75. [2] => Warning
  76. [4] => Parsing Error
  77. [8] => Notice
  78. [16] => Core Error
  79. [32] => Core Warning
  80. [64] => Compile Error
  81. [128] => Compile Warning
  82. [256] => User Error
  83. [512] => User Warning
  84. [1024] => User Notice
  85. [2048] => Runtime Notice
  86. )
  87.  
  88. )
  89.  
  90. )
  91.  
  92. )
  93.  
  94. [3] => Array
  95. (
  96. [file] => /motivity/system/database/DB_query_builder.php
  97. [line] => 1651
  98. [function] => query
  99. [class] => CI_DB_driver
  100. [type] => ->
  101. [args] => Array
  102. (
  103. [0] => INSERT INTO `badge` (`title`, `image`, `file`, `description`, `active`, `deleted`, `created`, `modified`) VALUES ('ллл', '61', 0, '', NULL, '0', NULL, NULL)
  104. )
  105.  
  106. )
  107.  
  108. [4] => Array
  109. (
  110. [file] => /motivity/application/core/MY_Model.php
  111. [line] => 1512
  112. [function] => insert
  113. [class] => CI_DB_query_builder
  114. [type] => ->
  115. [args] => Array
  116. (
  117. [0] => badge
  118. )
  119.  
  120. )
  121.  
  122. [5] => Array
  123. (
  124. [file] => /motivity/application/core/MY_Model.php
  125. [line] => 1483
  126. [function] => add
  127. [class] => MY_Model
  128. [type] => ->
  129. [args] => Array
  130. (
  131. [0] => Array
  132. (
  133. [title] => 1
  134. [image] => 1
  135. [file] => 1
  136. [description] => 1
  137. [active] => 1
  138. [deleted] => 1
  139. [created] => 1
  140. [modified] => 1
  141. )
  142.  
  143. [1] => 1
  144. )
  145.  
  146. )
  147.  
  148. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement