Closed (duplicate)
Project:
Links Package
Version:
5.x-1.2
Component:
Code: links_weblink.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2007 at 18:38 UTC
Updated:
14 Jan 2007 at 20:24 UTC
using Drupal 5RC1 and links package 5.x-1.2
Able to add lins fine. But when I try to view a link by clicing page weblinks (from the menu) get fatal error.
Fatal error: Call to undefined function form_render() in C:\Program Files\xampp\htdocs\drupal_50rc1\modules\links\links_weblink.module on line 207
Comments
Comment #1
ajayg commentedThere is patch for this in issue list. basically you need to change form_render to drupal_render everywhere.