View Single Post
  #10  
Old 09-01-2009, 04:00 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Try adding the following code to lsws/fcgi-bin/RailsRunner.rb

Code:
ActiveRecord::Base.connection_handler.clear_active_connections! if defined?(ActiveRecord::Base.connection_handler)
just below
Code:
ActiveRecord::Base.clear_active_connections! if defined?(ActiveRecord::Base)
around line 58.

then restart LSWS or the App.
Reply With Quote