Minelord

Anyone familiar with the Construct 2 game engine?

https://www.scirra.com/construct2/releases/r139 Anyone? To me it looks like a gamers skin over …
DavidSlainDavidSlain Lord
edited July 2013 in Others Posts: 416
https://www.scirra.com/construct2/releases/r139

Anyone? To me it looks like a gamers skin over visual basic. I have a friend that's working on a top-down sneak around game a-la syphon filter, etc- with an old school NES flair. Any advice?

mcDesc

Comments

  • Vote Up0
    Voters
    Vote Down
    WindyWindy Lord
    Posts: 1,110
    Could be fun to do but it looks like you can't do much without buying a license!
    <div align="right"><img src="http://i.imgur.com/wVILttD.jpg"; width=100><small><i><a href="/discussion/246/fwiller039s-big-ol039-project-of-awesome-/p1">by Fwiller</a></i></small></div>
    mcDesc
  • Vote Up0
    Voters
    Vote Down
    OrpheusOrpheus Lord
    Posts: 24
    Construct 2 is a VERY limited engine, it's a shame really, I would recommend something like Unity which is quick to learn and a million tutorials, or XNA for the same reason; quick to learn, and a million tutorials
  • Vote Up0
    Voters
    Vote Down
    RhindonRhindon Player
    Posts: 3
    Windy: Actually, you can still do a LOT without a license. :) Certainly a lot when it comes to a 2D engine, and it's constantly growing.

    Orpheus: Ashley, part of the "Scirra Bros" (I gave them that unofficial name lol), purposely "limits" the engine in order to keep things manageable and easy to grasp for novice developers. To be sure, the editor is growing and has had many new additions in the last four months alone.
  • Vote Up0
    Voters
    Vote Down
    RhindonRhindon Player
    Posts: 3
    The main gist of my problem here is that I'm trying to set up enemy behavior akin to those of the enemies in the Metal Gear (Solid) and Splinter Cell games. The enemies have their areas of patrol, can become alert to out-of-the-ordinary sounds, and engage in a chase, then look around bewildered if they lose the chase and then return to their patrols.

    All enemy types will have the same basic behaviors, while additional instructions added per type of enemy and if other conditions get their attention but not exactly identify the player (like stepping in a puddle).
    The basic flow of instructions will work like this:

    IF StatusType = "Patrol"
    THEN Patrol path between [these] points

    IF LineOfSight conditions = True
    THEN Chase player

    IF LineOfSight conditions WERE true and current StatusType is Chase
    THEN Enemy will stop, look around, and randomly search in a radius from it's current position at time of loss of sight.

    IF SearchTime = 0
    THEN Enemy will seek out nearest patrol point (invisible during gameplay) and resume patrols.

    The problem I'm having is isolated to particulars in how Construct 2 - the game editor I'm using - has its instructions set up. For instance, I have instances of an enemy, thus I use a For Each (instance of) loop condition event and give it the following actions to carry out when the condition is true.

    The problem is that with the loops, the editor doesn't like it when I use the trigger events - that is, at the very moment something is true - inside the loop. The particular trigger event is "When a path has been found", which sets up actions to take when a path from A to B has been calculated.

    So what I need is a work-around solution. If anyone is familiar with how Construct 2 works specifically, I can provide the file for review. Thanks.
  • Vote Up0
    Voters
    Vote Down
    WindyWindy Lord
    Posts: 1,110
    So is the problem that the editor doesn't let you trigger events within loops?
    If so, it sounds like an issue to raise with the Scirra Bros.

    Unfortunately, I doubt anyone here has used Construct 2 before.
    <div align="right"><img src="http://i.imgur.com/wVILttD.jpg"; width=100><small><i><a href="/discussion/246/fwiller039s-big-ol039-project-of-awesome-/p1">by Fwiller</a></i></small></div>
    mcDesc
  • Vote Up0
    Voters
    Vote Down
    RhindonRhindon Player
    Posts: 3
    Windy: *nods* Yeah, I planned to do that last night but was too sleepy. LOL I'll do that later. Thanks all the same.
  • Vote Up0
    Voters
    Vote Down
    OrpheusOrpheus Lord
    Posts: 24
    It seems to me events like that are more easily scripted with the use of nodes;
    The basic premise of course being that they follow a set route, an event is triggered, the node path is paused; a new node path is created towards the origin of the trigger(the sound/footprints) and then after a set time the NPC would lose interest, turn around and return to the original node where he branched from.

    Alas as Windy said, I doubt anyone here has used Construct 2 before, atleast to a level at which they would be able to help.
  • Vote Up0
    Voters
    Vote Down
    WindyWindy Lord
    edited July 2013 Posts: 1,110
    @Rhindon: It's a shame we can't help with Construct 2 specific things, but do feel free to ask general coding questions!

    @Orpheus's idea of dealing with NPCs sounds like a good way.
    <div align="right"><img src="http://i.imgur.com/wVILttD.jpg"; width=100><small><i><a href="/discussion/246/fwiller039s-big-ol039-project-of-awesome-/p1">by Fwiller</a></i></small></div>
    mcDesc
Sign In or Register to comment.

Debug Trace

Notice
The addon with key HtmLawed could not be found and will not be started.

#0 [internal function]: gdn_ErrorHandler(1024, 'The addon with ...', '/home/www/minel...', 1104, Array)
#1 /home/www/minelord.com/public_html/library/Vanilla/AddonManager.php(1104): trigger_error('The addon with ...')
#2 /home/www/minelord.com/public_html/bootstrap.php(263): Vanilla\AddonManager->startAddonsByKey(Array, 'addon')
#3 [internal function]: {closure}(Object(Garden\Container\Container), Object(Gdn_Configuration), Object(Vanilla\AddonManager), Object(Garden\EventManager), Object(Gdn_Request))
#4 /home/www/minelord.com/public_html/vendor/vanilla/garden-container/src/Container.php(723): call_user_func_array(Object(Closure), Array)
#5 /home/www/minelord.com/public_html/bootstrap.php(324): Garden\Container\Container->call(Object(Closure))
#6 /home/www/minelord.com/public_html/index.php(22): require_once('/home/www/minel...')
#7 {main}
Notice
The addon with key QuoteSelection could not be found and will not be started.

