Unable to login my backend

This forum is for general questions about extensions for Joomla! 3.x.

Moderators: pe7er, General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
User avatar
jaman_vvip
Joomla! Intern
Joomla! Intern
Posts: 66
Joined: Fri Aug 29, 2014 2:13 pm
Location: Bangladesh
Contact:

Unable to login my backend

Post by jaman_vvip » Fri Jul 01, 2016 10:20 am

Hello Experts,

From yesterday im unable to login my backend. Below error showing whenever i tried to log in.

Fatal error: Call to undefined method JComponentHelper::isInstalled() in /hermes/bosnaweb24a/b2244/ipg.mobilepricebdnet/alldomainfiles/homedir/public_html/plugins/system/modulehistory/modulehistory.php on line 35


Before got the error i just install and uninstall "pkg_arkeditor1.8.4" plugin. As per the error i check in line 35 and below code i found.

Code: Select all

if(!JComponentHelper::isInstalled('com_arkeditor'))
		{
			return;
		}

Can anyone help me in this regards, please.

itoctopus
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4025
Joined: Mon Nov 25, 2013 4:35 pm
Location: Montreal, Canada
Contact:

Re: Unable to login my backend

Post by itoctopus » Fri Jul 01, 2016 1:44 pm

It seems that you have not completely uninstalled that extension. Just delete the modulehistory folder under plugins/system/ using FTP.

Note: Always backup your website before tinkering with the filesystem.
http://www.itoctopus.com - Joomla consulting at its finest
https://twitter.com/itoctopus - Follow us on Twitter


Locked

Return to “Extensions for Joomla! 3.x”