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

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

Vtiger web service "sorry! attempt to access restricted file" response

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…
sdragnev
  • 468
  • 3
  • 10
3
votes
1 answer

vtiger 6 blank (white) page on import

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…
Farsh
  • 47
  • 4
3
votes
2 answers

Importing quotes into vtiger crm with web services

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…
Gale
  • 406
  • 13
  • 26
3
votes
2 answers

MySQL explain - require index suggestions / feedback

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…
rich
  • 31
  • 3
2
votes
11 answers

Vtiger Custom Module : "Sorry! Attempt to access restricted file."

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.
phpqa.in
  • 589
  • 3
  • 8
  • 16
2
votes
1 answer

Non-admin users cannot have access to any LISTVIEW in vtiger crm 7.1.0

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…
eima
  • 51
  • 2
  • 7
2
votes
4 answers

Vtiger 7.1 installation got stuck

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…
Sephy
  • 159
  • 1
  • 2
  • 15
2
votes
2 answers

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

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…
Breezy
  • 74
  • 2
  • 14
2
votes
2 answers

Get Module data of a user from Vtiger CRM

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…
2
votes
1 answer

Vtiger 7.1 Active Directory

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…
fergalom
  • 21
  • 6
2
votes
7 answers

Painfully set the sql_mode for vtiger

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…
cjones
  • 367
  • 1
  • 3
  • 19
2
votes
1 answer

Create Ticket in VTiger

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…
gkolan
  • 1,571
  • 2
  • 20
  • 37
2
votes
1 answer
2
votes
2 answers

Vtiger. Change query limit

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…
alexin
  • 243
  • 1
  • 15
1
2
3
36 37