Unable to Login the Back End - Joomla! Forum - community, help and support
did silly thing , disabled user profile plugin. not sure if reason or not cannot login joomla administration dashboard , correct have done. can 1 has come across issue before please help.
i cannot go day without being resolved. many thanks.
i cannot go day without being resolved. many thanks.
hello,
you have access database. go website's database , execute following queries database:-
select * `#__extensions` `type` 'plugin' , `element` 'joomla' , `folder` 'user'
select * `#__extensions` `type` 'plugin' , `element` 'profile' , `folder` 'user'
note:- replace #_ in above queries prefix of database table.
now enable joomla-user , profile plugins. enabling change value of `enabled` column 0 1. can access backend. hope you.
you have access database. go website's database , execute following queries database:-
select * `#__extensions` `type` 'plugin' , `element` 'joomla' , `folder` 'user'
select * `#__extensions` `type` 'plugin' , `element` 'profile' , `folder` 'user'
note:- replace #_ in above queries prefix of database table.
now enable joomla-user , profile plugins. enabling change value of `enabled` column 0 1. can access backend. hope you.
Comments
Post a Comment