Advertisement
Guest User

Untitled

a guest
Dec 8th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. Make sure that "cache/*" is writable and then try again
  2. PDOException Object
  3. (
  4. [message:protected] => SQLSTATE[HY000]: General error: 1364 Field 'exclude_autoasign' doesn't have a default value
  5. [string:Exception:private] =>
  6. [code:protected] => HY000
  7. [file:protected] => /home/admin/web/conexasys.com/public_html/chat/modules/lhinstall/install.php
  8. [line:protected] => 1548
  9. [trace:Exception:private] => Array
  10. (
  11. [0] => Array
  12. (
  13. [file] => /home/admin/web/conexasys.com/public_html/chat/modules/lhinstall/install.php
  14. [line] => 1548
  15. [function] => query
  16. [class] => PDO
  17. [type] => ->
  18. [args] => Array
  19. (
  20. [0] => INSERT INTO `lh_userdep` (`user_id`,`dep_id`,`last_activity`,`hide_online`,`last_accepted`,`active_chats`,`type`,`dep_group_id`) VALUES (1,0,0,0,0,0,0,0)
  21. )
  22.  
  23. )
  24.  
  25. [1] => Array
  26. (
  27. [file] => /home/admin/web/conexasys.com/public_html/chat/lib/core/lhcore/lhmodule.php
  28. [line] => 96
  29. [args] => Array
  30. (
  31. [0] => /home/admin/web/conexasys.com/public_html/chat/modules/lhinstall/install.php
  32. )
  33.  
  34. [function] => include
  35. )
  36.  
  37. [2] => Array
  38. (
  39. [file] => /home/admin/web/conexasys.com/public_html/chat/lib/core/lhcore/lhmodule.php
  40. [line] => 486
  41. [function] => runModule
  42. [class] => erLhcoreClassModule
  43. [type] => ::
  44. [args] => Array
  45. (
  46. )
  47.  
  48. )
  49.  
  50. [3] => Array
  51. (
  52. [file] => /home/admin/web/conexasys.com/public_html/chat/index.php
  53. [line] => 39
  54. [function] => moduleInit
  55. [class] => erLhcoreClassModule
  56. [type] => ::
  57. [args] => Array
  58. (
  59. )
  60.  
  61. )
  62.  
  63. )
  64.  
  65. [previous:Exception:private] =>
  66. [errorInfo] => Array
  67. (
  68. [0] => HY000
  69. [1] => 1364
  70. [2] => Field 'exclude_autoasign' doesn't have a default value
  71. )
  72.  
  73. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement