Thanks, both Clint and Scott. You guys are right on. /script/console did the trick; it showed that it's a db permission problem.
-Tony On 11/19/05, Scott Laird <scott at sigkill.org> wrote: > > On Nov 18, 2005, at 11:19 PM, Tony Tseng wrote: > > Hi, > > I'm trying to install typo 2.6.0, and I've been getting the dreaded > > 500 status code without any useful stack trace/error message at all. > > > > Here's my environment: > > ruby 1.8.3 > > rails 0.14.3 > > postgresql 8.1 > > > > I doubt this is an environment issue, as my other rails apps are > > working. Also I'm just trying to get typo to work in webrick, so this > > is not a lighttpd/apache conf issue. > > You're getting a 500 error out of webrick? 75% chance it's a > database config problem. > > Try running ./script/console and then doing Article.find(:all). Does > that produce an exception? > > > Scott > _______________________________________________ > Typo-list mailing list > Typo-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list >
