Closed (fixed)
Project:
Smileys
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2006 at 06:48 UTC
Updated:
3 Nov 2006 at 12:12 UTC
When I got to Input Formats > Configure admin/filters/1/configure I receive the following error:
Fatal error: Call to undefined function: form_group() in /home/wizards/modules/contrib/smileys/smileys.module on line 73
Any idea what's wrong? It doesn't affect anything really, since I can just disable smileys to edit the prefs.
Comments
Comment #1
Gurpartap Singh commentedThere's no form_group() function in smileys.module, version 4.7. You are using 4.6 smileys.module in Drupal 4.7. As there's call to form_group() on line 73 in 4.6 smileys.module.