BigBlueButton fails to load and exits at this url:
/tiki-ajax_services.php?controller=bigbluebutton&action=join
I have traced it to the following function in /lib/core/Services/Broker.php:
private function attemptProcess($controller, $action, $request)
{
if $controller" class="wiki wikinew text-danger tips isset">$this->controllerMap$controller {
$controllerClass = $this->controllerMap$controller;
$handler = new $controllerClass;
$method = 'action_' . $action;
if (method_exists($handler, $method)) {
if (method_exists($handler, 'setUp')) {
$handler->setUp();
}
return $handler->$method($request);
} else {
throw new Services_Exception(tr('Action not found (%0 in %1)', $action, $controller), 404);
}
} else {
throw new Services_Exception(tr('Controller not found (%0)', $controller), 404);
}
}
the code stops functioning at this line of code:
return $handler->$method($request);
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |