Make WordPress Core

Opened 7 years ago

Closed 3 years ago

#43774 closed defect (bug) (worksforme)

Plural-form parser Warning: Illegal offset type in isset or empty in /wp-includes/pomo/plural-forms.php on line 240

Reported by: frkhan's profile frkhan Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.9.5
Component: I18N Keywords:
Focuses: Cc:

Description

This warning message appears when I try to access Learndash group page
Warning: Illegal offset type in isset or empty in /wp-includes/pomo/plural-forms.php on line 240

Change History (2)

#1 @soulseekah
7 years ago

Hey, welcome to Trac!

I would suggest contacting Learndash support first and foremost, or at least the try the WordPress Support Forums.

#2 @dd32
3 years ago

  • Component changed from General to I18N
  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Given the age of this ticket, I'm going to close this as worksforme.

The code in question was this: https://core.trac.wordpress.org/browser/tags/4.9.5/src/wp-includes/pomo/plural-forms.php#L229

Based on that, I'm almost certain this was a plugin issue with an incorrect parameter being passed to _n().

Note: See TracTickets for help on using tickets.