Hi everyone,
I have installed Mobile Joomla, the latest release 0.9.6 on a running joomla version 1.5.20
The installation went well, I installed from /tmp directory, now I go to the component portal and configure the basics, let blank the show pc field but when I go to my website landing page (and others) I always have the following error
Notice: Undefined property: Exception::$getMessage in C:wampwwwpluginsmobileterawurfl.php on line 45
Notice: Undefined property: Exception::$getFile in C:wampwwwpluginsmobileterawurfl.php on line 45
Notice: Undefined property: Exception::$getLine in C:wampwwwpluginsmobileterawurfl.php on line 45
Here is the terawurlf code lines :
catch(exception $e)
{
error_log("Caught exception 'Exception' with message '$e->getMessage()' in $e->getFile():$e->getLine()");
return;
}
}
It could be because it is localhost?
Tks