This is a truly bizzarre situation. I was re-arranging things in my sidebar. I logged out. Upon logging back in (on the blog, not the control panel) I got a blank page. literally blank, nothing in the source either.
I went back and reverted to the old templates. No fix. I have now gone so far as to revert to a backup of the entire database, and I still get a blank page when I log in anywhere on the blog…even in the forums.
HELP!
*Added - Also, if you try to register, the page goes blank upon submission.
1. You can log into the CP and view the backend;
2. You can view the frontend- index etc- if logged out;
3. If logged in, you can NOT view the front end;
4. This definitely did NOT happen before you re-arranged things- anything else change during this time?
1. You can log into the CP and view the backend;
2. You can view the frontend- index etc- if logged out;
3. If logged in, you can NOT view the front end;
4. This definitely did NOT happen before you re-arranged things- anything else change during this time?
All of that correct?
Yes to all, and no other changes. Now, the odd thing is, I reverted back to a backup database, so all the changes I made were wiped out anyway…and yet it is still happening. So obviously I missed something.
I cleared caches (both on my machine and in EE), I changed browsers and even changed computers. Same behavior every time.
Wait, one other thing. I updated the blacklist. I don’t think it matters, but I figured I’d better note it.
Heh- just registered, and yea- see what you mean. It’s got to be some odd access restriction- and the reason the page is blank after login is because it redirects to your index page.
Things to try/check:
1. - delete your blacklist (save a copy if you’ve added to it)- make sure it’s removed from .htaccess as well if you’re using it;
2. In ‘Templates’- double check that folks have access to your index page and any embeds, etc;
3. Inside the template, make sure you don’t have any conditionals based on group_id or any other member variable. Just clean them out (saving an old version of the template).
Heh- just registered, and yea- see what you mean. It’s got to be some odd access restriction- and the reason the page is blank after login is because it redirects to your index page.
Things to try/check:
1. - delete your blacklist (save a copy if you’ve added to it)- make sure it’s removed from .htaccess as well if you’re using it;
2. In ‘Templates’- double check that folks have access to your index page and any embeds, etc;
3. Inside the template, make sure you don’t have any conditionals based on group_id or any other member variable. Just clean them out (saving an old version of the template).
Well, I deleted the blacklist. I checked for conditionals and permissions. It didn’t help.
stark- do you have error reporting turned on? (Admin- System Prefs - Output and Debugging Preferences) - should be some sort of error message showing. Also might try creating a test template- just stick ‘hello world’ on it and go to mysite.com/index.php/weblog/test - see if it shows while logged in.
stark- do you have error reporting turned on? (Admin- System Prefs - Output and Debugging Preferences) - should be some sort of error message showing. Also might try creating a test template- just stick ‘hello world’ on it and go to mysite.com/index.php/weblog/test - see if it shows while logged in.
Yes, it’s on, there are no errors coming back…the blog itself refuses to let me log in.
I have an entire other set of templates (I was playing with the idea of a new design based on tinyred) and that displays the same behavior.
I just removed the sidebar altogether and put ONLY the same weblog code that ahs been working for ages, code I DID NOT ALTER, and it is still doing the same thing.
stark- if you want to email me admin level account info so I can log into the backend and see what’s up, I’ll take a look. I’ve run through the obvious issues I can think of.
A blank page generally means a problem with your path.php file or your config.php file. PHP is running into a fatal error, so it’s halting, and since EE (for security reasons) doesn’t show errors unless you are logged in, you’re getting a blank page.
Open your index.php file (the one for the control panel) and set this:
and I still get a blank page. I expected to get a dump of what’s wrong.
This is really strange. My trackbacks and comments have disappeared, comments aren’t functioning from the permalink webpage, and the member login goes to a blank page.
Based on the post saying that the control panel was blank I suggested changing the CP file as indicated. Doing so, however, won’t show errors if you are loading your site pages. You’ll need to make the same change in your site index.php file.
Ok, I’ve made the changes to the index.php in my base URL directory. Now I get a large dump which I have to attach as a text file since the forum is restricted to 6000 characters.
Please comment.
If this persists, should I try to reinstall version 1.4?
Tom, I assume you have the “show queries” option turned on in your “output and debugging prefs”, which is why EE is showing you the queries it is generating. Those are not error messages. The queries are being shown because EE has been instructed to do so.