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

Gurpartap Singh’s picture

Status: Active » Closed (fixed)

There'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.