I removed username from the order_user table because it wasn't being
utilized in the code at all.
--------------------
http://subimage.com
http://twitter.com/subimage
> --
> You received this message because you are subscribed to the Google Groups
> "substruct" group.
> To post to this group, send email to subs...@googlegroups.com.
> To unsubscribe from this group, send email to
> substruct+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/substruct?hl=en.
>
Yeah what's the backtrace?
-r
Historically this has meant "it is using an old version of OrderUser
because plugins don't get reloaded right" [1]
http://hervalicio.us/blog/2007/05/07/user-expected-got-user/
my typical work around is to run it in production mode, but that
wouldn't, of course, explain *why* it appears to be loading your
order_user file from both the plugin and models folder.
To see "when" it is loading both of them you could puts a
"puts caller"
at the top of each file.
GL.
-r