Hi i'm a french student and i'm doing a some research about some open source CRM for my Master Degree thesis.
I tried to install the Vtiger CRM Mailchimp sync module...but it doesn't seem to synchronise anything.
I use windows 7 so i tried to check the batch script and I discoverded that the paths in this script were not correct for the latest version of Vtiger( I use the 5.2.0 ).
So I just changed it...but, the thing is that when I trie to launch the script I have an "Access denied!!" error message when the script tries to launch the "SynWithMailChimp" service.
I really want to try this module because I didn't find a lot of information on your site about how it really works.
The thing is I really need to know if I can import custom view in Vtiger in to Mailchimp as group of users.
I saved my Mailchimp key into the MailChimp Module section of the module manager.
Here is a copy of the new batch script:
@echo on
REM **************************************************************************************
REM * The contents of this file are subject to the vtiger CRM Public License Version 1.0 *
REM * ("License"); You may not use this file except in compliance with the License *
REM * The Original Code is: vtiger CRM Open Source *
REM * The Initial Developer of the Original Code is vtiger. *
REM * Portions created by vtiger are Copyright (C) vtiger. *
REM * All Rights Reserved. *
REM * *
REM **************************************************************************************
set VTIGERCRM_ROOTDIR="C:\Program Files\vtigercrm-5.2.0\apache\htdocs\vtigerCRM"
set PHP_EXE="C:\Program Files\vtigercrm-5.2.0\php\php.exe"
cd /D %VTIGERCRM_ROOTDIR%
%PHP_EXE% -f vtigercron.php service="SyncWithMailChimp"
pause
Can you help me please?
If you don't want to help me with the batch script, can you tell me if it's possible to import custom views as groups of contacts in mailchimp?
Thanks in advance.