Solved Installation error uvdesk/public/wizard/xhr/load/super-user| 1146 Table 'uvdesk1.uv_support_role' doesn't exist
-
Hi,
ubuntu 18.04 , I checked installation version from composer and also from zip file, same error.
I checked also configuration by shell script, didn't help. I don't know what to do... I am not sure if it ask about super admin account from uvdesk or the symfony framework, I found some ideas on forum like changing url parameter add/remove "resolve" in config file doctrine.yaml, but that didn't help also.I am quite sure or chmods done correctly, php limit set in php.ini, and also permission apache to override set on ALL.
Please check it guys, I sucked. -
@lukaszw
Please try manually setup your project like given solution below if it works for you !!https://github.com/uvdesk/community-skeleton/issues/290#issuecomment-661113642
-
Thank You, works for me.
Are You sure about login password to system ?
Email is correct becouse I see it on db, but password is protected so I can't confirm it.
I can't log in... -
Yes it is confirmed.
-
You can also create a admin by command and setup his password.
php bin/console uvdesk_wizard:defaults:create-user ROLE_ADMIN
or
php bin/console uvdesk_wizard:defaults:create-user ROLE_SUPER_ADMINJust fill all the details for the admin and login using new details.
-
@Sanjeev something is not working properly, I created new user account with passwords and I can't still log in...
Is it some special login path for members/admins to log in or it is the same ? -
All ok, just need to log in with path public/en/member/login. Thank You for help, perfect job.