From: Tom Allison Date: 2006-07-30T01:43:47+09:00 Subject: many many warnings... [Sat Jul 29 10:40:30 2006] [warn] mod_fcgid: stderr: /usr/lib/ruby/1.8/cgi/session.rb:312: warning: instance variable @write_lock not initialized [Sat Jul 29 10:40:30 2006] [warn] mod_fcgid: stderr: /usr/lib/ruby/1.8/cgi/session.rb:315: warning: instance variable @data not initialized [Sat Jul 29 10:40:30 2006] [warn] mod_fcgid: stderr: /usr/lib/ruby/1.8/cgi/session.rb:395: warning: instance variable @hash not initialized I run my fcgi script under ruby -w. I don't think these are related to the FileStore storage that I'm using, rather the PStore. Is this something that can be fixed or am I doing it wrong?