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
Comment #2
bocaj commentedThanks @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!