Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1.  
  2. General Error
  3. SQL ERROR [ mysqli ]
  4.  
  5. Duplicate entry 'notification.type.pm' for key 'type' [1062]
  6.  
  7. SQL
  8.  
  9. INSERT INTO valhall3_notification_types (notification_type_name, notification_type_enabled) VALUES ('notification.type.pm', 1)
  10.  
  11. BACKTRACE
  12.  
  13. FILE: (not given by php)
  14. LINE: (not given by php)
  15. CALL: msg_handler()
  16.  
  17. FILE: [ROOT]/phpbb/db/driver/driver.php
  18. LINE: 855
  19. CALL: trigger_error()
  20.  
  21. FILE: [ROOT]/phpbb/db/driver/mysqli.php
  22. LINE: 193
  23. CALL: phpbb\db\driver\driver->sql_error()
  24.  
  25. FILE: [ROOT]/phpbb/db/driver/factory.php
  26. LINE: 329
  27. CALL: phpbb\db\driver\mysqli->sql_query()
  28.  
  29. FILE: [ROOT]/phpbb/notification/manager.php
  30. LINE: 957
  31. CALL: phpbb\db\driver\factory->sql_query()
  32.  
  33. FILE: [ROOT]/phpbb/notification/type/base.php
  34. LINE: 133
  35. CALL: phpbb\notification\manager->get_notification_type_id()
  36.  
  37. FILE: [ROOT]/phpbb/notification/manager.php
  38. LINE: 911
  39. CALL: phpbb\notification\type\base->set_notification_manager()
  40.  
  41. FILE: [ROOT]/phpbb/notification/manager.php
  42. LINE: 887
  43. CALL: phpbb\notification\manager->load_object()
  44.  
  45. FILE: [ROOT]/phpbb/notification/manager.php
  46. LINE: 355
  47. CALL: phpbb\notification\manager->get_item_type_class()
  48.  
  49. FILE: [ROOT]/includes/functions_privmsgs.php
  50. LINE: 1936
  51. CALL: phpbb\notification\manager->add_notifications()
  52.  
  53. FILE: [ROOT]/includes/ucp/ucp_pm_compose.php
  54. LINE: 834
  55. CALL: submit_pm()
  56.  
  57. FILE: [ROOT]/includes/ucp/ucp_pm.php
  58. LINE: 108
  59. CALL: compose_pm()
  60.  
  61. FILE: [ROOT]/includes/functions_module.php
  62. LINE: 674
  63. CALL: ucp_pm->main()
  64.  
  65. FILE: [ROOT]/ucp.php
  66. LINE: 369
  67. CALL: p_master->load_active()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement