Since #587078 was getting long, I'm opening a new issue for 6x-2.8 (just downloaded today).

I'm getting the error on line 368 which is:

$field['attributes'] += _link_default_attributes();

I'm using the Content Profile module to create profiles, and after adding a link to my profile, I get a WSOD when I try to view my profile, and the above mentioned error in the log.

Comments

ambereyes’s picture

Status: Active » Needs review

The attributes index already exists so it cannot be appended, it needs to be replaced. So I changed line 368 to the following and the error goes away.

$field['attributes'] = _link_default_attributes();

cheers

jcfiala’s picture

Issue summary: View changes
Status: Needs review » Postponed (maintainer needs more info)

Is this still an issue in the latest version of Link module?

damienmckenna’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Thank you all for your efforts, but I'm sorry to say that the D6 version is no longer supported.