10
I really have no clue of what could be wrong... Is it still working on your other server?
If yes could you compare the configuration of the two servers and post the differences here?
Greets Dylian.
BTW WURFL Redirection doesn't work in xoBile 1.2 [RTT] because to check if WURFL is uploaded i used
if(file_exists(XOOPS_URL."/modules/wurfl/xoops_version.php"))
And this should be
if(file_exists(XOOPS_ROOT_PATH."/modules/wurfl/xoops_version.php"))
(See xobile/preloads/core.php)
Sorry for this stupid mistake
if you want to use WURFL for mobile phone detection please replace this line yourself.