Questions tagged [vtigercrm]

Vtiger CRM refers to both cloud and open source versions of the CRM application offered by the company Vtiger. Vtiger's open source CRM application was originally forked from SugarCRM with the intention of being a fully open source CRM application with comparable functionality to SugarCRM and Salesforce.com.

Vtiger CRM refers to both cloud and open source versions of the CRM application offered by the company Vtiger. Vtiger's open source CRM application was originally forked from SugarCRM with the intention of being a fully open source CRM application with comparable functionality to SugarCRM and Salesforce.com. It offers reporting, a customer portal and an Outlook plugin in its free edition, whereas those functions are in paid versions of the other CRM applications. Vtiger's cloud application was released in 2010, and offers added functionality such as a new interface, advanced reporting, and email campaigns.

205 questions
0
votes
1 answer

How to show related email on popup composeMailData - Vtiger

I have a custom module, in this module there is a field related to the account, then I create an email send button on the detail page, how can when the compose mail popup is displayed, the email of this account is added…
colinmorgan
  • 55
  • 1
  • 6
0
votes
1 answer

Move Vtiger 7 Storage and Test directories to a new location

I have recently deployed my instance of Vtiger 7 in a load balanced auto scaled configuration. I have also created a NFS server and mounted this to my Vtiger server. This NFS will also be auto mounted to any additional servers in the auto scaled…
Wastreet
  • 11
  • 2
0
votes
1 answer

Vtiger CRM Open Source version 7x (Meme Cache / Varnish?)

I am in the process of setting up Vtiger open source version 7x on my hosting account. Siteground allows Memcached and I am wondering if Vtiger supports this? Additionally if anyone out there has implemented a Varnish server with Vtiger and if this…
0
votes
1 answer

SQL MODE error code during installation vtigercrm 7.3

I try to install vtigercrm but always it show me this probleme. how can I solve it? MySQL Server should be configured with: sql_mode = ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
DHX07
  • 1
0
votes
3 answers

Does uninstalling Custom Module Builder Extension affects the custom created modules

We are using vTiger CRM with its Extension Pack from VTExpers, Inc. We used the Custom Module Builder Extension to Custom Modules Several times, now we want to Uinstall the extension. My Question is: What will happen to the Custom Created Modules,…
0
votes
1 answer

File preview not working Vtiger 7.3 - i've tried 3 different servers with fresh installs

I seem to have an issue with the file preview in the documents which throws me a xyz and logs me out. See image here It doesn't matter what I change including removing the / from the root and site address in config php file i just cant get it to…
0
votes
1 answer

what is bootstrap vtlib script in vtiger crm 7?

I am new use to Vtiger CRM. I need Entity Module. I use to https://community.vtiger.com/help/vtigercrm/developers/extensions/examples/entity-module.html#expenses-php. But, I can't find bootstrap vtlib script in root folder of Vtiger to activate…
0
votes
0 answers

Gsuite mail set up for vtiger mail manager

Trying to setup gsuite custom domain mail in vtiger mail manager. It shows authentication error(wrong credentials) but credentials are corrent. Mail manager works fine with normal gmail id. Can not authenticate to IMAP server: [AUTHENTICATIONFAILED]…
J M
  • 1
  • 1
0
votes
0 answers

vtiger 7.3 issue trying to save images in several modules - e.g. contacts, products, users

Just migrated vtiger to V7.3. Seemed to go OK but now, if I try to upload and image file to a user profile, a contact record or a product record, there is no error when the record is saved but the image is not showing when the record refreshes. I…
Dave
  • 1
0
votes
1 answer

Vtiger Web Services API error when trying to create Opportunity

I'm attempting to create a javascript handler for a push to a vTiger CRM instance. I've been able to login to the webservice and can query and other function just fine, but I'm hitting a roadblock when I try to create a new 'Opportunity' in the…
Ryan Gibbs
  • 1,292
  • 1
  • 15
  • 27
0
votes
2 answers

vtiger php errors on ubuntu 16.04

I am getting a tons of warnings in vtiger on php7.0 on ubuntu 16.04 I was thinking to disable the warnings via /etc/php/7.0/apache2/php.ini , but it does not make any difference error_reporting = E_ALL & ~E_USER_WARNING & ~E_WARNING & ~E_NOTICE &…
cilap
  • 2,215
  • 1
  • 25
  • 51
0
votes
2 answers

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

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…
0
votes
0 answers

CTMMobile - Vtiger

i have an error in the communicate by SMS block. It does not take the value of the mobile number, it literally takes the variable $ mobile Send SMS Array ( [to] => $ mobile [from] => Adoc365 [content] => Welcome Adoc365 …
0
votes
1 answer

Translationkeys VTiger

Right now im working on VTigers translations. My friend wants to install the CRM on his Webspace and he needs his translation (in this case - german). So far i created the most translation keys. The most are links are fine. But in the header menu…
0
votes
1 answer

How to FlexAjax?

I have a question. I need to make PHP Request to my FelexAjax Function in vTiger, can anybody help? This is my code: MenuReorder.php class Settings_FlexSuite_MenuReorder_Action extends Settings_Vtiger_Basic_Action { public function…