Bulldog Breeds Forums banner
1 - 9 of 9 Posts

· Legend
Joined
·
5,257 Posts
I am still having the same issue. Had to use the back door as I could not get there from the BDB homepage.

Heres the "error code" I get from the homepage.

#!/usr/bin/ruby # # You may specify the path to the FastCGI crash log (a log of unhandled # exceptions which forced the FastCGI instance to exit, great for debugging) # and the number of requests to process before running garbage collection. # # By default, the FastCGI crash log is RAILS_ROOT/log/fastcgi.crash.log # and the GC period is nil (turned off). A reasonable number of requests # could range from 10-100 depending on the memory footprint of your app. # # Example: # # Default log path, normal GC behavior. # RailsFCGIHandler.process! # # # Default log path, 50 requests between GC. # RailsFCGIHandler.process! nil, 50 # # # Custom log path, normal GC behavior. # RailsFCGIHandler.process! '/var/log/myapp_fcgi_crash.log' # require File.dirname(__FILE__) + "/../config/environment" require 'fcgi_handler' RailsFCGIHandler.process!
 

· Registered
Joined
·
6,256 Posts
Issue fixed. Glitch due to an upgrade we did to backend system stuff. It's really geeky. Would bore all of us to death. Except maybe Tash. :)
Hey, I resent that comment! Ok, maybe not, and you're right, it wouldn't bore me. Thanks for getting it fixed.
 

· Registered
Joined
·
12,980 Posts
Discussion Starter · #8 ·
Awesome. It was even more frustrating b/c I couldn't get to Tash to tell her (she was never online when I needed her, and her number isn't in my new phone). :(

Glad you guys got it fixed!
 

· Registered
Joined
·
6,256 Posts
Awesome. It was even more frustrating b/c I couldn't get to Tash to tell her (she was never online when I needed her, and her number isn't in my new phone). :(

Glad you guys got it fixed!
:( I'm sorry, I had to close down my messenger, and forgot to restart it. I will text you as soon as my phone is done charging!
 
1 - 9 of 9 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top