Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Who's Online Settings throwing Fatal Error in PHP.call_user_func_array();
gohunter
✭
The error occurred on or near: /var/www/sitedomain/library/core/class.dispatcher.php 333: try { 334: $this->FireEvent('BeforeControllerMethod'); 335: Gdn::PluginManager()->CallEventHandlers($Controller, $Controller->ControllerName, $ControllerMethod, 'Before'); 336: 337: call_user_func_array($Callback, $Args); 338: } catch (Exception $Ex) { 339: $Controller->RenderException($Ex); 340: } 341: } elseif (method_exists($Controller, $ControllerMethod)) { Backtrace: /var/www/sitedomain/library/core/class.dispatcher.phpPHP::Gdn_ErrorHandler(); [/var/www/sitedomain/library/core/class.dispatcher.php:337] PHP::call_user_func_array(); [/var/www/sitedomain/index.php:46] Gdn_Dispatcher->Dispatch(); Variables in local scope: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 84 bytes) in /var/www/sitedomain/library/core/functions.error.php on line 432
Any idea why this is being thrown?
Tagged:
0
Comments
see:
there is probably some "bad" loop that keeps on executing the plugin consuming all memory.
you could try vrijvlinders plugin. http://vanillaforums.org/addon/onlinenow-plugin
also see
http://vanillaforums.org/discussion/27848/wysiwyg-and-statistics-plugins-not-working-on-fresh-2-1-2-install/p1
you can add to the information, if you want, that would be very nice
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.