Desparate HELP website crashed

gibby
14 years, 1 month ago
Hi

I know you will all say I should have backed up the site but after 15 or so successful modules / plugins I just didn't think this one would crash my site.

I uploaded the extension and got errors after the upload, when I refreshed the screen my website was gone...

All I get is errors messages across the screen

PLEASE HELP - look at the website to see the errors - I am just a user and really need your help to fix this...

www.wish-group.cc

Thanks

Gibby
Barnabas
14 years, 1 month ago
Gibby,
Are you able to login as administrator?
If so, go to extensions > plugins
and disable mobilebot. (Mobile Joomla Plugin)
gibby
14 years, 1 month ago
Hi

Thanks for the quick reply.. Everything was errors so I did the common mans approach and just deleted everything I could find using FTP... I have got the site showing again now, more from luck than skill

I appreciate it was probably an uploading error and NOT your program

I hope I managed to delete everything I needed to, I will check all the site to see...

Again, thanks for the quick response, it's reassuring to know you are there...

Thanks

Gibby
gibby
14 years, 1 month ago
I have noticed now that I can't delete the plugin and the associated plugins in the uninstall manager I just get an error when I try..

Plugin Uninstall: Manifest File invalid or not found
Plugin Uninstall: Manifest File invalid or not found
Plugin Uninstall: Manifest File invalid or not found
Plugin Uninstall: Manifest File invalid or not found
Plugin Uninstall: Manifest File invalid or not found

I assume this is because I had to delete the files via FTP

Is there a way of "cleaning this up"

Thanks

Gibby
Barnabas
14 years, 1 month ago
Sorry I don't know.
The admins of MJ should see this and assist you.
I was just trying to get the site back up.
Thanks.
gibby
14 years, 1 month ago
Hi

I have looked through all the files I know and can't seem to find anything that will help me clean up all the stuff still in admin...

If anyone knows how to "clean up" admin I would really appreciate it

Thanks

Gibby
dryabov
14 years, 1 month ago
The problem is that you deleted files, but keep records in database. As a result, Joomla doesn't allow you to reinstall MobileJoomla because of it's "installed".

Check that the following directories and files are removed:

administrator/components/com_mobilejoomla
components/com_mobilejoomla
modules/mod_mj_***
plugins/system/mobilebot.*
plugins/mobile
templates/mobile_*

and find&delete MJ-related rows in jos_components, jos_modules and jos_plugins DB tables.
gibby
14 years, 1 month ago
Silly question..

How do i know if they are MJ-related rows ?
gibby
14 years, 1 month ago
I assume I can delete ALL the 45 Terawufl tables ?
dryabov
14 years, 1 month ago
gibby wrote:
How do i know if they are MJ-related rows ?


DELETE FROM `jos_components` WHERE `option`='com_mobilejoomla';
DELETE FROM `jos_modules` WHERE `module`='mod_mj_adminicon' OR `module`='mod_mj_header' OR `module`='mod_mj_imode_menu' OR `module`='mod_mj_iphone_menu' OR `module`='mod_mj_markupchooser' OR `module`='mod_mj_pda_menu' OR `module`='mod_mj_wap_menu';
DELETE FROM `jos_plugins` WHERE `element`='mobilebot' OR `folder`='mobile';

(but don't forget to make backup before run this sqls).
1

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.