Configuration rendering bug
| Project: | Invisimail |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
I'm very new to Drupal so I'm going to let someone else tackle this...
Displayed when trying to configure the latest version of Invisimail from Drupal 6.13.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'invismail_formatter_settings' was given in /var/www/html/sharecite/includes/form.inc on line 367.
Dump of $args from 'form.inc' @ line 364:
array(1) { [0]=> &array(3) { ["storage"]=> NULL ["submitted"]=> bool(false) ["post"]=> array(0) { } } } array(2) { [0]=> &array(3) { ["storage"]=> NULL ["submitted"]=> bool(false) ["post"]=> array(0) { } } [1]=> string(17) "search_theme_form" }
Installed components and dependencies:
* Invisimail 6.x-1.1 (latest version)
* Filter 6.13 (latest version; needed by Invisimail)

#1
Yep, I get the same error and not sure how to fix it either.
Currently running Drupal 6.12. Error occurs upon going to admin/settings/invisimail .
#2
Hah...fix a typo in one place, and amazingly enough, somebody actually had the same typo somewhere ELSE, too....ugh.
Patch attached.
#3
sdboyer: Go ahead and commit this if it works. :-)
#4
Ahhh those typos! :-)
#5
this should be commited to the stable release, it does work and its only a small typo... and it would spare another ARGH moment when you realize you might have broken your site and no backups from installing a very simple module which always worked fine, dont go the xmlsitemap path ;-)
and you also need to clear cache from admin > settings > performance, and i didnt have caching enabled so i guess its some default cache
#6
Committed.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.