Recently I upgraded one of my clients from Joomla 1.1.1 to 1.1.2.
After installation, I found I was suddenly receiving the following error:-
Fatal error: Class ‘jsmfFrontend’ not found in /modules/mod_smf_login.php on line 107
after installing a patch to upgrade from Joomla 1.1.11 to 1.1.12
I was able to temporarily abolish it by going into my admin and turning off the SMF-Login module (from Modules Menu). It’s obviously an incompatibility between the Joomlahacks SMF bridge login module and the Joomla 1.1.12 upgrade.
The joomla upgrade reinstalls the index.php file in root - so it removes the patch that the joomlahacks smf bridge applies to that file during installation.
You need to go to your admin panel, components, select JoomlaHacks SMF-Bridge, and install, and then ‘click to patch’ the index file..
You might need to chmod your index file to 777 to allow the patch to be applied.
This removes the Fatal error: Class ‘jsmfFrontend’ not found in /modules/mod_smf_login.php on line 107
message
Recent Comments