Re: [Rails] Adding div id leading to 500 internal server error in linu
On Fri, Jan 29, 2010 at 6:00 AM, Kumar Kk <lists@ruby-forum.com> wrote:
>
>
> Hi,
>
> When i am going to change the div id of an haml page on a linux system
> leading to 500 error.
>
> Example:
>
> index.html.haml
>
> Original code:
>
> #home-main
> #home-main-left
> #div-home-step-1
> #div-home-step-2
> #div-home-step-3
>
> This i am changing to index.html.haml changed one
>
> #home-main
> #home-main-left
> .Test
> #div-home-step-1
> #div-home-step-2
> #div-home-step-3
>
> This changed file i am uploading to linux server.
>
> When i am changing these things its leading to 500 error.
> --
Check your indentation.
If you need further help, post some error log.
Cheers.
--
Leonardo Mateo.
There's no place like ~
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home