| Thanks Jay, After a lot of excruciating tracing and debugging, I deduced that part of the upload progress plugin is loading the session, but the Role model stored in it was undefined. So all it ended up requiring is the line require 'roles.rb' in multipart_progress.rb, right before it loads the session. By the way, this problem shows itself in the logs as the following error, which someone (I believe here) had tried to solve a while ago (I ran across it in Google): "Exception during setup of read_multipart_with_progress: undefined class/module Role" -- Shane On Aug 30, 2006, at 4:27 PM, Jay Levitt wrote:
__________________________________ Shane Iseminger Principal Ethos Media Creative Group 719.589.2800 |
_______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
