Opened 5 years ago
Closed 5 years ago
#8303 closed defect (bug) (fixed)
Fix for #8091 introduces error "Warning: Cannot use a scalar value as an array in /var/www/dot-net/wp-includes/classes.php on line 826"
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | General | Version: | 2.7 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi,
The fix for #8091 in changeset 9812 adds the following error on some pages:
Warning: Cannot use a scalar value as an array in /var/www/dot-net/wp-includes/classes.php on line 826
Cheers,
Julien
Change History (5)
comment:2
aaron_guitar — 5 years ago
For me it's happening with the default theme. It appears to be coming from the wp_list_pages() function and the errors only show up whenever you are viewing a subpage.
- Owner changed from anonymous to westi
- Status changed from new to assigned
Yes can see this too on my site. :-(
Note: See
TracTickets for help on using
tickets.

Which pages? Client side or admin side?
If client side, Which theme? Default or Custom? If custom, Does it occur with the Default theme?