Fix for back-end Control Panel interface
1 post
• Page 1 of 1
Fix for back-end Control Panel interface
In case anyone should decide to move the default location of their Joomla directories, as I chose to do, the component will not work because it's using the wrong variable for its file path:
In the file [ROOT]administratorcomponentscom_xmapclassesXmapAdmin.php
Line #142:
change to:
In the file [ROOT]administratorcomponentscom_xmapclassesXmapAdmin.php
Line #142:
- Code: Select all
require_once (JPATH_SITE.DS.'libraries'.DS.'domit'.DS.'xml_domit_lite_parser.php');
change to:
- Code: Select all
require_once (JPATH_LIBRARIES.DS.'domit'.DS.'xml_domit_lite_parser.php');
- JasynL1977
- Fresh Boarder

- Posts: 1
- Joined: Mon Jun 30, 2008 5:20 pm
1 post
• Page 1 of 1
Who is online
Users browsing this forum: Google [Bot] and 3 guests