In the Control panel all of a sudden when i click the EDIT tab it does not load!?
It just goes to a blank page?!
I was supposed to be launching this week but now nobody can edit the site?
HELP?
If you PM me perhaps i can give you login to the CP
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
November 11, 2008 2:13am
Subscribe [1]#1 / Nov 11, 2008 2:13am
In the Control panel all of a sudden when i click the EDIT tab it does not load!?
It just goes to a blank page?!
I was supposed to be launching this week but now nobody can edit the site?
HELP?
If you PM me perhaps i can give you login to the CP
#2 / Nov 11, 2008 10:06am
It’s most likely a php error/memory error. What build/version are you running, and do you have any extensions installed? Also- how much php memory do you have- should be able to check in ‘Admin- Utilities- PHP info’.
#3 / Nov 11, 2008 10:19am
memory_limit 32M 32M
ExpressionEngine v 1.6.4
I have no extensions either?
What should I do?
#4 / Nov 11, 2008 10:25am
32 should be fine. How many members do you have? And- do you have php errors set to show server side? If so, make sure you have them showing in EE as well- ‘Admin- System Prefs- Output and Debug’ turn ‘PHP errors’ on for superadmins and make sure you’re logged in as such. If you still get a white screen- try to force errors according to this kblog entry- note, edit the index.php in the system folder, not the one above.
We really want to see a php error, it will tell us exactly where to look.
#5 / Nov 11, 2008 10:35am
Hey Robin I have PM you.
How many members do you have? Only 2
Cheers
#6 / Nov 11, 2008 10:39am
2 members, it really shouldn’t be a memory issue. Let’s hold off and try one more thing before I ask for login- do you definitely have php errors set to show in ‘System Prefs- Output and Debug’?
#7 / Nov 11, 2008 10:43am
Yes I have it set
#8 / Nov 11, 2008 10:52am
Who’s your host? It’s sounding like php errors may be turned off server side- which login access isn’t going to help me with. But there should be some way to get them showing. We could try an htaccess file with:
php_flag display_errors on
php_value error_reporting 7It may/may not working depending on server configuration. But the host should be able to tell us how to get them showing- or have an FAQ on the topic- something along those lines.
#9 / Nov 11, 2008 10:58am
Thanks Rob - I will find out more tomorrow and get back to you.
#10 / Nov 11, 2008 11:09am
Sorry to send you back to the host- we could try the htaccess and see if it works. Does about half the time in my experience. Once we see the error, it’s likely a quick fix. But a blank screen leaves us guessing.