Hi, Huston.... can you hear me ...? We have a problem :
Upgrade from 5.4.5 to 5.5.6
Collapse
X
-
Hi,
Upgrade script was not executed for some reason. You can run SQL queries:
UPDATE `user` SET type = 'admin' WHERE is_admin = 1
UPDATE `user` SET type = 'portal' WHERE is_portal_user = 1If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks. -
Hello.
If you have installed phpMyAdmin you can enter to your database, find field "user" or "portal_user", choose needed one, find record Admin, choose edit and change the record in the "is_admin" field from 0 to 1, then go to the bottom of the page and press "Go" under the table to save new parameters. Also, you can find how to make it via a command line.Comment
Comment