Closed (fixed)
Project:
Paging
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Jan 2013 at 13:58 UTC
Updated:
19 Feb 2014 at 14:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jenlamptonI'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?
Comment #2
frank ralf commentedSame error reported at #2019665: Notice: Undefined index: de in paging_fetch_body().
Comment #3
frank ralf commentedSetting this to active as error is reproducible as reported at #2019665: Notice: Undefined index: de in paging_fetch_body().
Comment #4
jenlamptonClosed #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.
Comment #5
nancydruI get it going to the home page with a clean install.
Comment #6
nancydruHere's a patch that takes care of it for me.
Comment #7
nancydruCommitted to 7.x-1.x
Comment #9
jmuzz commentedThis 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.