#0 [internal function]: gdn_ErrorHandler(1024, 'The addon with ...', '/home/www/minel...', 1104, Array)
#1 /home/www/minelord.com/public_html/library/Vanilla/AddonManager.php(1104): trigger_error('The addon with ...')
#2 /home/www/minelord.com/public_html/bootstrap.php(263): Vanilla\AddonManager->startAddonsByKey(Array, 'addon')
#3 [internal function]: {closure}(Object(Garden\Container\Container), Object(Gdn_Configuration), Object(Vanilla\AddonManager), Object(Garden\EventManager), Object(Gdn_Request))
#4 /home/www/minelord.com/public_html/vendor/vanilla/garden-container/src/Container.php(723): call_user_func_array(Object(Closure), Array)
#5 /home/www/minelord.com/public_html/bootstrap.php(324): Garden\Container\Container->call(Object(Closure))
#6 /home/www/minelord.com/public_html/index.php(22): require_once('/home/www/minel...')
#7 {main}
Notice
The addon with key RecentActivity could not be found and will not be started.

#0 [internal function]: gdn_ErrorHandler(1024, 'The addon with ...', '/home/www/minel...', 1104, Array)
#1 /home/www/minelord.com/public_html/library/Vanilla/AddonManager.php(1104): trigger_error('The addon with ...')
#2 /home/www/minelord.com/public_html/bootstrap.php(263): Vanilla\AddonManager->startAddonsByKey(Array, 'addon')
#3 [internal function]: {closure}(Object(Garden\Container\Container), Object(Gdn_Configuration), Object(Vanilla\AddonManager), Object(Garden\EventManager), Object(Gdn_Request))
#4 /home/www/minelord.com/public_html/vendor/vanilla/garden-container/src/Container.php(723): call_user_func_array(Object(Closure), Array)
#5 /home/www/minelord.com/public_html/bootstrap.php(324): Garden\Container\Container->call(Object(Closure))
#6 /home/www/minelord.com/public_html/index.php(22): require_once('/home/www/minel...')
#7 {main}
Notice
The addon with key Minecraftatar could not be found and will not be started.

#0 [internal function]: gdn_ErrorHandler(1024, 'The addon with ...', '/home/www/minel...', 1104, Array)
#1 /home/www/minelord.com/public_html/library/Vanilla/AddonManager.php(1104): trigger_error('The addon with ...')
#2 /home/www/minelord.com/public_html/bootstrap.php(263): Vanilla\AddonManager->startAddonsByKey(Array, 'addon')
#3 [internal function]: {closure}(Object(Garden\Container\Container), Object(Gdn_Configuration), Object(Vanilla\AddonManager), Object(Garden\EventManager), Object(Gdn_Request))
#4 /home/www/minelord.com/public_html/vendor/vanilla/garden-container/src/Container.php(723): call_user_func_array(Object(Closure), Array)
#5 /home/www/minelord.com/public_html/bootstrap.php(324): Garden\Container\Container->call(Object(Closure))
#6 /home/www/minelord.com/public_html/index.php(22): require_once('/home/www/minel...')
#7 {main}
Notice
The addon in /themes/Timely-Minelord has 1 issue(s).

#0 [internal function]: gdn_ErrorHandler(1024, 'The addon in /t...', '/home/www/minel...', 799, Array)
#1 /home/www/minelord.com/public_html/library/Vanilla/Addon.php(799): trigger_error('The addon in /t...', 1024)
#2 /home/www/minelord.com/public_html/library/Vanilla/Addon.php(864): Vanilla\Addon->triggerIssues()
#3 /home/www/minelord.com/public_html/cache/theme/Timely-Minelord.php(4): Vanilla\Addon::__set_state(Array)
#4 /home/www/minelord.com/public_html/library/Vanilla/AddonManager.php(529): require('/home/www/minel...')
#5 /home/www/minelord.com/public_html/library/Vanilla/AddonManager.php(1135): Vanilla\AddonManager->lookupSingleCachedAddon('Timely-Minelord', 'theme')
#6 /home/www/minelord.com/public_html/library/Vanilla/AddonManager.php(1102): Vanilla\AddonManager->lookupByType('Timely-Minelord', 'theme')
#7 /home/www/minelord.com/public_html/bootstrap.php(271): Vanilla\AddonManager->startAddonsByKey(Array, 'theme')
#8 [internal function]: {closure}(Object(Garden\Container\Container), Object(Gdn_Configuration), Object(Vanilla\AddonManager), Object(Garden\EventManager), Object(Gdn_Request))
#9 /home/www/minelord.com/public_html/vendor/vanilla/garden-container/src/Container.php(723): call_user_func_array(Object(Closure), Array)
#10 /home/www/minelord.com/public_html/bootstrap.php(324): Garden\Container\Container->call(Object(Closure))
#11 /home/www/minelord.com/public_html/index.php(22): require_once('/home/www/minel...')
#12 {main}
Notice
The addon key must match it's subdirectory name (Minelord vs. Timely-Minelord).

