#11716 closed defect (bug) (duplicate)
A Problem With Feed URL
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Rewrite Rules | Version: | 2.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I' having a problem with feed URL:
Fatal error: Maximum execution time of 60 seconds exceeded in /home/clickktc/public_html/wp-includes/rewrite.php on line 851
I contacted to my host to increase Maximum execution time to over 60 seconds but couldn't fix this error.
Please help me.
Attachments (1)
Change History (10)
- Component changed from General to Rewrite Rules
- Keywords reporter-feedback added; problem wordpress 2.9 removed
- Milestone changed from WordPress.org site to Unassigned
- Owner set to ryan
- Version changed from 2.9.1 to 2.9
What permalink structure do you use?
- Milestone Unassigned deleted
- Resolution set to duplicate
- Status changed from new to closed
Your permalink structure forces WP to generate verbose rules. If you have a lot of posts or pages, you will run into all sorts of problems.
Consider using a more efficient permalink structure. See this article.
Marking as duplicate of #8958.
- Keywords reporter-feedback removed
Until the mentioned ticket gets fixed, there isn't much else you can try.
The best thing you can try at this stage, would be to use something such as /posts/%postname%/. Having a prefix to it greatly decreases the complexity of the rules. post-%postname% may also have the same effect.
I can't do that because its will influence for SEO
So will the current issue of random PHP timeouts preventing access to content, I'd be surprised if this was limited to feeds only.
But if that solution is not a solution to you, You'll have the unfortunate answer of reducing your post count or waiting for a different query parser in WordPress. (Reducing the post count will reduce the number of potential posts it tries to match, making it a bit faster)
Or, you could try setting the feed URL in Feedburner to this:

Rewrite,PHP