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)

CommentFileSizeAuthor
#2 511974.patch411 bytessdboyer
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

barckhoff’s picture

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 .

sdboyer’s picture

FileSize
411 bytes

Hah...fix a typo in one place, and amazingly enough, somebody actually had the same typo somewhere ELSE, too....ugh.

Patch attached.

Crell’s picture

Status: Active » Needs review

sdboyer: Go ahead and commit this if it works. :-)

xmacinfo’s picture

Ahhh those typos! :-)

abaddon’s picture

Version: master » 6.x-1.1
Status: Needs review » Reviewed & tested by the community

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

Crell’s picture

Status: Reviewed & tested by the community » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.