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

ajayg’s picture

Title: Can to read weblinks link » Can not read weblinks link
Status: Active » Closed (duplicate)

There is patch for this in issue list. basically you need to change form_render to drupal_render everywhere.