PDA

View Full Version : Rails Problem



jtc331
02-02-2007, 06:02 PM
I have been trying to use the Eribium (http://www.eribium.org) CMS for rails. If I run it normally, it will not migrate the database to show any pages. It seemed like it may be an error because deprecation caused by the upgrade to 1.2.1, so I froze the 1.1.6 rails version into the app. Now the migration worked, but still no pages come in - instead I get the "Application error: Rails application failed to start properly" page. If I run Webrick on bluehost though (using an ssh proxy connection to access 0.0.0.0 on port 3000) everything works. The moment I try it just with apache again, nothing works.

Thanks for your help,
jtc331