Can't access admin area...have tried everything

Need help with the Administration of your Joomla! 2.5 site? This is the spot for you.

Moderator: 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.
Locked
savannah8
Joomla! Intern
Joomla! Intern
Posts: 58
Joined: Thu Aug 07, 2008 9:47 am

Can't access admin area...have tried everything

Post by savannah8 » Wed Apr 23, 2014 1:07 am

Hi there. Sorry to post this. I have googled answers re resetting admin password through php admin but it doesn't work.
I cannot access the admin area of my 2.5 or my 1.5.26 sites.
Config php file for 2.5 doesn't help.
any advice regarding this?

please ask for more info as I don't know what I should be teling you.
Very sad today. :'(

nxtstp
I've been banned!
Posts: 5
Joined: Tue Apr 08, 2014 12:12 am

Re: Can't access admin area...have tried everything

Post by nxtstp » Wed Apr 23, 2014 2:40 am

have you tried access and reset the password using mysql?

savannah8
Joomla! Intern
Joomla! Intern
Posts: 58
Joined: Thu Aug 07, 2008 9:47 am

Re: Can't access admin area...have tried everything

Post by savannah8 » Wed Apr 23, 2014 3:11 am

yes and it doesn't work. i can get the log in page but then nothing or the password is wrong...tearing my hair out

User avatar
ionut
Joomla! Ace
Joomla! Ace
Posts: 1264
Joined: Thu May 27, 2010 1:00 pm
Location: EU

Re: Can't access admin area...have tried everything

Post by ionut » Wed Apr 23, 2014 4:53 am

Inside your configuration.php set the error reporting to maximum:
from

Code: Select all

	public $error_reporting = 'default';
to

Code: Select all

public $error_reporting = 'maximum';
After saving the file check if any error appears when you try to login.
If you have any error_log file you can also take a look for any info.

savannah8
Joomla! Intern
Joomla! Intern
Posts: 58
Joined: Thu Aug 07, 2008 9:47 am

Re: Can't access admin area...have tried everything

Post by savannah8 » Wed Apr 23, 2014 7:43 am

i get these two errors re login

Strict Standards: Non-static method LoginController::login() should not be called statically in /xxxxx/bicbrain/public_html/xxxxxxxxx/administrator/components/com_login/admin.login.php on line 21

Fatal error: Call to a member function login() on a non-object in /xxxxx/bicbrain/public_html/xxxxxxxxx/administrator/components/com_login/admin.login.php on line 64

User avatar
ionut
Joomla! Ace
Joomla! Ace
Posts: 1264
Joined: Thu May 27, 2010 1:00 pm
Location: EU

Re: Can't access admin area...have tried everything

Post by ionut » Wed Apr 23, 2014 9:12 am

These 2 errors appears when you try to login to a joomla 2.5 administration area?

savannah8
Joomla! Intern
Joomla! Intern
Posts: 58
Joined: Thu Aug 07, 2008 9:47 am

Re: Can't access admin area...have tried everything

Post by savannah8 » Wed Apr 23, 2014 9:50 am

they appear on the log in page when I change the code to
public $error_reporting = 'maximum';

User avatar
ionut
Joomla! Ace
Joomla! Ace
Posts: 1264
Joined: Thu May 27, 2010 1:00 pm
Location: EU

Re: Can't access admin area...have tried everything

Post by ionut » Wed Apr 23, 2014 10:35 am

Yes, but you mentioned the issue appears on both Joomla 2.5 and 1.5 instance, and I don't know from the post if you tried to login to a Joomla 2.5 or 1.5 instance.
It looks like a 1.5 but I wanted to be sure.

savannah8
Joomla! Intern
Joomla! Intern
Posts: 58
Joined: Thu Aug 07, 2008 9:47 am

Re: Can't access admin area...have tried everything

Post by savannah8 » Wed Apr 23, 2014 10:49 am

Sorry...the above is the 2.5 Joomla. I have yet totry and work out the 1.5.6 Joomla site.

User avatar
ionut
Joomla! Ace
Joomla! Ace
Posts: 1264
Joined: Thu May 27, 2010 1:00 pm
Location: EU

Re: Can't access admin area...have tried everything

Post by ionut » Wed Apr 23, 2014 10:52 am

So there is something wrong, a Joomla 2.5 website does not have this:

Code: Select all

/administrator/components/com_login/admin.login.php
it should be

Code: Select all

/administrator/components/com_login/login.php
Did you try to upgrade it?

savannah8
Joomla! Intern
Joomla! Intern
Posts: 58
Joined: Thu Aug 07, 2008 9:47 am

Re: Can't access admin area...have tried everything

Post by savannah8 » Wed Apr 23, 2014 11:15 am

it appears I have both

/administrator/components/com_login/admin.login.php

and

/administrator/components/com_login/login.php

savannah8
Joomla! Intern
Joomla! Intern
Posts: 58
Joined: Thu Aug 07, 2008 9:47 am

Re: Can't access admin area...have tried everything

Post by savannah8 » Wed Apr 23, 2014 11:24 am

I tried to move some articles from the 1.5.6 site....my bad

User avatar
ionut
Joomla! Ace
Joomla! Ace
Posts: 1264
Joined: Thu May 27, 2010 1:00 pm
Location: EU

Re: Can't access admin area...have tried everything

Post by ionut » Wed Apr 23, 2014 11:38 am

You should try to use a back-up and restore your website, in case you have one.

savannah8
Joomla! Intern
Joomla! Intern
Posts: 58
Joined: Thu Aug 07, 2008 9:47 am

Re: Can't access admin area...have tried everything

Post by savannah8 » Wed Apr 23, 2014 11:52 am

I think I have a backup.
So why do I have both files?
ALSO
in the 1.5.6 config file I have

var $error_reporting = '-1';

and

$dbtype = 'mysqli';

do these look right?


Locked

Return to “Administration Joomla! 2.5”