OSU-Net / cyder

Cyder
BSD 3-Clause "New" or "Revised" License
10 stars 12 forks source link

Going to admin page results in traceback #1036

Closed murrown closed 9 years ago

murrown commented 9 years ago

https://cyder.oregonstate.edu/administration/ or /administration on your dev instance should drop some message about "UserProfile matching query does not exist."

murrown commented 9 years ago

I can't reproduce this error locally, so I'm not sure what's causing it.

akeym commented 9 years ago

did you pull a copy of the production database when testing?

On Thu, Aug 20, 2015 at 10:29 AM, Nathan Murrow notifications@github.com wrote:

I can't reproduce this error locally, so I'm not sure what's causing it.

— Reply to this email directly or view it on GitHub https://github.com/OSU-Net/cyder/issues/1036#issuecomment-133084262.

murrown commented 9 years ago

Good call. Something seems to be wrong with one of the users, and they don't have a UserProfile associated with them.

akeym commented 9 years ago

created necessary userprofile.. fixed it.