Support Forum

Every time that you post a problem, PLEASE add the Joomla and the extension's versions and revisions (for example: Joomla 3.3.6, Contact Enhanced 3.3.5), PHP version and Server's Operating System. If you only manage only one site it is easier if you edit your profile and just add that information to your signature. Don't forget to add a detailed description of the problem. If possible, write down all steps to simulate the problem.

Before submitting a new post, PLEASE make sure you are running the latest version, test in different browsers (IE, FF, Chrome,..) and clear Joomla and browser's cache after every change you make.

Also, most questions are already answered in our FAQ and in iFAQ and Contact Enhanced documentation pages.

× Ideal Store Locator Plugin (iStoreLocator) works with Google Maps API which allows your website visitors to easily locate stores/contacts on the map.

Product Page

issues

7 years 7 months ago #22043 by Identitycreativeaus
we plugged this plugin and it showing error
Error loading component: com_contactenhanced, Component not found.

Please Log in or Create an account to join the conversation.

7 years 7 months ago #22045 by support
Greetings,

This will not cause any issue. It has already been fixed in the source code and it will be included in the next version.

For now, can you please open: /plugins/system/istorelocator/istorelocator.php

Find the code below around line number 538 inside the getJS() function/method:
$comParam = JComponentHelper::getParams('com_contactenhanced');
$key = $this->params->get('gmaps_api_key', $comParam->get('gmaps_api_key'));

Replace with:
if (is_readable(JPATH_ROOT.'/components/com_contactenhanced/controller.php')){
	$comParam = JComponentHelper::getParams('com_contactenhanced');
	$key = $comParam->get('gmaps_api_key');
}else{
	$key = '';
}
$key = $this->params->get('gmaps_api_key', $key);

Let me know if you have any trouble applying this fix and I'll send try to create a new package for you.

Best regards,

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum

Copyright © 2018 IdealExtensions.com. All Rights Reserved.

This site is not affiliated with or endorsed by the Joomla!™ Project. It is not supported or warranted by the Joomla!™ Project or Open Source Matters™. The Joomla!™ logo is used under a limited license granted by Open Source Matters™, the trademark holder in the United States and other countries.
We may collect your IP address and your browser's User Agent string while using our site for security reasons and deriving aggregate information (analytics). This information is retained for a minimum of 1 and a maximum of 24 months.
Feedback