I made the change to the controller file and did a "killall dispatch.fcgi". I'm still getting the same error. I checked the controller file on the server with "vi" to make sure that it uploaded properly, and it did.
So I tried "killall -umyusername dispatch.fcgi" and "killall -9 dispatch.fcgi".
It seems like something is still cached somewhere, as the error still references 'FileUtils' instead of 'fileutils'. Is there something I'm missing here?
As an aside, the fastcgi.crash.log file shows that the last time the fastcgi was restarted was over 24 hours ago, even though I've done numerous killalls since then. Is this not the correct log to monitor this?
Thanks
2008-11-12 06:18 AM