Typo, shared hosting, and a subdomain

I need some help with my Typo application. I moved it up to my host,
setup the htaccess and redirects all that fun stuff. The redirects and
htaccess seem to be good, but I get the wonderful, “Rails application
failed to start”. In my error logs I get this,

[Mon Apr 14 16:08:22 2008] [error] [client 208.32.120.10] Premature end
of script headers: /home/malag3n/public_html/blog/dispatch.cgi
from /home/malag3n/blog/app/models/sidebar.rb:9
from
/home/malag3n/blog/vendor/rails/activerecord/lib/…/…/activesupport/lib/active_support/dependencies.rb:469:in
const_missing' from /home/malag3n/blog/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:260:inload_missing_constant’
from
/home/malag3n/blog/vendor/rails/activerecord/lib/…/…/activesupport/lib/active_support/dependencies.rb:471:in
const_missing' from /home/malag3n/blog/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:471:insend’
from
/home/malag3n/blog/vendor/rails/activerecord/lib/…/…/activesupport/lib/active_support/dependencies.rb:465:in
const_missing' from /home/malag3n/blog/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:453:inconst_missing’
/home/malag3n/blog/vendor/rails/activerecord/lib/…/…/activesupport/lib/active_support/dependencies.rb:249:in
`load_missing_constant’: Expected
/home/malag3n/blog/app/helpers/application_helper.rb to define
ApplicationHelper (LoadError)

Can anyone help me figure out the issue? I am new rails and lost on what
is causing this to fail so miserably. Thanks.