Make WordPress Core

Opened 16 years ago

Closed 16 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's profile JulienV Owned by: westi's profile westi
Milestone: 2.7 Priority: normal
Severity: normal Version: 2.7
Component: General Keywords:
Focuses: 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)

#1 @DD32
16 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?

#2 @aaron_guitar
16 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.

#3 @westi
16 years ago

  • Owner changed from anonymous to westi
  • Status changed from new to assigned

Yes can see this too on my site. :-(

#4 @mrmist
16 years ago

See also #8299

#5 @westi
16 years ago

  • 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.