how to publish plug ins without admin panel ? - Joomla! Forum - community, help and support
hi
the problem deactive every plugin in site , after cant login administrator panel
how can recover site ?
plz need hlp
the problem deactive every plugin in site , after cant login administrator panel
how can recover site ?
plz need hlp
you can use mysql administration utility, example phpmyadmin, , edit plugin rows in extension table. can start following query lists key plugins allow login once enabled (change 'mydatabase' , table prefix match setup):
code: select all
select * mydatabase.jos_extensions
where `type` = 'plugin' , folder in('authentication', 'user')
order extension_id
Comments
Post a Comment