Closed (won't fix)
Project:
Link
Version:
6.x-2.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2010 at 20:40 UTC
Updated:
14 Nov 2019 at 10:10 UTC
Jump to comment: Most recent
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
Comment #1
ambereyes commentedThe 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
Comment #2
jcfiala commentedIs this still an issue in the latest version of Link module?
Comment #3
damienmckennaThank you all for your efforts, but I'm sorry to say that the D6 version is no longer supported.