Already tried it actually...
No it seems it is Jumi that creates an issue...adding &Itemid=1 works in some cases but not all
here is the exact description of the fatal error ;
Fatal error: Uncaught exception 'Exception' with message 'Error: ' in /home/soscles/public_html/plugins/mobile/terawurfl/DatabaseConnectors/TeraWurflDatabase_MySQL5.php:359 Stack trace: #0 /home/soscles/public_html/plugins/mobile/terawurfl/TeraWurfl.php(292): TeraWurflDatabase_MySQL5->getDeviceFromCache('TeraWurflSimple...') #1 /home/soscles/public_html/images/jumicode/geo-loc-key.php(
: TeraWurfl->getDeviceCapabilitiesFromAgent() #2 /home/soscles/public_html/plugins/content/jumi.php(75): include('/home/soscles/p...') #3 /home/soscles/public_html/libraries/joomla/event/event.php(67): plgContentJumi->onPrepareContent(Object(stdClass), Object(JParameter), 0) #4 /home/soscles/public_html/libraries/joomla/event/dispatcher.php(170): JEvent->update(Array, Array) #5 /home/soscles/public_html/components/com_content/views/article/view.html.php(102): JDispatcher->trigger(Array) #6 /home/soscles/public_html/libraries/joomla/cache/handler/view.php(98): ContentViewArticle->display('onPrepareConten...', Array) #7 /home/soscles/public_ in /home/soscles/public_html/plugins/mobile/terawurfl/DatabaseConnectors/TeraWurflDatabase_MySQL5.php on line 359
and the faulty code is in a php file called from jumi :
$db =& JFactory::getDBO();
require_once './plugins/mobile/terawurfl/TeraWurfl.php';
$wurflObj = new TeraWurfl();
$wurflObj->getDeviceCapabilitiesFromAgent();
$width = $wurflObj->getDeviceCapability("resolution_width");
any idea ??