In the Drupal 7.39 security update, changes were made to how the autocomplete widgets are called. The process function on the form elements is now required with specific usage to work. See https://www.drupal.org/drupal-7.39-release-notes for details.

Although the autocomplete widgets module calls the process function, it does not send over the necessary arguments as mandated by this release. As a result of this change, the autocomplete widgets module is currently broken in Drupal 7.39.

Comments

donavanwilliams created an issue. See original summary.

donavanwilliams’s picture

Attached is an updated patch that works for me. Please verify it on your end.

donavanwilliams’s picture

StatusFileSize
new1.16 KB

Updated patch (with backwards compatibility)

bleen’s picture

Status: Active » Needs work

One thing ... could you add a requirement >= system-7.39 (or whatever the correct syntax is) to the .info file?

Otherwise this is RTBC

donavanwilliams’s picture

StatusFileSize
new1.51 KB
bleen’s picture

Status: Needs work » Reviewed & tested by the community
bleen’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!!

Status: Fixed » Closed (fixed)

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