Advertisement
Guest User

Vanilla Error

a guest
Dec 7th, 2015
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. The error occurred on or near: C:\ServerApps\Domains\rpsgaming.net\library\database\class.database.php
  2.  
  3. 418: $this->closeConnection();
  4.  
  5. 419: continue;
  6.  
  7. 420: }
  8.  
  9. 421:
  10.  
  11. 422: trigger_error($message, E_USER_ERROR);
  12.  
  13. 423: }
  14.  
  15. 424:
  16.  
  17. 425: }
  18.  
  19. 426:
  20.  
  21. Backtrace:
  22.  
  23. C:\ServerApps\Domains\rpsgaming.net\library\database\class.database.phpPHP::Gdn_ErrorHandler();
  24.  
  25. [C:\ServerApps\Domains\rpsgaming.net\library\database\class.database.php:422] PHP::trigger_error();
  26.  
  27. [C:\ServerApps\Domains\rpsgaming.net\library\database\class.sqldriver.php:1663] Gdn_Database->query();
  28.  
  29. [C:\ServerApps\Domains\rpsgaming.net\library\database\class.sqldriver.php:1618] Gdn_SQLDriver->query();
  30.  
  31. [C:\ServerApps\Domains\rpsgaming.net\library\core\class.model.php:313] Gdn_SQLDriver->put();
  32.  
  33. [C:\ServerApps\Domains\rpsgaming.net\applications\vanilla\models\class.categorymodel.php:1706] Gdn_Model->update();
  34.  
  35. [C:\ServerApps\Domains\rpsgaming.net\library\core\class.form.php:2224] CategoryModel->save();
  36.  
  37. [C:\ServerApps\Domains\rpsgaming.net\applications\vanilla\controllers\class.settingscontroller.php:526] Gdn_Form->save();
  38.  
  39. [C:\ServerApps\Domains\rpsgaming.net\applications\vanilla\controllers\class.settingscontroller.php:526] SettingsController->editCategory();
  40.  
  41. [C:\ServerApps\Domains\rpsgaming.net\library\core\class.dispatcher.php:329] PHP::call_user_func_array();
  42.  
  43. [C:\ServerApps\Domains\rpsgaming.net\index.php:44] Gdn_Dispatcher->dispatch();
  44.  
  45. Variables in local scope:
  46.  
  47. [Sql] 'update GDN_Category `Category`
  48. set `UrlCode` = :UrlCode,
  49. `Archived` = :Archived,
  50. `Name` = :Name,
  51. `Description` = :Description,
  52. `CssClass` = :CssClass,
  53. `HideAllDiscussions` = :HideAllDiscussions,
  54. `DisplayAs` = :DisplayAs,
  55. `UpdateUserID` = :UpdateUserID,
  56. `DateUpdated` = :DateUpdated,
  57. `AllowDiscussions` = :AllowDiscussions,
  58. `PointsCategoryID` = :PointsCategoryID
  59. where CategoryID = :CategoryID'
  60.  
  61. [InputParameters] array (
  62. ':UrlCode' => 'test',
  63. ':Archived' => false,
  64. ':Name' => 'Test',
  65. ':Description' => 'ing1234',
  66. ':CssClass' => '',
  67. ':HideAllDiscussions' => false,
  68. ':DisplayAs' => 'Default',
  69. ':UpdateUserID' => '2',
  70. ':DateUpdated' => '2015-12-08 00:21:45',
  71. ':AllowDiscussions' => '1',
  72. ':PointsCategoryID' => 0,
  73. ':CategoryID' => '7',
  74. )
  75.  
  76. [Options] array (
  77. 'Type' => 'update',
  78. 'Slave' => NULL,
  79. 'ReturnType' => NULL,
  80. )
  81.  
  82. [ReturnType] NULL
  83.  
  84. [tries] 2
  85.  
  86. [try] 0
  87.  
  88. [PDO] array (
  89. )
  90.  
  91. [PDOStatement] array (
  92. 'queryString' => 'update GDN_Category `Category`
  93. set `UrlCode` = :UrlCode,
  94. `Archived` = :Archived,
  95. `Name` = :Name,
  96. `Description` = :Description,
  97. `CssClass` = :CssClass,
  98. `HideAllDiscussions` = :HideAllDiscussions,
  99. `DisplayAs` = :DisplayAs,
  100. `UpdateUserID` = :UpdateUserID,
  101. `DateUpdated` = :DateUpdated,
  102. `AllowDiscussions` = :AllowDiscussions,
  103. `PointsCategoryID` = :PointsCategoryID
  104. where CategoryID = :CategoryID',
  105. )
  106.  
  107. [ex] array (
  108. )
  109.  
  110. [message] NULL
  111.  
  112. [code] NULL
  113.  
  114. [state] '00000'
  115.  
  116. Need Help?
  117.  
  118. If you are a user of this website, you can report this message to a website administrator.
  119.  
  120. If you are an administrator of this website, you can get help at the Vanilla Community Forums.
  121. Additional information for support personnel:
  122.  
  123. Application: Vanilla
  124. Application Version: 2.2
  125. PHP Version: 5.6.0
  126. Operating System: WINNT
  127. Server Software: Microsoft-IIS/8.5
  128. Referer: http://rpsgaming.net/index.php?p=/vanilla/settings/editcategory/7
  129. User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:42.0) Gecko/20100101 Firefox/42.0
  130. Request Uri: /index.php?p=/vanilla/settings/editcategory/7&
  131. Controller: PHP
  132. Method: trigger_error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement