Click "Edit Page" signs me out of editor.

Permalink
I'm setting up a new site and I'm having trouble with the edit mode. When I sign in, I get the edit bar, as I should, but when I click on 'Edit Page' the edit bar goes away and I'm signed out. Does any body seen this before? Any idea what I might be doing wrong? I attached my code: default.php, header.php and footer.php (saved as *.txt for attaching)

3 Attachments

Pixelfixer
 
Pixelfixer replied on at Permalink Best Answer Reply
Pixelfixer
I discovered my error. It had to do with a misplaced folder. '/Scripts/AC_RunActiveContent.js' was not in my Theme's folder and so the script declaration line in my header.php file couldn't find it. After I moved the Scripts folder into my Theme folder it worked fine. Sorry for wasting anybody's time. Maybe this explanation will save someone else some time.