Hi,

I just updated the Link module from 6.x-2.9 to 6.x-2.10 and now the link fields have disappeared from my Drupal (6.28) instance. In the Dev environment, content types that utilize the Link module cause the page to crash (i.e., 500 error). In the Test environment, the links just do not appear. (I hadn't realized the Link update was what was causing errors in my Dev env but now that I've updated Test, a pattern has emerged.)

There are no errors or warnings, just ... nothingness. I wish I could provide more detail but that's all I got. I'd appreciate any advice or guidance on how to proceed. In the meantime, I'll be reverting to a backup of 6.x-2.9.

Thanks!

Comments

markfullmer’s picture

Had the exact same problem. But it only happened for some content types with link fields

The problem was caused by two factors working in combination. If...
1) The URL Display Cutoff: field was blank
and
2) The variable being called in our template file was $node->field_image_link_link[0]['display_url'] (instead of $item['url'] or $fields['field_xxx']->content; )

The links would be truncated into ellipses (...)

The fix:
Make sure the URL Display Cutoff: field is not blank.

Home › Administer › Content management › your content type

byronveale’s picture

I'm having this problem, and I've got an entry in the URL Display Cutoff field already. See also this issue:

http://drupal.org/node/1920004

byronveale’s picture

Tried the 6.x-2.x-dev version, problem seems to be fixed.

Perhaps patch from http://drupal.org/node/1920004#comment-7132968 was implemented?

Thanks to all involved!

byronveale’s picture

One more note: checking another site, it was using the "fixed" dev version of link, but was still getting the php error "call_user_func_array() expects parameter 1 to be a valid callback..." and the link fields were not visible. At first, I thought the problem still remained; then I cleared all caches. No more problem...

damienmckenna’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

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