Erik B wrote:
Fatal error: Class 'DOMIT_Lite_Document' not found in /chroot/home/xxxx/xxxx.net/html/Joomla_RT_MediaMogul_J15/libraries/joomla/factory.php on line 355
I've switched $xmlDoc = new DOMIT_Lite_Document(); to $xmlDoc =& new DOMIT_Lite_Document(); but nothing has changed.
You sound as though you are able to at least able to feel your way around PHP and a server without too many difficulties, so I hate to ask such an obvious question ...
The error you're reporting here seems like you might have an incomplete Joomla installation - did you check that the files /libraries/domit/xml_domit_lite_include.php and /libraries/domit/xml_domit_lite_parser.php actually exist?
If they do, what's your permission / ownership structure like? Also, if you have the option I'd go with mod_suphp rather than apache2handler - I've found this to be essential for a smoothly running Joomla installation. So, you may need to consider a rebuild of Apache / PHP.