FYI - Site wide error with link module following several module installs on D6.6:
Fatal error: Call to undefined function link_views_content_field_data() in
Drupal6.6\sites\all\modules\cck_link\link.module on line 148
147 case 'views data':
148 return link_views_content_field_data($field);
Modules
Link 6.x-2.3.1 // $Id: link.module,v 1.24.2.26 2008/07/18 21:23:38 quicksketch Exp $
Views 6.x-2.1 // $Id: views.module,v 1.317 2008/10/16 17:21:36 merlinofchaos Exp $
editing lines 147 and 148 with // brings back access to site with error references to theme developer module however disabling developer and several other modules recently installed and removing // from 147 and 148 results in same fatal error.
Tested Link 6.x-2.3.1 with Views 6.x-2.1 on fresh D6.6 install and no issues.
Comments
Comment #1
rcharles commentedApologies. Scratch the above. I had two versions of link in the folder. Earlier, older version folder was foolishly renamed to "cck_link" instead of leaving folder as "link".
Comment #2
quicksketchThanks for the update.