#0 [internal function]: gdn_ErrorHandler(1024, 'The addon key m...', '/home/www/minel...', 801, Array)
#1 /home/www/minelord.com/public_html/library/Vanilla/Addon.php(801): trigger_error('The addon key m...', 1024)
#2 /home/www/minelord.com/public_html/library/Vanilla/Addon.php(864): Vanilla\Addon->triggerIssues()
#3 /home/www/minelord.com/public_html/cache/theme/Timely-Minelord.php(4): Vanilla\Addon::__set_state(Array)
#4 /home/www/minelord.com/public_html/library/Vanilla/AddonManager.php(529): require('/home/www/minel...')
#5 /home/www/minelord.com/public_html/library/Vanilla/AddonManager.php(1135): Vanilla\AddonManager->lookupSingleCachedAddon('Timely-Minelord', 'theme')
#6 /home/www/minelord.com/public_html/library/Vanilla/AddonManager.php(1102): Vanilla\AddonManager->lookupByType('Timely-Minelord', 'theme')
#7 /home/www/minelord.com/public_html/bootstrap.php(271): Vanilla\AddonManager->startAddonsByKey(Array, 'theme')
#8 [internal function]: {closure}(Object(Garden\Container\Container), Object(Gdn_Configuration), Object(Vanilla\AddonManager), Object(Garden\EventManager), Object(Gdn_Request))
#9 /home/www/minelord.com/public_html/vendor/vanilla/garden-container/src/Container.php(723): call_user_func_array(Object(Closure), Array)
#10 /home/www/minelord.com/public_html/bootstrap.php(324): Garden\Container\Container->call(Object(Closure))
#11 /home/www/minelord.com/public_html/index.php(22): require_once('/home/www/minel...')
#12 {main}
Notice
Gdn_PluginManager::registerHandler is deprecated.

#0 [internal function]: gdn_ErrorHandler(16384, 'Gdn_PluginManag...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('Gdn_PluginManag...', 16384)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(668): deprecated('Gdn_PluginManag...')
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(743): Gdn_PluginManager->registerHandler('VanillaStatsPlu...', 'StatsDashboard', 'SettingsControl...', 'home', 'method')
#4 /home/www/minelord.com/public_html/plugins/VanillaStats/class.vanillastats.plugin.php(61): Gdn_PluginManager->registerNewMethod('VanillaStatsPlu...', 'StatsDashboard', 'SettingsControl...', 'home')
#5 [internal function]: VanillaStatsPlugin->gdn_dispatcher_beforeDispatch_handler(Object(Gdn_Dispatcher), Array)
#6 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('gdn_dispatcher_...', Object(Gdn_Dispatcher), Array)
#8 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(Gdn_Dispatcher), 'Gdn_Dispatcher', 'BeforeDispatch', 'handler')
#9 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(Gdn_Dispatcher), 'Gdn_Dispatcher', 'BeforeDispatch')
#10 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(236): Gdn_Pluggable->fireEvent('BeforeDispatch')
#11 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#12 {main}
Notice
sizeof(): Parameter must be an array or an object that implements Countable

#0 [internal function]: gdn_ErrorHandler(2, 'sizeof(): Param...', '/home/www/minel...', 56, Array)
#1 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(56): sizeof('GWindlord')
#2 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(142): MinelordPlugin->GetUserName(Array)
#3 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1168): UserPhotoDefaultUrl(Array)
#4 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1052): UserModel::getDefaultAvatarUrl(Array)
#5 /home/www/minelord.com/public_html/applications/vanilla/models/class.discussionmodel.php(1735): UserModel->joinUsers(Object(stdClass), Array)
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(67): DiscussionModel->getID(326)
#7 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#9 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#10 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#11 {main}
Notice
sizeof(): Parameter must be an array or an object that implements Countable

#0 [internal function]: gdn_ErrorHandler(2, 'sizeof(): Param...', '/home/www/minel...', 56, Array)
#1 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(56): sizeof('davidslain')
#2 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(142): MinelordPlugin->GetUserName(Array)
#3 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1168): UserPhotoDefaultUrl(Array)
#4 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1052): UserModel::getDefaultAvatarUrl(Array)
#5 /home/www/minelord.com/public_html/applications/vanilla/models/class.discussionmodel.php(1735): UserModel->joinUsers(Object(stdClass), Array)
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(67): DiscussionModel->getID(326)
#7 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#9 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#10 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#11 {main}
Notice
sizeof(): Parameter must be an array or an object that implements Countable

#0 [internal function]: gdn_ErrorHandler(2, 'sizeof(): Param...', '/home/www/minel...', 56, Array)
#1 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(56): sizeof('GWindlord')
#2 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(142): MinelordPlugin->GetUserName(Array)
#3 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1168): UserPhotoDefaultUrl(Array)
#4 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1052): UserModel::getDefaultAvatarUrl(Array)
#5 /home/www/minelord.com/public_html/applications/vanilla/models/class.commentmodel.php(302): UserModel->joinUsers(Object(Gdn_DataSet), Array)
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(162): CommentModel->getByDiscussion(326, 20, 0)
#7 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#9 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#10 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#11 {main}
Notice
sizeof(): Parameter must be an array or an object that implements Countable

#0 [internal function]: gdn_ErrorHandler(2, 'sizeof(): Param...', '/home/www/minel...', 56, Array)
#1 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(56): sizeof('CookieOrpheus')
#2 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(142): MinelordPlugin->GetUserName(Array)
#3 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1168): UserPhotoDefaultUrl(Array)
#4 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1052): UserModel::getDefaultAvatarUrl(Array)
#5 /home/www/minelord.com/public_html/applications/vanilla/models/class.commentmodel.php(302): UserModel->joinUsers(Object(Gdn_DataSet), Array)
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(162): CommentModel->getByDiscussion(326, 20, 0)
#7 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#9 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#10 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#11 {main}
Notice
sizeof(): Parameter must be an array or an object that implements Countable

#0 [internal function]: gdn_ErrorHandler(2, 'sizeof(): Param...', '/home/www/minel...', 56, Array)
#1 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(56): sizeof('GWindlord')
#2 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(142): MinelordPlugin->GetUserName(Array)
#3 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1168): UserPhotoDefaultUrl(Array)
#4 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1052): UserModel::getDefaultAvatarUrl(Array)
#5 /home/www/minelord.com/public_html/applications/vanilla/models/class.commentmodel.php(302): UserModel->joinUsers(Object(Gdn_DataSet), Array)
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(162): CommentModel->getByDiscussion(326, 20, 0)
#7 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#9 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#10 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#11 {main}
Notice
sizeof(): Parameter must be an array or an object that implements Countable

