Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: Fatal error

Fatal error 10 years, 4 months ago #16374

  • johnelk
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
Trying to uninstall MJ I get:

Fatal error: Class 'ScientiaHelper' not found in /home/birmingh/public_html/administrator/components/com_mobilejoomla/classes/mjinstaller.php on line 992

Help appreciated - or can I uninstall by just deleting the relevant tables in the DB?

Re: Fatal error 10 years, 4 months ago #16386

  • johnelk
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
I'll reply myself - there is a bug in the Mobile Joomla uninstall file. Line 991 has:

include_once( JPATH_ROOT .'/plugins/mobile/scientia/scientia/scientia_helper.php' );

It should read:

include_once( JPATH_ROOT .'/plugins/mobile/scientia/scientia_helper.php' );

The uninstall procedure also requires quite a bit of manual uninstallation.

Re: Fatal error 10 years, 4 months ago #16387

  • dryabov
  • OFFLINE
  • Administrator
  • Denis Ryabov, Lead Developer
  • Posts: 4866
  • Karma: 105
What MJ version do you have?
Latest version has (line 1002, github.com/mobilejoomla/mobilejoomla/blob/master/classes/mjinstaller.php#L1002):

 
$scientia_helper =  JPATH_ROOT .'/plugins/mobile/scientia/scientia_helper.php';
 


So, in your case, update to the latest version and uninstall then would work correctly.
  • Page:
  • 1
Time to create page: 0.09 seconds

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.