The release of Mobile Tools 6.x-2.6 introduced some important changes that affect the WURFL module. The maintainer writes:

"Note that this release of Mobile Tools renamed a number of API functions in order to fix a critical bug. Modules which used these API functions will need to rename their hook implementations accordingly in order to continue to function."

The current version of the WURFL module is using outdated hooks. As of the 6.x-2.6 release, it will no longer integrate with Mobile Tools.

That said, I've created a patch that should correct this. I'll post it below.

CommentFileSizeAuthor
#1 update_WURFL_hooks-1865180.patch2.01 KBslanger

Comments

slanger’s picture

Status: Active » Needs review
StatusFileSize
new2.01 KB

This patch will update all of WURFL's hooks, enabling the module to once again be recognized by Mobile Tools.

If you encounter any problems, feel free to post a patch of your own to correct it. There are plenty of ways to configure Mobile Tools. This patch has only been tested with the most general setup.

slanger’s picture

Issue summary: View changes

Fixed a type; did some reformatting