Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. A PHP Error was encountered
  2. Severity: Notice
  3.  
  4. Message: Undefined variable: notice
  5.  
  6. Filename: controllers/User_admin.php
  7.  
  8. Line Number: 229
  9.  
  10. Backtrace:
  11.  
  12. File: /motivity/system/core/Exceptions.php
  13. Line: 269
  14. Function: include
  15.  
  16. File: /motivity/system/core/Common.php
  17. Line: 627
  18. Function: show_php_error
  19.  
  20. File: /motivity/application/modules/user/controllers/User_admin.php
  21. Line: 229
  22. Function: _error_handler
  23.  
  24. File: /motivity/application/modules/user/controllers/User_admin.php
  25. Line: 15
  26. Function: user_edit
  27.  
  28. File: /motivity/application/Traits/adminControllerTrait.php
  29. Line: 46
  30. Function: {closure}
  31.  
  32. File: /motivity/application/Traits/adminControllerTrait.php
  33. Line: 15
  34. Function: call
  35.  
  36. File: /motivity/system/core/CodeIgniter.php
  37. Line: 524
  38. Function: index
  39.  
  40. File: /motivity/index.php
  41. Line: 467
  42. Function: require_once
  43.  
  44. A PHP Error was encountered
  45. Severity: Warning
  46.  
  47. Message: Cannot modify header information - headers already sent by (output started at /motivity/system/core/Exceptions.php:272)
  48.  
  49. Filename: core/Common.php
  50.  
  51. Line Number: 573
  52.  
  53. Backtrace:
  54.  
  55. File: /motivity/system/core/Exceptions.php
  56. Line: 269
  57. Function: include
  58.  
  59. File: /motivity/system/core/Common.php
  60. Line: 627
  61. Function: show_php_error
  62.  
  63. File: /motivity/system/core/Common.php
  64. Line: 573
  65. Function: header
  66.  
  67. File: /motivity/system/core/Exceptions.php
  68. Line: 210
  69. Function: set_status_header
  70.  
  71. File: /motivity/system/core/Common.php
  72. Line: 662
  73. Function: show_exception
  74.  
  75. An uncaught Exception was encountered
  76. Type: Error
  77.  
  78. Message: Call to a member function send() on null
  79.  
  80. Filename: /motivity/application/modules/user/controllers/User_admin.php
  81.  
  82. Line Number: 229
  83.  
  84. Backtrace:
  85.  
  86. File: /motivity/application/modules/user/controllers/User_admin.php
  87. Line: 15
  88. Function: user_edit
  89.  
  90. File: /motivity/application/Traits/adminControllerTrait.php
  91. Line: 46
  92. Function: {closure}
  93.  
  94. File: /motivity/application/Traits/adminControllerTrait.php
  95. Line: 15
  96. Function: call
  97.  
  98. File: /motivity/index.php
  99. Line: 467
  100. Function: require_once
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement