I can create a weblink just fine, but when I goto click on Weblinks (from the menu) to view them, I get the following:
Fatal error: Call to undefined function: form_render() in /hsphere/local/home/jhmp2004/drupal_live/sites/all/modules/links/links_weblink.module on line 207

There was a post regarding this problem on the RC version 5, but would have thought this would have been included in the actual release.

Do I need this patch and if so, where?

Comments

JHDYCompany’s picture

Project: Drupal core » Links Package
Version: 5.0 » 5.x-1.2
Component: forms system » Code: links_weblink.module

Wanted to correct the Project/Version/Component.

Not only where can I find the patch, but which one / version and how to apply the patch.

Thanks!

orospakr’s picture

I see this as well.

[Thu Jan 18 11:43:59 2007] [error] [client 64.230.44.160] PHP Fatal error: Call to undefined function form_render() in /home/dm_50/modules/links/links_weblink.module on line 207, referer: http://poped.org/admin/build/modules

orospakr’s picture

Title: Weblinks Undefined Function » Weblinks Undefined Function (links_weblink.module calling deprecated form_render() under 5)
jo1ene’s picture

Status: Active » Needs work

There are 5 references to form_render which should be changed to drupal_render.
You can just to a search and replace since I can't make (effective) patches.

jo1ene’s picture

Status: Needs work » Closed (duplicate)