After finally getting things sorted out with the iPhone, I had a friend check our site with his Android phone. He is getting the following errors:
Warning: require_once(/home/macserv/public_html/administrator/components/com_mobilejoomla/markup/xhtml.php) [function.require-once]: failed to open stream: No such file or directory in /home/macserv/public_html/administrator/components/com_mobilejoomla/classes/mobilejoomla.php on line 60
Fatal error: require_once() [function.require]: Failed opening required '/home/macserv/public_html/administrator/components/com_mobilejoomla/markup/xhtml.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/macserv/public_html/administrator/components/com_mobilejoomla/classes/mobilejoomla.php on line 60
Here is what I found on line 60 in ../administrator/components/com_mobilejoomla/classes:
$path = JPATH_ADMINISTRATOR.DS.'components'.DS.'com_mobilejoomla'.DS.'markup'.DS.$markup.'.php';
require_once($path);
if(!class_exists($class))
JError::raiseError(500, 'Class not found: '.$class);
Our website is
www.macserv.com, running Joomla 2.5.6, Mobile Joomla! version 1.0.3.1, Apache version 2.2.22, PHP version 5.2.17, and MySQL version 5.5.23-55.
I have been searching online for a while now and haven't found a fix. Any ideas? Thanks in advance.
-Jim D.