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:

On Wed, 30 Aug 2006 11:58:13 -0600, Shane Iseminger wrote:

Has anyone tried to use the UserEngine alongside the upload progress  
plugin? We have everything working correctly for both of those, but  
we're finding that when a user is logged in, the ajax requests used  
in the upload plugin get hung up. They never return anything, and I  
have to kill off the fcgi processes it kicks up manually.

I had them both working in an app that no longer exists... sorry that
doesn't give you much detail, but at least you know they CAN work.  No idea
what's different about your situation.

Jay Levitt

_______________________________________________
engine-users mailing list

__________________________________

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

Reply via email to