Page 1 of 1

Can't Log in to admin Page

Posted: Wed Feb 13, 2013 5:38 am
by Johnnybucks
Hello,

My site's menu suddenly disappeared and now I can't log in to the admin page what so ever.

When ever I log in, I get this error:

Code: Select all

Not Found

The requested URL was not found on this server. 
It just randomly did this and I have no idea what to do. I tried to install the newest version of CMS and it is doing the same thing.

My website is gregoireslastday.com.

I do not know what version I am on because I can't log in to the admin panel.

Thank you

Re: Can't Log in to admin Page

Posted: Wed Feb 13, 2013 8:40 am
by staartmees
The backend loginpage shows at http://gregoireslastday.com/admin/login.php and seems to work; I can't get in of course.

the menu-div is empty

Code: Select all

<!-- start menu -->

<!-- end menu -->

<div id="wrapper">
<div id="border"></div>
<div id="content">
<div id="menu2">
<div id="menu-wrapper">

</div>
</div>


Re: Can't Log in to admin Page

Posted: Wed Feb 13, 2013 8:58 am
by Johnnybucks
Yes, I can get to the page as well. It's when I type my login information in that the error appears.

I tried to edit the content of the website and menu through the tables but it did not work.

Re: Can't Log in to admin Page

Posted: Wed Feb 13, 2013 1:45 pm
by staartmees
take a look in the config.php. Can you see a line with

Code: Select all


$config['root_url'] = ' http://gregoireslastday.com/';

Do you use in your template {cms_stylesheet}?
Are all your modules up-to-date?