Questions tagged [vtiger]

Vtiger is a PHP-based, open-source CRM application which forked off SugarCRM. Very suitable for small and medium enterprises, it uses the Smarty template engine. One can also import and export specific modules with or without customization.

Links

527 questions
12
votes
6 answers

How can enable imap in php.ini

I was trying to install vtiger in my server for installing vtiger we need to enable imap I tried to enable imap using php.ini by removing ; from extension=php_imap.dll but this does not work. Installing page still showing that imap is not enabled.…
RoSe
  • 327
  • 4
  • 6
  • 20
9
votes
5 answers

SugarCRM or Vtiger?

I'm working on deploying a CRM in a University, the software to deploy has to be open source. My research lead me to SugarCRM Community Edition, however, this edition lack of reporting and seems to be really hard to tailor to specific needs. thus,…
iChaib
  • 459
  • 4
  • 10
  • 16
7
votes
3 answers

Object with id was not of the specified subclass

I'm getting a weird error on my application. I'm trying to retrieve an list of entity from database (MySQL) with session.createCriteria().list() but I'm getting this org.hibernate.WrongClassException. I have looked up this error and I know what it…
Alberson Melo
  • 314
  • 2
  • 3
  • 9
6
votes
2 answers

Creating custom module in Vtiger CRM from scratch with table

I am new to Vtiger CRM and I have searched a lot to find how to create a custom module in Vtiger CRM with a table associated with it from scratch. I am not able to follow the documentation provided by Vtiger.
Leo T Abraham
  • 2,371
  • 4
  • 22
  • 52
5
votes
4 answers

create custom module in vtiger 6

Hello there I'm new in vtiger. Now what i want to know is how to create costum module without using existing module designer or other same stuff. For example i want to create a custom module that will save the name and last name of a certain person.…
Hope
  • 639
  • 2
  • 5
  • 19
4
votes
1 answer

Unable to log in to vtiger Extension Store

I have an instance of vTiger 6.4 installed on Hosted server and am having problems with the extensions marketplace. I have a created an account, but when I try to log in, I get an error that says 'Unauthorised'. I tried to login with Market Place…
Variance
  • 43
  • 5
4
votes
1 answer

If VTiger is in PHP, Which CRM is for Rails?

I come from a .NET background and just learned Ruby On Rails. My company uses VTiger for Customer Relationship Management. I have no idea about PHP. I am a rails fan, instead of me learning PHP to work on VTiger, I am looking for a solution in…
gkolan
  • 1,491
  • 2
  • 20
  • 36
4
votes
3 answers

http error couldn't open socket connection to server nusoap error 13

Hi i'm working on consuming ws from a server and in my pc it works fine, but when I test the code con the server's networks it throws this error: http error couldn't open socket connection to server nusoap error 13 I tried to test a ws with less…
Manolo
  • 109
  • 2
  • 9
4
votes
4 answers

Unable to add product details while creating new quote

I am developing an android app to create a new Quote in vTiger(ver 5.4) CRM server. I was able to generate the new quote but the product_id and quantity that I sent for addition in quote details were not added in it. The other details are being…
Amit Anand
  • 1,181
  • 15
  • 39
3
votes
1 answer

Update existing ticket in VTiger

I am a newbie to VTiger, I am using the 5.2.0 version to try, learn implementing Issue Tracking. Intro: A client sends an email to say support@company.com, Mail Converter or Mail Scanner.. scans for the new email and if found creates a new…
gkolan
  • 1,491
  • 2
  • 20
  • 36
3
votes
2 answers

How to Create custom operation for Webservice VtigerCRM?

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?
3
votes
1 answer

Vtiger Automatic login issue without entering the credentials

I am facing issue of automatic logging in to the Vtiger crm 6.2.0. When I am hitting the crm url, instead of asking for login it redirects to vtiger crm home page, without any authentication . AS per this post, there is no credentials configured in…
3
votes
3 answers

vTiger web services: Permission to perform the operation is denied for query

I'm using the vTiger web services to retreive an array of VtigerObjects containing my contacts using a query. I am following the instructions given here: https://wiki.vtiger.com/index.php/Webservices_tutorials So far I'm getting a challenge token…
GJTMD
  • 33
  • 1
  • 6
3
votes
0 answers

Multitenant module for vtiger

I want to create a multitenet module for vtiger. I've searched in google, but I don't get a clear idea. Is it possible to create different database and same files for each user? How can I select different data bases? I want to create a registration…
3
votes
2 answers

Is it Safe to Set PHP Max Execution Time to 600?

I'm installing a newer version of vTiger CRM. One of the prerequisites is editing php.ini max_execution_time to 600 instead of the default 30. This gap in settings has me questioning if it's safe to increase the execution time? Especially by so…
FergatROn
  • 75
  • 1
  • 7
1
2 3
35 36