public_html/app_error.php (line 93)
Array
(
    [className] => IntranetController
    [webroot] => /
    [url] => intranet/login_eu.php
    [base] => 
)

Errors

Missing Controller

Error: IntranetController could not be found.

Error: Create the class IntranetController below in file: public_html/controllers/intranet_controller.php

<?php
class IntranetController extends AppController {

	var $name = 'Intranet';
}
?>

Notice: If you want to customize this error message, create public_html/views/errors/missing_controller.ctp