You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the app to INSTALLED_APPS, so you should be able to run dev/django syncdb to fix. The problem also occurs in Dev, so you can test the fix there first.
Just before running syncdb, please edit settings.py and temporarily uncomment the emailconfirmation line (132) in INSTALLED_APPS. After the email confirmation tables are created, comment that line out again. Otherwise, a NoMigrations error will occur, preventing South migrations from running.
When attempting to change one's email address in PlantShare in Production, "An error occurred" is returned.
This coincides with a stack trace message. According to it, it appears the necessary database tables may not yet be set up in Production.
The text was updated successfully, but these errors were encountered: