Omeka 1.1 upgrade

Any idea why, after upgrading, I get this message every time I add a user?

"An error has occurred in Omeka. To track the contents of this error, please enable error logging."

The user seems to add fine, but the error always comes up.

Hi jamil,

No ideas offhand. To enable error reporting, you'll need to edit two files:

1) edit your .htaccess file, set php_display_errors to 1.

2) edit your application/config/config.ini, and change 'debug_exceptions' to true.

When you do this, it should actually print a more detailed error message we can use for debugging. When you do that, copy and paste that message here and we'll investigate more.

Thanks,
Jeremy