Topic: Trouble with User admin in Wolf 0.6.0 after upgrade

I have a WolfCMS install running 0.6.0 that has been migrated from FrogCMS, to WolfCMS 0.5.5, and now to WolfCMS latest.  I am not able to edit or add users.  Attempting to do either results in a red error box to appear briefly that says "User has not been saved!".

This worked fine in WolfCMS 0.5.5 so I'm pretty sure this is new.  Anyone else seeing this issue?  Any suggestions on where to find a solution?

Thumbs up

2

Re: Trouble with User admin in Wolf 0.6.0 after upgrade

Not sure what to suggest, but at the very least can you confirm that this step in the upgrade from 0.5.5 > 0.6.0 was successfully completed:

- Add a field to the 'user' table;
    language varchar(40) default NULL

(From the "updating.txt" file in the docs/ folder.) If you're having trouble altering that mySQL table (if you're using mySQL -- or are you using SQLite?), let us know.

Failing that, do tell us more about your environment (PHP, mySQL and Apache versions, etc.).

Re: Trouble with User admin in Wolf 0.6.0 after upgrade

That was it, thank you.  After the upgrade I neglected to look at that file so the language field was not added.  Interestingly, the cron table that the update requested already existed so I did not need to perform that action.

Thanks again.
Brent

Thumbs up