zpfled / guevaras

website for 2Chez restaurant
2chezrestaurant.com
0 stars 0 forks source link

Shit's Broken #2

Closed davecrow closed 10 years ago

davecrow commented 10 years ago

Just tried to launch the site and I'm getting errors.

When I run

shotgun config.run

the server seems to load fine in the terminal. But when I pull the site up in the browser I get:

Boot Error

Something went wrong while loading config.ru

DataObjects::ConnectionError: could not connect to server: Permission denied Is the server running locally and accepting connections on Unix domain socket "/var/pgsql_socket/.s.PGSQL.5432"? (code: , sql state: , query: , uri: )

Plus a bunch of other stuff.

You're the Ruby expert on this project. :-) Any idea how to fix it?

It works fine in my onepage branch still. So something in your changes tonight broke it.

zpfled commented 10 years ago

Change every instance I 'manager' to 'editor' in the 2chrz.rb file and it should work. If not I'll fix it tomorrow.

Sorry:)

Sent from my iPhone

On Feb 13, 2014, at 12:33 AM, davecrow notifications@github.com wrote:

Just tried to launch the site and I'm getting errors.

When I run

shotgun config.run

the server seems to load fine in the terminal. But when I pull the site up in the browser I get:

Boot Error

Something went wrong while loading config.ru

DataObjects::ConnectionError: could not connect to server: Permission denied Is the server running locally and accepting connections on Unix domain socket "/var/pgsql_socket/.s.PGSQL.5432"? (code: , sql state: , query: , uri: )

Plus a bunch of other stuff.

You're the Ruby expert on this project. :-) Any idea how to fix it?

It works fine in my onepage branch still. So something in your changes tonight broke it.

Reply to this email directly or view it on GitHubhttps://github.com/zpfled/guevaras/issues/2 .

davecrow commented 10 years ago

Ahh...my ruby files got completely out of sync.


Dave Crow

On Wed, Feb 12, 2014 at 11:39 PM, zpfled notifications@github.com wrote:

Change every instance I 'manager' to 'editor' in the 2chrz.rb file and it should work. If not I'll fix it tomorrow.

Sorry:)

Sent from my iPhone

On Feb 13, 2014, at 12:33 AM, davecrow notifications@github.com wrote:

Just tried to launch the site and I'm getting errors.

When I run

shotgun config.run

the server seems to load fine in the terminal. But when I pull the site up in the browser I get:

Boot Error

Something went wrong while loading config.ru

DataObjects::ConnectionError: could not connect to server: Permission denied Is the server running locally and accepting connections on Unix domain socket "/var/pgsql_socket/.s.PGSQL.5432"? (code: , sql state: , query: , uri: )

Plus a bunch of other stuff.

You're the Ruby expert on this project. :-) Any idea how to fix it?

It works fine in my onepage branch still. So something in your changes tonight broke it.

Reply to this email directly or view it on GitHubhttps://github.com/zpfled/guevaras/issues/2 .

Reply to this email directly or view it on GitHubhttps://github.com/zpfled/guevaras/issues/2#issuecomment-34952366 .

davecrow commented 10 years ago

Or I was still looking at the weekly website project files in Sublime because I'm and idiot.

Changed manger to editor and it's still broken for me. So I'll wait for you to work your magic tomorrow.