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.
Options

Who's Online Settings throwing Fatal Error in PHP.call_user_func_array();

gohuntergohunter
edited November 2014 in Vanilla 2.0 - 2.8
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:

Comments

Sign In or Register to comment.