This is an internal Agavi exception. Please consult the documentation for assistance with solving this issue.
An exception of type AgaviException was thrown, but did not get caught during the execution of the request. You will find information provided by the exception along with a stack trace below.
Headers already sent, output started in "/www/htdocs/w009997a/htdocs/agavi10/sites/bikerkartei/app/lib/model/Advert/AdvertsCatFactoryModel.class.php" on line "23"
$file = $line = ''; if(headers_sent($file, $line)) { throw new AgaviException('Headers already sent, output started in "' . $file . '" on line "' . $line . '"'); } else { unset($file, $line); } $this->setHttpHeader('Content-Length', 0); } } $this->sendHttpResponseHeaders($outputType); if(!$this->redirect || $this->getParameter('send_redirect_content', false)) { $this->sendContent(); }}$response->merge($this->response);if($this->getParameter('send_response')) {$response->send();}return $response;} catch(Exception $e) {// +---------------------------------------------------------------------------+// | Call the controller's dispatch method on the default context |// +---------------------------------------------------------------------------+AgaviContext::getInstance('web')->getController()->dispatch(); ?>