Without logs it is very hard to deduce what has occurred

but the error appears to be happening on the following routes

/categories/show/wine
/categories/sub-categories/red-wines

but not on

/categories/sub-categories/biscuits
/categories/show/food

Therefore at a guess there is a problem accessing the Wine model (if 
infact youhave a wine model?).

Query your database copy though script/console to ensure you can access 
the wine model.

if that works then you know the problem is somewhere in the controller 
code handling the wine model.  Anyway  you really need the server error 
logs that show you the problem and should provide a stack trace so u can 
see where it is failing.

By the way your drop down menus dont work in Safari. (the background is 
clear not white or whatever)



Andy Dercole wrote:
> Hi guys,
> 
> i am now trying to learn ruby, there was another developer that left and
> i have a problem with our company website, www.italyabroad.com. when
> clicking on wine on the navigation bar, the page does not open and there
> is an error. when clicking on all other sections of the website (eg
> food) that should use the same code, it works. i cannot understand where
> is the problem, i have gone through plenty of books but my knowledge of
> ruby is not up to it yet, any idea where is the error? thanks for all
> your help.
> 
> Andy

-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to