Code Context $e->getTraceAsString()
);
trigger_error($message, E_USER_ERROR);
$exception = MissingControllerException
$config = array(
"handler" => "ErrorHandler::handleException",
"renderer" => "ExceptionRenderer",
"log" => true
)
$message = "[MissingTableException] Database table pdfs for model Pdf was not found.
#0 /var/www/html/dentis/html/lib/Cake/Model/Model.php(3258): Model->setSource('pdfs')
#1 /var/www/html/dentis/html/lib/Cake/Model/Model.php(2483): Model->getDataSource()
#2 /var/www/html/dentis/html/app/Controller/AppController.php(180): Model->find('first', Array)
#3 /var/www/html/dentis/html/app/Controller/AppController.php(186): AppController->__exists_pdf_template()
#4 /var/www/html/dentis/html/lib/Cake/Controller/CakeErrorController.php(64): AppController->beforeRender()
#5 /var/www/html/dentis/html/lib/Cake/Controller/Controller.php(865): CakeErrorController->beforeRender()
#6 /var/www/html/dentis/html/lib/Cake/Error/ExceptionRenderer.php(282): Controller->render('error500')
#7 /var/www/html/dentis/html/lib/Cake/Error/ExceptionRenderer.php(191): ExceptionRenderer->_outputMessageSafe('error500')
#8 [internal function]: ExceptionRenderer->_cakeError(Object(MissingControllerException))
#9 /var/www/html/dentis/html/lib/Cake/Error/ExceptionRenderer.php(165): call_user_func_array(Array, Array)
#10 /var/www/html/dentis/html/lib/Cake/Error/ErrorHandler.php(127): ExceptionRenderer->render()
#11 [internal function]: ErrorHandler::handleException(Object(MissingControllerException))
#12 {main}"
$renderer = "ExceptionRenderer"
$error = ExceptionRenderer
ExceptionRenderer::$controller = CakeErrorController object
ExceptionRenderer::$template = "missingController"
ExceptionRenderer::$method = "_cakeError"
ExceptionRenderer::$error = MissingControllerException object
$e = MissingTableException
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 136
[main] - [internal], line ??