Notice: Undefined property: AkRequest::$protocol in /usr/src/akelos/lib/AkActionController.php on line 1068 Notice: Undefined property: AkRequest::$host in /usr/src/akelos/lib/AkActionController.php on line 1068 Notice: Undefined property: AkRequest::$request_uri in /usr/src/akelos/lib/AkActionController.php on line 1068
In my application layout file, i tried using link_to_unless_current, or even just current_page from the url_helper. But I always get the error message as you can see. Seems like the AkRequest object is empty for some reason. Everything else works great.