Jun 18
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
Jun 18
If you need to replace joomla administrator password.
Follow the steps,
Once in the phpMyAdmin select the Joomla’s database from the drop-
down menu at left. The page will refresh and the database’s tables
will be displayed on it. Open the SQL tab (look at the top
navigation bar).
In the text field write the following SQL query:
UPDATE `jos_users` SET `password` = MD5( ‘new_password’ ) WHERE
`jos_users`.`username` = “admin” ;
“new_password” - replace this with the new password you wish to use.
“admin” - replace this if your admin username is different.
Once you are ready, click on the GO button to submit the query. If
everything goes fine without errors, you should be able to login to
Joomla with the new password.
Jun 18
To resolve this error, when in phpMyAdmin:
1. Choose the database in question on the left panel / top.
2. Now, when looking at the database displayed, on the left panel, choose _plugins
3. Choose the Structure Tab > Edit the “published” Field (7th item down) and change “0″ to “1″
4. Click “Save”
5. Go to the Browse Tab > id = 1 > name = Authentication-Joomla > Now, click on Edit pencil and change published = “1″ and click on “Go” (save)
http://forum.joomla.org/viewtopic.php?f=432&t=230114
Recent Comments