10 September 2013

Solution of Joomla 3.5 authentication error: Warning JAuthentication: :__construct: Could not load authentication libraries.


joomla login
joomla login


  • The solution steps are given bellow:
  •   Step1: connect your Joomla database with any database tools like phpMyadmin or Navicat for MySQL, I personally like to use Navicat.
 
  • Step2:  Find the tabprefix _extensions table in my case it’s” ybgvu_extensions” & brows for data on that table.
 
  • Step3: Find for the name ”plg_authentication_joomla” & change the enable column value from 0 to 1 & save the change.


JOOMLA tabprefix _extensions
tabprefix _extensions


  • Step 4: It’s done. Now you can login to your Joomla website using your existing username & password.
Joomla Administration panel
Joomla Administration panel

Joomla! Bible

No comments:

Post a Comment

Featured Post

How to Write PHP code and HTML code within a same file

A PHP file can have both PHP code and HTML code together. Any HTML code written outside of PHP <?php //php code here… ?> Code is ig...

Popular Posts