Cant access my backend

Need help with the Administration of your Joomla! 3.x 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.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
weaver08
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Thu Feb 14, 2013 9:59 am

Cant access my backend

Post by weaver08 » Thu Feb 14, 2013 10:08 am

Dear Joomla experts,

i have a problem to access my backend, i get following message

Error displaying the error page: SQL=SELECT template, s.params FROM jos_template_styles as s LEFT JOIN jos_extensions as e ON e.type='template' AND e.element=s.template AND e.client_id=s.client_id WHERE s.client_id = 1 AND home = '1' ORDER BY home

it works perfectly since one week ago than i got this message and was logged out. The Front end is working fine.

If someone have a clue it would be nice to repair the site.

regards

weaver

Kupernikuz
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Mon Feb 18, 2013 6:35 pm

Re: Cant access my backend

Post by Kupernikuz » Mon Feb 18, 2013 7:02 pm

Hi.
I did have kind of the same problem.
I found out, that my 'configuration.php' file was not configuret correct according to the cookie domain and path.

I did:
Connect to the server via FTP
Located the 'configuration.php' file
Changed the filepermissions from 444 to 644 (don't forget to turn it back afterwards!)
Open the file and locate:

Code: Select all

	public $cookie_domain = 'your-domain-name-here.com';
	public $cookie_path = '/';
}
The path i above is pointing at the root of the domain. If youre running the joomla in a subdirectory of the domain, then point it there in the path.

That helped me that time it went wrog for me.

Kind regards

weaver08
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Thu Feb 14, 2013 9:59 am

Re: Cant access my backend

Post by weaver08 » Wed Feb 20, 2013 9:54 am

@ Kupernikuz,
Thanks for the Idea. I tried it but it changed nothing. I still get the error message and can't access my backend.


Locked

Return to “Administration Joomla! 3.x”