Opened 16 years ago
Closed 16 years ago
#8245 closed defect (bug) (fixed)
Major issues with Page lists (and page parent selecting)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | blocker | Version: | 2.7 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
The Page parent setting seems to introduce a few issues -
- A Page can be set to itself as the parent page. This causes PHP (5.25) to hang.
- A Page set to some other page as its parent is not reflected in the drop down on page refresh, it reverts to "Main page (no parent)"
- When a Page has a parent page, the resultant edit pages list breaks, hiding one or more other Pages.
Attachments (2)
Change History (9)
#1
@
16 years ago
Also Paul Robinson on wp-testers has reported a Page listing error -
Catchable fatal error: Object of class stdClass could not be converted to
string in /mnt/local/home/blueby/
natural-tys.com/wp-admin/includes/template.php on line 1177
Which may or may not be related, I guess.
#2
@
16 years ago
- Severity changed from critical to blocker
Also reported as
"Object of class stdClass could not be converted to string in /wp-includes/wp-db.php on line 429"
preventing page list loading at all.
#3
@
16 years ago
- Summary changed from Major issues with Page parents to Major issues with Page lists (and page parent selecting)
#4
@
16 years ago
A further warning appears if you have grandchild pages -
Warning: Illegal offset type in /home/www/wp-admin/includes/template.php on line 1613
#6
@
16 years ago
Also manifests on the widgets Page if you have the Pages widget in the sidebar.
Error there is -
Catchable fatal error: Object of class stdClass could not be converted to string in .../wp-includes/wp-db.php on line 429
And that error will also appear on the blog front page as well as the admin page.
Broken edit pages list (total 3 pages, only 2 are shown)