Hi all! I installed 7.x dev module from the sandbox and looks that it works, but for now I'm getting errors on the /admin/content page
Notice: Undefined index: und in paging_fetch_body() (line 381 of /var/www/***/sites/all/modules/paging/paging.module).

CommentFileSizeAuthor
#6 1878928.patch899 bytesnancydru

Comments

jenlampton’s picture

Status: Active » Postponed (maintainer needs more info)

I'm unable to reproduce this - can I get some more information from you (or others with the same issue)?
- Did you install this on a new install of D7, or did you upgrade from d6?
- What field are you trying to break, is it the body field or another one?

frank ralf’s picture

frank ralf’s picture

Status: Postponed (maintainer needs more info) » Active

Setting this to active as error is reproducible as reported at #2019665: Notice: Undefined index: de in paging_fetch_body().

jenlampton’s picture

Priority: Normal » Minor

Closed #2019665: Notice: Undefined index: de in paging_fetch_body() as a dupe of this one.

Also demoting status. PHP notices can (and should be) disabled on production sites either via the drupal admin setting or via php.ini.

nancydru’s picture

I get it going to the home page with a clean install.

nancydru’s picture

Issue summary: View changes
Priority: Minor » Normal
Status: Active » Needs review
StatusFileSize
new899 bytes

Here's a patch that takes care of it for me.

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Needs review » Fixed

Committed to 7.x-1.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

jmuzz’s picture

This patch will work for people with language enabled content, but now it breaks when the node has a language set but the field is untranslatable. This happens in the default setup even with content translation and locale disabled. I've submitted a patch at #2194915: Undefined index errors when paging on an untranslatable field that should handle this case as well.