The Wurfl module name is missing in the module list and also on the Mobile Tools extensions page.

Also the wurfl module admin pages "Test" (including the user agent test) and "Update" work, but "List" and "Add device" give WSOD.

In Mobile tools > external modules > Device detection module: shows two radio btns, one "Mobile Tools" and the other blank. I'm assuming the blank is Wurfl. selecting it and saving gives an error: An illegal choice has been detected.

Core 6.17
Mobile tools 6x-1.12
php 5.2.6

Comments

ransomweaver’s picture

Digging further I find this in the systems table, info column for wurfl:

a:10:{s:68:"// $Id: wurfl.info,v 1.1.2.3 2010/06/22 23:47:00 kharbat Exp $

name";s:5:"WURFL";s:11:"description";s:45:"This module will integrate wurfl with Drupal ";s:4:"core";s:3:"6.x";s:7:"package";s:6:"Mobile";s:7:"version";s:11:"6.x-2.x-dev";s:7:"project";s:5:"wurfl";s:9:"datestamp";s:10:"1278836389";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}

dat not right!

in wurfl.info there is:

// $Id: wurfl.info,v 1.1.2.3 2010/06/22 23:47:00 kharbat Exp $

changed to:

; $Id: wurfl.info,v 1.1.2.3 2010/06/22 23:47:00 kharbat Exp $

uninstall wurfl and problem solved.

ransomweaver’s picture

Spoke too soon. still wsod on wurfl list page, and on /wurfl/add:
Fatal error: Call to undefined function _wurfl_entry_template() in /vservers/axiomins/htdocs/sites/all/modules/wurfl/includes/wurfl.admin.inc on line 240

I don't see _wurfl_entry_template() anywhere in the wurfl php files.

wurfl is working though, I get a successful user agent test. and now I can select wurfl in the mobile tools external packages page.

mchelen’s picture

Disabling Views fixes WSOD, though /admin/build/wurfl then shows only "You need install and enable Views module so you view this page."