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: JulienV Owned by: westi
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:1   DD325 years ago

  • Milestone changed from 2.8 to 2.7
  • Version set to 2.7

Which pages? Client side or admin side?

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

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. :-(

See also #8299

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [9830]) Make arguments to start_el consistent and ensure that page walking is consistent. Fixes #8303 and #8091 props filosofo.

Note: See TracTickets for help on using tickets.