News:

AbanteCart v1.4.2 is released.

Main Menu
support

Error 1054 while loginto admin panel

Started by gold2000, June 21, 2017, 10:24:44 AM

Previous topic - Next topic

gold2000

Hello Team

This morning suddenly I am facing this message while logging in to my Abantecart Admin

Please advise.

abantecart

Hello.

Did you upgrade your AbanteCart recently?

Looks like you are missing `salt` field on users table.

You can ran these to make sure you have salt field

ALTER TABLE `ac_customers`
ADD COLUMN `salt` varchar(32) COLLATE utf8_general_ci NOT NULL DEFAULT '';
ALTER TABLE `ac_customers` ADD COLUMN `salt` varchar(8) COLLATE utf8_general_ci NOT NULL DEFAULT '';

ALTER TABLE `ac_users` ADD COLUMN `salt` varchar(8) COLLATE utf8_general_ci NOT NULL DEFAULT '';
ALTER TABLE `ac_users` MODIFY `password` varchar(40);


Do not forget to replace ac_ with your abmr_ prefix on the tables.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Forum Rules Code of conduct
AbanteCart.com 2010 -