Receive the following error when attempting to configure the tips text format (/admin/config/content/formats)

Fatal error: Unsupported operand types in /home/drupal/www/dru.doesntexist.com/sites/all/modules/contrib/qtip/qtip.module on line 462 Call Stack ....... qtip_fetch_instances_field() /home/drupal/www/dru.doesntexist.com/sites/all/modules/contrib/qtip/modules/qtip_filter/qtip_filter.module:70

Suggest changing line 70 in qtip_filter.module from:
$settings['instance'] = qtip_fetch_instances_field($filter->settings['instance'], TRUE, 100);
to:
$settings['instance'] = qtip_fetch_instances_field($filter->settings['instance'], array('required' => TRUE, 'weight' => 100));

Comments

  • bocaj committed 210aa97 on 7.x-2.x
    Issue #2314831 by geekaa: Fatal Error qTip_filter text format...
bocaj’s picture

Version: 7.x-2.0-rc1 » 7.x-2.x-dev
Status: Active » Closed (fixed)

Thanks @geekaa! This indeed was overlooked when I changed the way that qtip_fetch_instances_field() was configured. This has been resolved with your code in the latest dev release.

I saw that you just signed up for a Drupal account. Don't know how long you've actually been using Drupal, but welcome to the Drupal community!