the install worked w/out issue. using WAMP on win 2003 with PHP 5.2.6 and MySQL 5.0.51b
the check wurfl web utility successfully finds the test phones.
any ideas?
the check wurfl web utility successfully finds the test phones.
any ideas?
CREATE TABLE `jos_TeraWurflCache` (
`user_agent` varchar(255) character set utf8 collate utf8_bin NOT NULL default '',
`cache_data` mediumtext NOT NULL,
PRIMARY KEY (`user_agent`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;