Opened 15 years ago
Closed 15 years ago
#13065 closed defect (bug) (invalid)
Cannot add a new post
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | 2.9.2 |
Component: | Import | Keywords: | |
Focuses: | Cc: |
Description
I have imported my blog from blogger.com which has very large post ID's.
I have created the import XML by myself and WP accepted it with no warnings.
My blog reached Post ID 9199715918729385255 (19 digits)
The ID field in wp_post table is defined as bigint(20)
Now, when I want to add a new post, WP creates a new version of the last post.
I suspect the reason is the large ID number.
It is an extreme case which I suspect is a bug.
WP 2.9.9
PHP 5
MySQL 5.0.67-log
Change History (5)
#2
in reply to:
↑ 1
@
15 years ago
Replying to mrmist:
The import process shouldn't (IMO) be trying to preserve post ID numbers. Depends if this is a situation that has only come about due to you having manually created the import XML.
I don't know WP that good. If this is the case, the bug should be related to the importing component that should have warned me about defects in my XML.
The import process shouldn't (IMO) be trying to preserve post ID numbers. Depends if this is a situation that has only come about due to you having manually created the import XML.