Closed (duplicate)
Project:
Links Package
Version:
5.x-1.2
Component:
Code: links_weblink.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2007 at 12:51 UTC
Updated:
19 Jan 2007 at 22:15 UTC
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
Comment #1
JHDYCompany commentedWanted 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!
Comment #2
orospakr commentedI 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
Comment #3
orospakr commentedComment #4
jo1ene commentedThere 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.
Comment #5
jo1ene commentedhttp://drupal.org/node/99156