locally all is well. but when i moved my app to my server i got an error because cake didn't recognize my custom helper.
the error for my helper 'Halp' was
Undefined property: View::$Halp
it is declared inside of my app_controller.php file like:
var $helpers = array('Time','Halp','FileUpload.FileUpload','Html','Ajax', 'Form', 'Session','Javascript','Js' => array('Jquery'));
and located at:
app/views/helpers/halp.php
It works fine on my local MAMP setup
(using latest clone of 1.3)