ndondo wrote:
I found the possible fix
I have tried it, but does not seem to work
But I will try it one more time
http://forum.joomla.org/index.php?topic ... .msg831005I have to modify component/com_login/login.php
Change
From
// load the html drawing class
require_once( $mainframe->getPath( 'front_html' ) );
global $database, $my, $mainframe;
global $mosConfig_live_site, $mosConfig_frontend_login, $mosConfig_db;
To
// load the html drawing class
global $database, $my, $mainframe;
global $mosConfig_live_site, $mosConfig_frontend_login, $mosConfig_db;
require_once( $mainframe->getPath( 'front_html' ) );
or else I will get
Fatal error: Call to a member function on a non-object in component/com_login/login.php line 19