#0 [internal function]: gdn_ErrorHandler(2, 'sizeof(): Param...', '/home/www/minel...', 56, Array)
#1 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(56): sizeof('CookieOrpheus')
#2 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(142): MinelordPlugin->GetUserName(Array)
#3 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1168): UserPhotoDefaultUrl(Array)
#4 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1052): UserModel::getDefaultAvatarUrl(Array)
#5 /home/www/minelord.com/public_html/applications/vanilla/models/class.commentmodel.php(302): UserModel->joinUsers(Object(Gdn_DataSet), Array)
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(162): CommentModel->getByDiscussion(326, 20, 0)
#7 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#9 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#10 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#11 {main}
Notice
sizeof(): Parameter must be an array or an object that implements Countable

#0 [internal function]: gdn_ErrorHandler(2, 'sizeof(): Param...', '/home/www/minel...', 56, Array)
#1 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(56): sizeof('GWindlord')
#2 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(142): MinelordPlugin->GetUserName(Array)
#3 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1168): UserPhotoDefaultUrl(Array)
#4 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1052): UserModel::getDefaultAvatarUrl(Array)
#5 /home/www/minelord.com/public_html/applications/vanilla/models/class.commentmodel.php(302): UserModel->joinUsers(Object(Gdn_DataSet), Array)
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(162): CommentModel->getByDiscussion(326, 20, 0)
#7 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#9 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#10 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#11 {main}
Notice
sizeof(): Parameter must be an array or an object that implements Countable

