Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
$joomlaBase = dirname(dirname(dirname(dirname(dirname(dirname(dirname(dirname(__FILE__)))))))).'/';
require $joomlaBase . '/libraries/import.php'; require $joomlaBase . '/libraries/joomla/environment/uri.php'; require $joomlaBase . '/configuration.php';
defined('JPATH_PLATFORM') or die;
if(!defined('JPATH_PLATFORM') && defined('JPATH_LIBRARIES')) { define('JPATH_PLATFORM', JPATH_LIBRARIES);}
function loadBootStrap($params = array( ... // Get the framework. require $joomlaBase . '/libraries/import.php';--> require $joomlaBase . '/libraries/joomla/event/dispatcher.php'; require $joomlaBase . '/libraries/joomla/environment/uri.php'; require $joomlaBase . '/configuration.php';