• Here is what happened — after login to my WP Admin, “Manage –>Pages” not function:

    1. If login from FireFox, when I click on Manage –>Pages tab, a small box will pop up and said: You have choosen to open “edit-pages.php”. The pages section not show up at all.

    2. If login from IE, when I click on Manage –>Pages – “The Page Can’t Displayed” error message will show up.

    I have contacted with my host, they advice me to reinstall WP, which I did. But it still doesn’t work. I also deactive some plugins, still no luck. Look at the .htaccess file, it is as normal.

    Manage–>Pages was working yesterday. I didn’t do anything, I couldn’t figure out what caused it?

    I am using WP 2.1.3.

    Pls advice how to solve this problem, thank you.

Viewing 14 replies - 1 through 14 (of 14 total)
  • What happens from another computer?

    Big guess..could be a php memory thing but that’s hard to see since you changed nothing.

    Thread Starter annliu

    (@annliu)

    Hi Michael, thank you for the big guess. I tried on the other computer, it is the same result. Not working.

    I really didn’t change anything, just download 2 plugins before that, but I already deleted them, sames like it is not the case.

    I think I’m having the same or similar problem….it’s been happening off and on since this past weekend. Whenever I attempt to edit a post or page, my entry is not in the post box and there is no cursor. The entry just appears to be gone, however it shows up in code for a few seconds before disappearing entirely. Not sure what to do….

    Thread Starter annliu

    (@annliu)

    Is that .htaccess problem? Is that possible?

    Manage –> Pages just stuck there, no matter what I do, it just doesn’t work?

    Thread Starter annliu

    (@annliu)

    Well, I don’t know whether it is really the .htaccess problem or not?

    The Manage -> Pages stop to working after my site got fully recover from Server down.

    Here is my .htaccess file, maybe something wrong there, pls have a look:

    Options +Indexes
    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^mydomain\.com
    RewriteRule ^(.*)$ https://www.mydomain.com/$1 [R=permanent,L]
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} !(.*)/$
    RewriteRule ^(.*)$ https://www.mydomain.com/$1/ [L,R=301]

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thank You.

    Thread Starter annliu

    (@annliu)

    Is there anybody can help and give me some advice and suggestion on this matter?

    Thank you.

    When you checked your web server error logs, did you see anything that you could share with us?

    PHP running out of memory would do this.
    mod_security would do this.

    Thread Starter annliu

    (@annliu)

    Thank you for the message. I just checked the error log, there are a whole long list about PHP Warning, PHP Fata Error .. etc!

    What caused it? How to solve this problem?

    Guess what — Now when I click on Manage –>Pages, the “Network Error Message” pop up, it doesn’t work at all.

    Thread Starter annliu

    (@annliu)

    Oh, here another error log,

    [error] [client xx.xxx.xx.xx] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use ‘RewriteOptions MaxRedirects’ to increase the limit if neccessary.
    [error] [client xx.xxx.xx.xxx] File does not exist: /usr/local/apache/icons/lightbluespacer.gif

    [error] [client xx.xxx.xx.xx] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use ‘RewriteOptions MaxRedirects’ to increase the limit if neccessary.

    Hmmm… that’s one to ask your host about I reckon.

    How many Pages does your blog have?

    Thread Starter annliu

    (@annliu)

    Thanks. I have sent ticket earlier to my host, they haven’t reply me back yet ??

    For the pages, I am not sure exactly how many my blog have, it doesn’t work now, how can I check?

    Ok, touche’ and good point. Do you have a rough idea? Are we talking dozens, hundreds or thousands?

    If you’re comfortable with phpMySQL (or something similar) you could filter your wp_posts table in the database to get a count. If you’re not, don’t. ??

    Thread Starter annliu

    (@annliu)

    No, I wont’ touch phpMySQL. I think we talking hundreds.

    Thread Starter annliu

    (@annliu)

    So no luck, my host not answer my ticket after I sent out few of them from yesterday about this above issue !!!!!

    Now I am totally in the dark … ??

    What my host HelpDesk doing? where are they? normally their service not bad … They offer 7/24 type of service, funny, no answer after more than 19 hours!!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Manage –> Pages Not Working’ is closed to new replies.