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.
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…
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…
When I try importing contacts and organizations into vtiger 6 I get a blank page with no PHP errors. Can anyone help.
I have tried PHP Error display on, checked all the folders and files to be uploaded properly and making Smarty folder…
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…
I have a database containing around 5million rows and am having issues with a query taking a long time (over a minute). I was hoping this information would be enough for someone to give me some suggestions, if I need to post more information just…
I have created a test module name Mytest. While saving values from the module, I am getting a blank page and it saying "Sorry! Attempt to access restricted file. " . Do anyone know, why this happening. Any help on this is really appreciating.
Standard User are not able to View/List Contacts, Organizations, Opportunity, etc
This was a problem I have been struggling for couple of days, which were SOLVED completely by making sure ALL VTIGER database and tables have same collation. Since…
Installing vtiger 7.1 from scratch and for some reason the installation gets stuck here
Any idea why? It got stuck there for 1 hour or so...I didn't find anything on official forums that could help me. I got another vtiger 7.1 running on the same…
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…
I am new in vTiger and need to fetch all data from "Project" module for a specific user
Like:
SELECT * FROM Projects WHERE assigned_user_id='9'
I did not find the "assigned_user_id" field in vtiger_project table, so how can we get from it.
My…
Previously installed vtiger 6.5 and had active directory authentication working as per Vtiger 6 CRM AD
Clean Installed Vtiger CRM 7.1 and followed same procedure again for AD, user authenticates ok but it just loops back to the login page…
I couldn't figure out what Vtiger was on about when it asked me to set the php.ini file to error_reporting. Even after the error_reporting had been edited to show;
error_reporting = E_WARNING & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT
The CRM still…
Once I have a client contact information saved in Support Module, I could get the following things done..
Client sends e-mail to suport@company.com
Mail Scanner scans, creates a ticket.
A notification is sent that email is received by support team…
In vtiger wiki written:
Query always limits its output to 100 records, client application can use limit operator to get different records.
This query does not work:
doQuery("select * from Leads limit='200';")
How to specify the operator in a…