How do I access the sign up page?

1 view
Skip to first unread message

chrgra

unread,
Jul 24, 2008, 12:13:25 AM7/24/08
to Lovd by Less
I'm positive that my windows installation is working properly. I'm
using Lovdbyless with RadRails, Rails 2.1, and MySQL, w/ Mongruel
server. My only real problem is ferret installation issues (not sure
because I installed it locally in ruby).

Anyway my problem is that once i launch the server, I have no idea how
to access "the site" in order to sign up as an admin. Everything is
set properly, especially the app skeleton. but when i do "http://
localhost:3000/application/signup", I end up with the 500 Internal
Server Error.

Is this a problem with my database? I set the database.yml like so
(asterisk represents password):

development:
adapter: mysql
encoding: utf8
database: social_network_development
username: root
password: *****
host: localhost

test:
adapter: mysql
encoding: utf8
database: social_network_test
username: root
password: *****
host: localhost

production:
adapter: mysql
encoding: utf8
database: social_network_production
username: root
password: ******
host: localhost


I also suspect that it could be because I kept the
database.yml.tmp as well (both identical). Please help!!

Steven A Bristol

unread,
Jul 24, 2008, 10:18:12 AM7/24/08
to lovdb...@googlegroups.com
On Thu, Jul 24, 2008 at 12:13 AM, chrgra <redxbl...@aol.com> wrote:
>
> I'm positive that my windows installation is working properly. I'm
> using Lovdbyless with RadRails, Rails 2.1, and MySQL, w/ Mongruel
> server. My only real problem is ferret installation issues (not sure
> because I installed it locally in ruby).
>
> Anyway my problem is that once i launch the server, I have no idea how
> to access "the site" in order to sign up as an admin. Everything is
> set properly, especially the app skeleton. but when i do "http://
> localhost:3000/application/signup", I end up with the 500 Internal
> Server Error.

Can you send a pastie (http://pastie.org) with the error? You can find
the stack in the log/development.rb.

>
> Is this a problem with my database? I set the database.yml like so
> (asterisk represents password):
>
> development:
> adapter: mysql
> encoding: utf8
> database: social_network_development
> username: root
> password: *****
> host: localhost
>
> test:
> adapter: mysql
> encoding: utf8
> database: social_network_test
> username: root
> password: *****
> host: localhost
>
> production:
> adapter: mysql
> encoding: utf8
> database: social_network_production
> username: root
> password: ******
> host: localhost
>

This looks fine to me.

>
> I also suspect that it could be because I kept the
> database.yml.tmp as well (both identical). Please help!!

Keeping both files is just fine. It's what I do.


steven bristol

Reply all
Reply to author
Forward
0 new messages