#0 [internal function]: gdn_ErrorHandler(2, 'sizeof(): Param...', '/home/www/minel...', 56, Array)
#1 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(56): sizeof('GWindlord')
#2 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(142): MinelordPlugin->GetUserName(Array)
#3 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1168): UserPhotoDefaultUrl(Array)
#4 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1052): UserModel::getDefaultAvatarUrl(Array)
#5 /home/www/minelord.com/public_html/applications/vanilla/models/class.commentmodel.php(302): UserModel->joinUsers(Object(Gdn_DataSet), Array)
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(162): CommentModel->getByDiscussion(326, 20, 0)
#7 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#9 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#10 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#11 {main}
Notice
Parameter 1 to LastEditedPlugin::DiscussionController_BeforeDiscussionRender_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeDiscussio...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeDiscussio...')
#5 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(267): Gdn_Pluggable->fireEvent('BeforeDiscussio...')
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#7 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#9 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#10 {main}
Notice
Parameter 1 to PostCountPlugin::DiscussionController_BeforeDiscussionRender_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeDiscussio...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeDiscussio...')
#5 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(267): Gdn_Pluggable->fireEvent('BeforeDiscussio...')
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#7 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#9 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#10 {main}
Notice
Parameter 1 to SpoilersPlugin::DiscussionController_Render_Before() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'render', 'before')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(196): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'render', 'Before')
#5 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#7 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#9 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#10 {main}
Notice
Parameter 1 to EnhanceLinksMinelordPlugin::Base_Render_Before() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('base_render_bef...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(770): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'Base', 'render', 'before')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(196): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'render', 'Before')
#5 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#7 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#9 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#10 {main}
Notice
Parameter 1 to EnhanceLinksPlugin::Base_Render_Before() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('base_render_bef...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(770): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'Base', 'render', 'before')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(196): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'render', 'Before')
#5 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#7 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#9 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#10 {main}
Notice
Parameter 1 to MediatorPlugin::Base_Render_Before() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('base_render_bef...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(770): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'Base', 'render', 'before')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(196): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'render', 'Before')
#5 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#7 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#9 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#10 {main}
Notice
Parameter 1 to WhosOnlinePlugin::Base_Render_Before() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('base_render_bef...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(770): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'Base', 'render', 'before')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(196): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'render', 'Before')
#5 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#7 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#9 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#10 {main}
Notice
Parameter 1 to SpoilersPlugin::DiscussionController_BeforeDiscussionDisplay_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeDiscussio...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeDiscussio...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/discussion.php(26): Gdn_Pluggable->fireEvent('BeforeDiscussio...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(31): include('/home/www/minel...')
#7 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#9 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#10 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#12 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#14 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#15 {main}
Notice
sizeof(): Parameter must be an array or an object that implements Countable

#0 [internal function]: gdn_ErrorHandler(2, 'sizeof(): Param...', '/home/www/minel...', 56, Array)
#1 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(56): sizeof('davidslain')
#2 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(142): MinelordPlugin->GetUserName(Array)
#3 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1168): UserPhotoDefaultUrl(Array)
#4 /home/www/minelord.com/public_html/library/core/functions.render.php(1494): UserModel::getDefaultAvatarUrl(Array, 'thumbnail')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/discussion.php(35): userPhoto(Object(stdClass))
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(31): include('/home/www/minel...')
#7 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#9 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#10 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#12 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#14 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#15 {main}
Notice
Parameter 1 to PostCountPlugin::DiscussionController_DiscussionInfo_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'DiscussionInfo', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'DiscussionInfo')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/discussion.php(79): Gdn_Pluggable->fireEvent('DiscussionInfo')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(31): include('/home/www/minel...')
#7 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#9 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#10 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#12 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#14 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#15 {main}
Notice
arrayValue is deprecated. Use val instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'arrayValue is d...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('arrayValue is d...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(76): deprecated('arrayValue', 'val')
#3 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(95): arrayValue(177, Array)
#4 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(83): PostCountPlugin->_AttachPostCount(Object(DiscussionController))
#5 [internal function]: PostCountPlugin->DiscussionController_DiscussionInfo_Handler(Object(DiscussionController), Array)
#6 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#8 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'DiscussionInfo', 'handler')
#9 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'DiscussionInfo')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/discussion.php(79): Gdn_Pluggable->fireEvent('DiscussionInfo')
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(31): include('/home/www/minel...')
#12 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#14 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#15 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#17 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#19 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#20 {main}
Notice
Parameter 1 to LastEditedPlugin::DiscussionController_AfterDiscussionBody_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'AfterDiscussion...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'AfterDiscussion...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/discussion.php(93): Gdn_Pluggable->fireEvent('AfterDiscussion...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(31): include('/home/www/minel...')
#7 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#9 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#10 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#12 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#14 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#15 {main}
Notice
Parameter 1 to SpoilersPlugin::DiscussionController_BeforeCommentDisplay_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(99): Gdn_Pluggable->fireEvent('BeforeCommentDi...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 1)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
consolidateArrayValuesByKey is deprecated. Use array_column instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'consolidateArra...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('consolidateArra...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(167): deprecated('consolidateArra...', 'array_column')
#3 /home/www/minelord.com/public_html/plugins/Voting/class.voting.plugin.php(232): consolidateArrayValuesByKey(Array, 'UserID')
#4 [internal function]: VotingPlugin->DiscussionController_BeforeCommentMeta_Handler(Object(DiscussionController), Array)
#5 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#6 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...', 'handler')
#8 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...')
#9 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(112): Gdn_Pluggable->fireEvent('BeforeCommentMe...')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 1)
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#12 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#14 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#15 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#17 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#19 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#20 {main}
Notice
sizeof(): Parameter must be an array or an object that implements Countable

#0 [internal function]: gdn_ErrorHandler(2, 'sizeof(): Param...', '/home/www/minel...', 56, Array)
#1 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(56): sizeof('GWindlord')
#2 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(142): MinelordPlugin->GetUserName(Array)
#3 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1168): UserPhotoDefaultUrl(Array)
#4 /home/www/minelord.com/public_html/library/core/functions.render.php(1494): UserModel::getDefaultAvatarUrl(Array, 'thumbnail')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(118): userPhoto(Object(stdClass))
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 1)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
Parameter 1 to PostCountPlugin::DiscussionController_CommentInfo_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 1)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
arrayValue is deprecated. Use val instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'arrayValue is d...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('arrayValue is d...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(76): deprecated('arrayValue', 'val')
#3 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(95): arrayValue(1, Array)
#4 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(87): PostCountPlugin->_AttachPostCount(Object(DiscussionController))
#5 [internal function]: PostCountPlugin->DiscussionController_CommentInfo_Handler(Object(DiscussionController), Array)
#6 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#8 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#9 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 1)
#12 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#14 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#15 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#17 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#19 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#20 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#21 {main}
Notice
Parameter 1 to LastEditedPlugin::DiscussionController_AfterCommentBody_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(168): Gdn_Pluggable->fireEvent('AfterCommentBod...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 1)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
Parameter 1 to SpoilersPlugin::DiscussionController_BeforeCommentDisplay_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(99): Gdn_Pluggable->fireEvent('BeforeCommentDi...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 2)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
consolidateArrayValuesByKey is deprecated. Use array_column instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'consolidateArra...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('consolidateArra...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(167): deprecated('consolidateArra...', 'array_column')
#3 /home/www/minelord.com/public_html/plugins/Voting/class.voting.plugin.php(232): consolidateArrayValuesByKey(Array, 'UserID')
#4 [internal function]: VotingPlugin->DiscussionController_BeforeCommentMeta_Handler(Object(DiscussionController), Array)
#5 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#6 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...', 'handler')
#8 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...')
#9 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(112): Gdn_Pluggable->fireEvent('BeforeCommentMe...')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 2)
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#12 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#14 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#15 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#17 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#19 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#20 {main}
Notice
sizeof(): Parameter must be an array or an object that implements Countable

#0 [internal function]: gdn_ErrorHandler(2, 'sizeof(): Param...', '/home/www/minel...', 56, Array)
#1 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(56): sizeof('CookieOrpheus')
#2 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(142): MinelordPlugin->GetUserName(Array)
#3 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1168): UserPhotoDefaultUrl(Array)
#4 /home/www/minelord.com/public_html/library/core/functions.render.php(1494): UserModel::getDefaultAvatarUrl(Array, 'thumbnail')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(118): userPhoto(Object(stdClass))
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 2)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
Parameter 1 to PostCountPlugin::DiscussionController_CommentInfo_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 2)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
arrayValue is deprecated. Use val instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'arrayValue is d...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('arrayValue is d...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(76): deprecated('arrayValue', 'val')
#3 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(95): arrayValue(11, Array)
#4 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(87): PostCountPlugin->_AttachPostCount(Object(DiscussionController))
#5 [internal function]: PostCountPlugin->DiscussionController_CommentInfo_Handler(Object(DiscussionController), Array)
#6 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#8 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#9 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 2)
#12 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#14 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#15 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#17 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#19 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#20 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#21 {main}
Notice
Parameter 1 to LastEditedPlugin::DiscussionController_AfterCommentBody_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(168): Gdn_Pluggable->fireEvent('AfterCommentBod...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 2)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
Parameter 1 to SpoilersPlugin::DiscussionController_BeforeCommentDisplay_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(99): Gdn_Pluggable->fireEvent('BeforeCommentDi...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 3)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
consolidateArrayValuesByKey is deprecated. Use array_column instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'consolidateArra...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('consolidateArra...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(167): deprecated('consolidateArra...', 'array_column')
#3 /home/www/minelord.com/public_html/plugins/Voting/class.voting.plugin.php(232): consolidateArrayValuesByKey(Array, 'UserID')
#4 [internal function]: VotingPlugin->DiscussionController_BeforeCommentMeta_Handler(Object(DiscussionController), Array)
#5 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#6 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...', 'handler')
#8 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...')
#9 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(112): Gdn_Pluggable->fireEvent('BeforeCommentMe...')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 3)
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#12 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#14 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#15 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#17 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#19 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#20 {main}
Notice
Parameter 1 to PostCountPlugin::DiscussionController_CommentInfo_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 3)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
arrayValue is deprecated. Use val instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'arrayValue is d...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('arrayValue is d...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(76): deprecated('arrayValue', 'val')
#3 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(95): arrayValue(1232, Array)
#4 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(87): PostCountPlugin->_AttachPostCount(Object(DiscussionController))
#5 [internal function]: PostCountPlugin->DiscussionController_CommentInfo_Handler(Object(DiscussionController), Array)
#6 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#8 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#9 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 3)
#12 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#14 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#15 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#17 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#19 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#20 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#21 {main}
Notice
Parameter 1 to LastEditedPlugin::DiscussionController_AfterCommentBody_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(168): Gdn_Pluggable->fireEvent('AfterCommentBod...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 3)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
Parameter 1 to SpoilersPlugin::DiscussionController_BeforeCommentDisplay_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(99): Gdn_Pluggable->fireEvent('BeforeCommentDi...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 4)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
consolidateArrayValuesByKey is deprecated. Use array_column instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'consolidateArra...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('consolidateArra...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(167): deprecated('consolidateArra...', 'array_column')
#3 /home/www/minelord.com/public_html/plugins/Voting/class.voting.plugin.php(232): consolidateArrayValuesByKey(Array, 'UserID')
#4 [internal function]: VotingPlugin->DiscussionController_BeforeCommentMeta_Handler(Object(DiscussionController), Array)
#5 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#6 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...', 'handler')
#8 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...')
#9 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(112): Gdn_Pluggable->fireEvent('BeforeCommentMe...')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 4)
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#12 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#14 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#15 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#17 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#19 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#20 {main}
Notice
Parameter 1 to PostCountPlugin::DiscussionController_CommentInfo_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 4)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
arrayValue is deprecated. Use val instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'arrayValue is d...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('arrayValue is d...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(76): deprecated('arrayValue', 'val')
#3 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(95): arrayValue(1232, Array)
#4 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(87): PostCountPlugin->_AttachPostCount(Object(DiscussionController))
#5 [internal function]: PostCountPlugin->DiscussionController_CommentInfo_Handler(Object(DiscussionController), Array)
#6 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#8 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#9 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 4)
#12 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#14 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#15 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#17 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#19 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#20 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#21 {main}
Notice
Parameter 1 to LastEditedPlugin::DiscussionController_AfterCommentBody_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(168): Gdn_Pluggable->fireEvent('AfterCommentBod...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 4)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
Parameter 1 to SpoilersPlugin::DiscussionController_BeforeCommentDisplay_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(99): Gdn_Pluggable->fireEvent('BeforeCommentDi...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 5)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
consolidateArrayValuesByKey is deprecated. Use array_column instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'consolidateArra...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('consolidateArra...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(167): deprecated('consolidateArra...', 'array_column')
#3 /home/www/minelord.com/public_html/plugins/Voting/class.voting.plugin.php(232): consolidateArrayValuesByKey(Array, 'UserID')
#4 [internal function]: VotingPlugin->DiscussionController_BeforeCommentMeta_Handler(Object(DiscussionController), Array)
#5 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#6 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...', 'handler')
#8 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...')
#9 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(112): Gdn_Pluggable->fireEvent('BeforeCommentMe...')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 5)
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#12 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#14 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#15 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#17 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#19 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#20 {main}
Notice
sizeof(): Parameter must be an array or an object that implements Countable

#0 [internal function]: gdn_ErrorHandler(2, 'sizeof(): Param...', '/home/www/minel...', 56, Array)
#1 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(56): sizeof('GWindlord')
#2 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(142): MinelordPlugin->GetUserName(Array)
#3 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1168): UserPhotoDefaultUrl(Array)
#4 /home/www/minelord.com/public_html/library/core/functions.render.php(1494): UserModel::getDefaultAvatarUrl(Array, 'thumbnail')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(118): userPhoto(Object(stdClass))
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 5)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
Parameter 1 to PostCountPlugin::DiscussionController_CommentInfo_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 5)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
arrayValue is deprecated. Use val instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'arrayValue is d...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('arrayValue is d...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(76): deprecated('arrayValue', 'val')
#3 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(95): arrayValue(1, Array)
#4 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(87): PostCountPlugin->_AttachPostCount(Object(DiscussionController))
#5 [internal function]: PostCountPlugin->DiscussionController_CommentInfo_Handler(Object(DiscussionController), Array)
#6 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#8 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#9 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 5)
#12 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#14 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#15 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#17 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#19 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#20 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#21 {main}
Notice
Parameter 1 to LastEditedPlugin::DiscussionController_AfterCommentBody_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(168): Gdn_Pluggable->fireEvent('AfterCommentBod...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 5)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
Parameter 1 to SpoilersPlugin::DiscussionController_BeforeCommentDisplay_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(99): Gdn_Pluggable->fireEvent('BeforeCommentDi...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 6)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
consolidateArrayValuesByKey is deprecated. Use array_column instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'consolidateArra...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('consolidateArra...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(167): deprecated('consolidateArra...', 'array_column')
#3 /home/www/minelord.com/public_html/plugins/Voting/class.voting.plugin.php(232): consolidateArrayValuesByKey(Array, 'UserID')
#4 [internal function]: VotingPlugin->DiscussionController_BeforeCommentMeta_Handler(Object(DiscussionController), Array)
#5 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#6 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...', 'handler')
#8 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...')
#9 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(112): Gdn_Pluggable->fireEvent('BeforeCommentMe...')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 6)
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#12 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#14 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#15 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#17 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#19 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#20 {main}
Notice
Parameter 1 to PostCountPlugin::DiscussionController_CommentInfo_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 6)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
arrayValue is deprecated. Use val instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'arrayValue is d...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('arrayValue is d...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(76): deprecated('arrayValue', 'val')
#3 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(95): arrayValue(1232, Array)
#4 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(87): PostCountPlugin->_AttachPostCount(Object(DiscussionController))
#5 [internal function]: PostCountPlugin->DiscussionController_CommentInfo_Handler(Object(DiscussionController), Array)
#6 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#8 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#9 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 6)
#12 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#14 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#15 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#17 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#19 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#20 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#21 {main}
Notice
Parameter 1 to LastEditedPlugin::DiscussionController_AfterCommentBody_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(168): Gdn_Pluggable->fireEvent('AfterCommentBod...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 6)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
Parameter 1 to SpoilersPlugin::DiscussionController_BeforeCommentDisplay_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(99): Gdn_Pluggable->fireEvent('BeforeCommentDi...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 7)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
consolidateArrayValuesByKey is deprecated. Use array_column instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'consolidateArra...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('consolidateArra...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(167): deprecated('consolidateArra...', 'array_column')
#3 /home/www/minelord.com/public_html/plugins/Voting/class.voting.plugin.php(232): consolidateArrayValuesByKey(Array, 'UserID')
#4 [internal function]: VotingPlugin->DiscussionController_BeforeCommentMeta_Handler(Object(DiscussionController), Array)
#5 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#6 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...', 'handler')
#8 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...')
#9 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(112): Gdn_Pluggable->fireEvent('BeforeCommentMe...')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 7)
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#12 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#14 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#15 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#17 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#19 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#20 {main}
Notice
sizeof(): Parameter must be an array or an object that implements Countable

#0 [internal function]: gdn_ErrorHandler(2, 'sizeof(): Param...', '/home/www/minel...', 56, Array)
#1 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(56): sizeof('CookieOrpheus')
#2 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(142): MinelordPlugin->GetUserName(Array)
#3 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1168): UserPhotoDefaultUrl(Array)
#4 /home/www/minelord.com/public_html/library/core/functions.render.php(1494): UserModel::getDefaultAvatarUrl(Array, 'thumbnail')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(118): userPhoto(Object(stdClass))
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 7)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
Parameter 1 to PostCountPlugin::DiscussionController_CommentInfo_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 7)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
arrayValue is deprecated. Use val instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'arrayValue is d...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('arrayValue is d...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(76): deprecated('arrayValue', 'val')
#3 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(95): arrayValue(11, Array)
#4 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(87): PostCountPlugin->_AttachPostCount(Object(DiscussionController))
#5 [internal function]: PostCountPlugin->DiscussionController_CommentInfo_Handler(Object(DiscussionController), Array)
#6 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#8 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#9 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 7)
#12 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#14 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#15 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#17 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#19 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#20 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#21 {main}
Notice
Parameter 1 to LastEditedPlugin::DiscussionController_AfterCommentBody_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(168): Gdn_Pluggable->fireEvent('AfterCommentBod...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 7)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
Parameter 1 to SpoilersPlugin::DiscussionController_BeforeCommentDisplay_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentDi...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(99): Gdn_Pluggable->fireEvent('BeforeCommentDi...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 8)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
consolidateArrayValuesByKey is deprecated. Use array_column instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'consolidateArra...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('consolidateArra...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(167): deprecated('consolidateArra...', 'array_column')
#3 /home/www/minelord.com/public_html/plugins/Voting/class.voting.plugin.php(232): consolidateArrayValuesByKey(Array, 'UserID')
#4 [internal function]: VotingPlugin->DiscussionController_BeforeCommentMeta_Handler(Object(DiscussionController), Array)
#5 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#6 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...', 'handler')
#8 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'BeforeCommentMe...')
#9 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(112): Gdn_Pluggable->fireEvent('BeforeCommentMe...')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 8)
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#12 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#14 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#15 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#17 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#19 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#20 {main}
Notice
sizeof(): Parameter must be an array or an object that implements Countable

#0 [internal function]: gdn_ErrorHandler(2, 'sizeof(): Param...', '/home/www/minel...', 56, Array)
#1 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(56): sizeof('GWindlord')
#2 /home/www/minelord.com/public_html/plugins/Minelord/class.minelord.plugin.php(142): MinelordPlugin->GetUserName(Array)
#3 /home/www/minelord.com/public_html/applications/dashboard/models/class.usermodel.php(1168): UserPhotoDefaultUrl(Array)
#4 /home/www/minelord.com/public_html/library/core/functions.render.php(1494): UserModel::getDefaultAvatarUrl(Array, 'thumbnail')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(118): userPhoto(Object(stdClass))
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 8)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
Parameter 1 to PostCountPlugin::DiscussionController_CommentInfo_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 8)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
arrayValue is deprecated. Use val instead.

#0 [internal function]: gdn_ErrorHandler(16384, 'arrayValue is d...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('arrayValue is d...', 16384)
#2 /home/www/minelord.com/public_html/library/core/functions.deprecated.php(76): deprecated('arrayValue', 'val')
#3 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(95): arrayValue(1, Array)
#4 /home/www/minelord.com/public_html/plugins/PostCount/class.postcount.plugin.php(87): PostCountPlugin->_AttachPostCount(Object(DiscussionController))
#5 [internal function]: PostCountPlugin->DiscussionController_CommentInfo_Handler(Object(DiscussionController), Array)
#6 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#7 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#8 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo', 'handler')
#9 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'CommentInfo')
#10 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(154): Gdn_Pluggable->fireEvent('CommentInfo')
#11 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 8)
#12 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#13 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#14 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#15 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#16 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#17 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#18 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#19 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#20 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#21 {main}
Notice
Cannot assign an empty string to a string offset

#0 /home/www/minelord.com/public_html/library/core/class.format.php(1883): gdn_ErrorHandler(2, 'Cannot assign a...', '/home/www/minel...', 1883, Array)
#1 /home/www/minelord.com/public_html/library/core/class.format.php(1219): Gdn_Format::formatMentionsCallback('')
#2 /home/www/minelord.com/public_html/library/core/class.format.php(1966): Gdn_Format::tagContent('@Rhindon: It's ...', 'Gdn_Format::for...')
#3 /home/www/minelord.com/public_html/library/core/class.format.php(1848): Gdn_Format::mentions('@Rhindon: It's ...')
#4 /home/www/minelord.com/public_html/library/core/class.format.php(294): Gdn_Format::processHTML('@Rhindon: It's ...')
#5 /home/www/minelord.com/public_html/library/core/class.format.php(2198): Gdn_Format::bbCode('@Rhindon: It's ...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(24): Gdn_Format::to('@Rhindon: It's ...', 'BBCode')
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(164): formatBody(Object(stdClass))
#8 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 8)
#9 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#10 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#11 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#12 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#13 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#14 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#15 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#16 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#17 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#18 {main}
Notice
Parameter 1 to LastEditedPlugin::DiscussionController_AfterCommentBody_Handler() expected to be a reference, value given

#0 [internal function]: gdn_ErrorHandler(2, 'Parameter 1 to ...', '/home/www/minel...', 278, Array)
#1 /home/www/minelord.com/public_html/library/Garden/EventManager.php(278): call_user_func_array(Array, Array)
#2 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(806): Garden\EventManager->fire('discussioncontr...', Object(DiscussionController), Array)
#3 /home/www/minelord.com/public_html/library/core/class.pluginmanager.php(765): Gdn_PluginManager->callEventHandler(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...', 'handler')
#4 /home/www/minelord.com/public_html/library/core/class.pluggable.php(133): Gdn_PluginManager->callEventHandlers(Object(DiscussionController), 'DiscussionContr...', 'AfterCommentBod...')
#5 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/helper_functions.php(168): Gdn_Pluggable->fireEvent('AfterCommentBod...')
#6 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 8)
#7 /home/www/minelord.com/public_html/applications/vanilla/views/discussion/index.php(53): include('/home/www/minel...')
#8 /home/www/minelord.com/public_html/library/core/class.controller.php(718): include('/home/www/minel...')
#9 /home/www/minelord.com/public_html/library/core/class.controller.php(1316): Gdn_Controller->fetchView('', false, false)
#10 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#11 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#12 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#13 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#14 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#15 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#16 {main}
Notice
/home/www/minelord.com/public_html/plugins/LastEdited/design/lastedited.css: AssetModel::CssPath() with direct paths is deprecated.

#0 [internal function]: gdn_ErrorHandler(16384, '/home/www/minel...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('/home/www/minel...', 16384)
#2 /home/www/minelord.com/public_html/applications/dashboard/models/class.assetmodel.php(249): deprecated('/home/www/minel...')
#3 /home/www/minelord.com/public_html/library/core/class.controller.php(1807): AssetModel::cssPath('/plugins/LastEd...', 'vanilla', 'desktop')
#4 /home/www/minelord.com/public_html/library/core/class.controller.php(1401): Gdn_Controller->renderMaster()
#5 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#7 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#9 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#10 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#11 {main}
Notice
/home/www/minelord.com/public_html/plugins/Spoilers/css/spoilers.css: AssetModel::CssPath() with direct paths is deprecated.

#0 [internal function]: gdn_ErrorHandler(16384, '/home/www/minel...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('/home/www/minel...', 16384)
#2 /home/www/minelord.com/public_html/applications/dashboard/models/class.assetmodel.php(249): deprecated('/home/www/minel...')
#3 /home/www/minelord.com/public_html/library/core/class.controller.php(1807): AssetModel::cssPath('/plugins/Spoile...', 'vanilla', 'desktop')
#4 /home/www/minelord.com/public_html/library/core/class.controller.php(1401): Gdn_Controller->renderMaster()
#5 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#7 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#9 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#10 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#11 {main}
Info Could not find file 'plugins/EnhanceLinks/design/style.css' in folder 'vanilla'.
Info Could not find file 'plugins/Mediator/design/style.css' in folder 'vanilla'.
Notice
/home/www/minelord.com/public_html/plugins/LastEdited/jquery.timeago.js: AssetModel::JsPath() with direct paths is deprecated.

#0 [internal function]: gdn_ErrorHandler(16384, '/home/www/minel...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('/home/www/minel...', 16384)
#2 /home/www/minelord.com/public_html/applications/dashboard/models/class.assetmodel.php(335): deprecated('/home/www/minel...')
#3 /home/www/minelord.com/public_html/library/core/class.controller.php(1859): AssetModel::jsPath('/plugins/LastEd...', 'vanilla', 'desktop')
#4 /home/www/minelord.com/public_html/library/core/class.controller.php(1401): Gdn_Controller->renderMaster()
#5 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#7 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#9 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#10 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#11 {main}
Info Could not find file 'plugins/Voting/voting.js' in folder 'vanilla'.
Notice
/home/www/minelord.com/public_html/plugins/Spoilers/js/spoilers.js: AssetModel::JsPath() with direct paths is deprecated.

#0 [internal function]: gdn_ErrorHandler(16384, '/home/www/minel...', '/home/www/minel...', 841, Array)
#1 /home/www/minelord.com/public_html/library/core/functions.general.php(841): trigger_error('/home/www/minel...', 16384)
#2 /home/www/minelord.com/public_html/applications/dashboard/models/class.assetmodel.php(335): deprecated('/home/www/minel...')
#3 /home/www/minelord.com/public_html/library/core/class.controller.php(1859): AssetModel::jsPath('/plugins/Spoile...', 'vanilla', 'desktop')
#4 /home/www/minelord.com/public_html/library/core/class.controller.php(1401): Gdn_Controller->renderMaster()
#5 /home/www/minelord.com/public_html/library/core/class.pluggable.php(210): Gdn_Controller->xRender()
#6 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(279): Gdn_Pluggable->__call('render', Array)
#7 /home/www/minelord.com/public_html/applications/vanilla/controllers/class.discussioncontroller.php(362): DiscussionController->index(326, 'x', 'p1')
#8 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(845): DiscussionController->comment('3251')
#9 /home/www/minelord.com/public_html/library/core/class.dispatcher.php(274): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#10 /home/www/minelord.com/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#11 {main}
Info Could not find file 'plugins/EnhanceLinksMinelord/enhancelinks.js' in folder 'vanilla'.
Info Could not find file 'plugins/EnhanceLinks/enhancelinks.js' in folder 'vanilla'.
Info Could not find file 'plugins/Mediator/mediator.js' in folder 'vanilla'.