vtiger

Vtiger web service “sorry! attempt to access restricted file” response

橙三吉。 提交于 2021-02-19 04:31:25
问题 I'm trying to create a lead via a web service request, but I'm getting a "sorry! attempt to access restricted file" response. I read that the most likely culprit is a misconfigured $root_directory url in config.inc.php, but mine is correct. The UI works fine. I can login and obtain a session name via the webservice but it seems like the "create" operation doesn't work. Here's the code for the create call: $lead = array('lastname' => 'test', 'assigned_user_id' => '1', 'company' => 'test');

vTiger cron jobs not triggering workflows. How can I troubleshoot?

对着背影说爱祢 提交于 2021-01-29 08:33:15
问题 I'm running a Vtiger instance on a cloud server. All was well until about two weeks ago when the workflows stopped sending. I have verified that the cron jobs are executing. However, this is a shared hosting environment so as far as I know I don't have access to the cron logs. I have checked that the Bash script that triggers the job has the right permissions. And yet, it is still not runnig. Does anybody have experience with vTiger and has successfully troubleshooted this? Judging by the

How to relate any email with custom module data in Vtiger CRM?

邮差的信 提交于 2020-01-07 02:00:30
问题 I have created a custom module and also have integrated emails tab in Related list. Now I want to link any email with any entry from this custom module listing. When I create(compose) any email and from that compose popup screen I am able to select my custom module option, but when i click on the "search" button to find the entry from listing (to which i want to relate that email), I find no listing for that custom module. However there are few entries available for that custom module. So the

vTigerCRM 7 - Scheduler isn't running any cron jobs unless manually triggered

╄→гoц情女王★ 提交于 2020-01-04 21:36:07
问题 I'm running vTiger 7.0 and I noticed on the first of the month, none of my invoices were created. I then took a look at the Scheduler and noticed that the "Last scan started" and "Last scan ended" fields show that none of the cron jobs had fired in days. The cron jobs are scheduled to fire in 15 minute intervals, with the exception of "RecurringInvoice" which runs every 12 hours. If I visit /myvtigerinstall/vtigercron.php, the cron jobs will all fire but nobody wants to have to manually run

Importing quotes into vtiger crm with web services

核能气质少年 提交于 2019-12-22 10:37:34
问题 I need to import quotes into vtiger . I find out it can be be done using vtiger web services API I find out the reference manual: https://wiki.vtiger.com/archives/index.php/vtiger510:Webservice_reference_manual But i can't find any example PHP script, neither what data fields I need to pass to webservice.php . Please help, I need some guidance. 回答1: Maybe you can start like this (according to your reference link). Manual: https://wiki.vtiger.com/archives/index.php/vtiger510:Webservice

How to Create custom operation for Webservice VtigerCRM?

纵然是瞬间 提交于 2019-12-21 02:54:46
问题 I am new in vtigercrm. I want need a custom operation to get all modules from vtiger_tab table by using webservice. How do I Create a custom operation for Web service Vtiger CRM? 回答1: To define a new webservice custom method you have to manipolate 2 tables vtiger_ws_operation and vtiger_ws_operation_parameters First declare the mathod name and handler by executing a query like INSERT INTO `vtiger_ws_operation` ( `name`, `handler_path`, `handler_method`, `type`, `prelogin`) VALUES ('my

Vtiger: I can't add a To Do event

偶尔善良 提交于 2019-12-13 17:29:17
问题 If I got to calendar, click on To Do, then try to add an event, the form pops up, I fill it out, press save, but no Event gets added. In the SQL error log's I see an error like this: 2011-09-29 14:57:07 EDT ERROR: null value in column "visibility" violates not-null constraint 2011-09-29 14:57:07 EDT STATEMENT: insert into vtiger_activity(activityid,subject,date_start,time_start,time_end,due_date,status,eventstatus,priority,sendnotification,activitytype,visibility,duration_hours,duration