Active
Project:
WURFL
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2010 at 02:16 UTC
Updated:
12 Aug 2010 at 10:33 UTC
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
Comment #1
ransomweaver commentedDigging 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.
Comment #2
ransomweaver commentedSpoke 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.
Comment #3
mchelenDisabling Views fixes WSOD, though /admin/build/wurfl then shows only "You need install and enable Views module so you view this page."