/app/Error/BespokeExceptionRenderer.php (line 4)
object(MissingControllerException) {
[protected] _messageTemplate => 'Controller class %s could not be found.'
[protected] _attributes => array(
'class' => 'ContentController',
'plugin' => null
)
[protected] _responseHeaders => null
[protected] message => 'Controller class ContentController could not be found.'
[protected] code => (int) 404
[protected] file => '/home/ukskunkworksco/public_html/lib/Cake/Routing/Dispatcher.php'
[protected] line => (int) 161
}
Warning (2): Cannot modify header information - headers already sent by (output started at /home/ukskunkworksco/public_html/lib/Cake/basics.php:120) [APP/Error/BespokeExceptionRenderer.php, line 7]Code Context }
public function render() {
header('Location: /pages/page_not_found');
header - [internal], line ??
BespokeExceptionRenderer::render() - APP/Error/BespokeExceptionRenderer.php, line 7
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127
[main] - [internal], line ??