Opened 16 years ago
Closed 16 years ago
#14395 closed defect (bug) (fixed)
WordPress Importer can time out on importing categories/tags
| Reported by: | Viper007Bond | Owned by: | duck_ |
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | Import | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
The WordPress Importer does not set a time limit when importing categories and tags. This means the server's default time limit (30 seconds or whatever) is used. It's then easy to time out if you're importing a ton of categories and/or tags.
This isn't a problem for importing posts though as the timer is reset at the beginning of each post import.
The timer should either be removed or reset between each category/tag.
Change History (5)
#4
follow-up:
↓ 5
@
16 years ago
- Owner changed from to
- Status new → assigned
Should be fixed with http://plugins.trac.wordpress.org/changeset/322932.
duck_ will do some final testing.
#5
in reply to: ↑ 4
@
16 years ago
- Keywords needs-patch removed
- Resolution → fixed
- Status assigned → closed
Replying to ocean90:
Should be fixed with http://plugins.trac.wordpress.org/changeset/322932.
duck_ will do some final testing.
Fixed.
Only problems I ever encounter are memory issues, but the main way to sort that is to promote splitting of the files if they're too large (also see #15812, #5389).
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Is there a good reason for the importers to not just set_time_limit(0) at the start of them?