Forums

Vtiger leads integration trouble

steelraptor 18 Mar, 2011
Hi there! I have been trying to integrate the leads form into my vtiger installation and have run into some issues.

I followed this guide
http://www.digitalbuz.com/2010/02/04/joomla-vtiger-crm-integration-using-chronoforms/


Then used the basicDemo form to test the system and even changed the ModuleName=Leads to moduleName=Leads as suggested on another forum. I get the error below when trying to pass the form. I followed the guide to the best of my ability but I am stumped now. Both the site and vtiger install are on a dreamhost account if that makes any difference.

Thanks for any help! ^-^



cf_CURL debug info
$curl_values: moduleName=Leads&=
$params->target_url: http://mike.thisino.com/vtiger/modules/Webforms/post.php
$ch: Resource id #102
CURL response: HTTP/1.1 301 Moved Permanently Date: Fri, 18 Mar 2011 01:33:20 GMT Server: Apache Location: http://www.mike.thisino.com/vtiger/modules/Webforms/post.php Vary: Accept-Encoding Content-Length: 268 Content-Type: text/html; charset=iso-8859-1
Moved Permanently

The document has moved here.


The document moved here page then takes me to the following page


Failed to add entry in to vtiger CRM.
Error Code: ACCESS_DENIED
Error Message: Permission to perform the operation is denied for name 
GreyHead 18 Mar, 2011
Hi steelraptor,

It looks as though there are no values being added to the query string.

$curl_values: moduleName=Leads&=


What settings do you have in the cURL configuration box.

Bob
steelraptor 18 Mar, 2011
Well I get this message above my CURL settings when I go to the page to edit the settings.
$params: JParameter Object ( [_raw] => debugging=0 target_url=http:// header_in_response=0 onsubmit=before_email [_xml] => [_elements] => Array ( ) [_elementPath] => Array ( [0] => /home/mikeino/mike.thisino.com/mascot/libraries/joomla/html/parameter/element ) [_defaultNameSpace] => _default [_registry] => Array ( [_default] => Array ( [data] => stdClass Object ( [debugging] => 1 [target_url] => http://mike.thisino.com/vtiger/modules/Webforms/post.php [header_in_response] => 1 [onsubmit] => before_email ) ) ) [_errors] => Array ( ) ) 


I only have the Extra field data as moduleName=Leads and all the fields are blank.
The other settings from the other tabs are as follows.
Target URL - http://mike.thisino.com/vtiger/modules/Webforms/post.php
Flow control - Before Email
Debugging - Yes
Header in Response - Yes
And there is no extra code at all.


I feel like I am missing something simple and I just don't know what as I am not too familiar with Chrono forms. Vtiger is somewhat new to me but I can manage.

Thanks for the help though GreyHead, I have had trouble in the past with other integration and the forums seems to always be dead on other sites! Glad to have feedback! ^-^
GreyHead 18 Mar, 2011
Hi steelraptor,

You need other entries to transfer the data over and to log in to VTiger. Please see this thread and in particular the post by ackerman near the end of page 1

Bob
steelraptor 18 Mar, 2011
Thanks for the info Greyhead. I also found the official PDF instruction from Vtiger for integration. I have added all the correct field and built an appropriate form, but now seem to be getting an
Failed to add entry in to vtiger CRM.
Error Code: WEBFORMS_INVALID_APPKEY
Error Message: AppKey provided is invalid 

error.

I followed the other forum link you provided me with as well and thought to have the key setup correctly. I will keep chipping at this problem and see if I make any more progress.

Thanks again xD
This topic is locked and no more replies can be posted.