search for: other_product

Displaying 1 result from an estimated 1 matches for "other_product".

Did you mean: order_product
2006 Apr 13
1
Uninitialized constant in a template for production server only
...ing server (debian sarge) but the prodution server (debian sarge) hates what we have done. We have some variables set in the various environments *.rb file One of them is a link to another product. It changes based on what environments for example we have in development.rb the following set: OTHER_PRODUCT = "localhost:3002" in staging.rb we have: OTHER_PRODUCT = "stage.server.url" and in productionn.rb we have: OTHER_PRODUCT = "production.server.url" In the first two instances everything is fine, but in the production server we always get a 500 error on any page...