Welcome, Guest
Username Password: Remember me

PHP Errors with Android
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: PHP Errors with Android

PHP Errors with Android 11 years, 10 months ago #10093

  • jimdamico
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
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.
  • Page:
  • 1
Time to create page: 0.06 seconds

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.