Hi,
On each page where is used content type with link field I get this error:

Notice: Undefined index: title w _link_sanitize() (linia 495 z /.../sites/all/modules/link/link.module).

CommentFileSizeAuthor
#5 link-undefined-index-1304688.patch254 bytesgrantlucas

Comments

sksmithson’s picture

Same problem here

sksmithson’s picture

I've found that if I edit the content type that uses a 'link' field and save it, the problem goes away.

slippast’s picture

I have this problem as well. I tried sksmithson's suggestion to no avail. Resaving the content type and the Field seemed to cure the issue in a custom node display I built but not in the common full node display.

israel dahan’s picture

Same problem here

grantlucas’s picture

StatusFileSize
new254 bytes

Just added an isset() for that attribute. Attached patch file below.

t0xicCode’s picture

Status: Active » Closed (duplicate)
dqd’s picture

Status: Closed (duplicate) » Needs review

thx 4 help xav, but chronological this issue is older and I would like to hear some opinions about the patch

dqd’s picture

Version: 7.x-1.0-beta1 » 7.x-1.x-dev
Status: Needs review » Fixed

correction: if(isset ... is in latest dev already for a certain while ... so this issue is dead ... dead ... dead

Status: Fixed » Closed (fixed)

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