Joomla admin page comes out without the login prompt

ARUN Post in JOOMLA
0

After a update joomla admin page comes out without the login prompt, however I can see the logout button when I try accessing the login screen

www.domain.com/administrator.

Solution :

Open helper.php   under  /home/UN/public_html/administrator/includes/

change line 30 :    if (!$user->authorise(‘core.login.admin’)) {

to

if ($user->get(‘guest’)) {

Save and quit

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.