开发者

Wordpress admin showing 0 posts

My wordpress admin is showing 0 posts, pages, categories, & tags. However, everything is appearing on the frontend just fine. I'm running wordpress 3.0 and as 开发者_高级运维far as I know no settings have been changed, plugins upgraded, etc since this began happening.

Also, when searching for plugins I get the error "An Unexpected HTTP Error occurred during the API request." I'm assuming this is related to the first problem, but it may not be.

Thanks in advance for any help.


Sounds like your WP core files may have been corrupted during FTP'ing, do you have a URL?

To fix the API request:

1) Login to your FTP server

2) Go to wp-includes and edit class-http.php

3) Find: ‘timeout’ => apply_filters( ‘http_request_timeout’, 5),

4) Change the value “5” to “30”, the value is actually is the number of seconds before the server times out.

5) It should be this: ‘timeout’ => apply_filters( ‘http_request_timeout’, 30),

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