We’ve converted a vTiger Lead Company field into an ajax look up field for the Organizations to allow users to easily pick the Company for the lead new in case it already exists, preventing misspellings and maintaining data integrating on the system. Simple and yet powerful vTiger enhancement will keep your database clean and reduce clutter and duplicates upon converting vTiger leads into Organizations & Contacts. The Demo can be found at: http://demo.VTExperts.com/leadcompany/index.php Username: demo Password: demo Need a similar solution? Please contact us and we’ll work with you to find the best solution that fits your business needs.
vTiger CRM 6 RC Has finally arrived! vTiger CRM 6 is a complete overhaul of the previous versions. vTiger CRM 6 has more modern and elegant look, a lot of improved functionality such as ability to add & link records on the fly, be able to see the records in a summary view, a more efficient way of seeing updates & linked activities as well as improved field & related list manager and many more.. The Installation of vTiger CRM 6 RC is a straight forward operation. Before you start the vTiger CRM 6 RC Installation – make sure you server is compatible with it. Make sure that your server has: Apache 2.1+ MySQL 5.1+ PHP 5.2+, 5.3 php-imap php-curl php-xml max_memory (min. 256MB) max_execution_time (min. 60 seconds) Once confirmed – move on to the vTiger CRM 6 RC Installation. 1. Download vTiger CRM 6 RC from one of the links
Long waited vTiger CRM 5.40 Upgrade/Migration Tool to vTiger CRM 6.0 has been released. Since there’s no stable or RC version of vTiger CRM 6.0 – this migration/upgrade tool only works with the beta version. According to vTiger CRM developers, this should not be used for production and is only for testing purposes, however if you want to move quickly and can not wait for RC/Stable version – you should be able to upgrade your vTiger CRM 5.40 to vTiger CRM 6.0. We’ve done few migrations already and it seems to be working as expected. The migration/upgrade process is quick and easy to perform, however if you don’t feel comfortable doing it – feel free to contact us and we’ll help you out. First and the most important step is – backups.You have to take a backup of you existing vTiger CRM database and the file structure. The way the
vTigerCRM has just released an update for it’s Android App. The vTiger CRM Android App Update includes: Mobile Call Logging Whenever you get an Incoming or do an Outgoing call – the contacts from your vTigerCRM are matched against the number you are dialing/receiving and automatically records the call and places it in Contact’s Activities tab. It’s really helpful to keep track of calls made and receive – you have no longer to do that manually. Offline Record Editing If you find yourself in an area where there’s no service or you are out of your wifi zone – you will still be able to view update your vTigerCRM records. Once you get back online – the changes will sync to vTigerCRM. Miscellaneous bugs Few minor bugs and enhancements have also been included in the new release. The app can be downloaded at official vTiger CRM store.
vTiger 6 came out with a very useful and easy to use tool to create custom modules. Unfortunately, the tool is not part of the user interface, however with a very little knowledge of unix and ability to navigate using SSH connection – you will be able to create a vTiger custom module within few seconds. Firs thing you need to do is find out how to connect to your server via SSH. For those how are using shared hosting, it is not always an option, so you should check with your hosting provider if this option is available. Assuming you have access and know how to connect, go ahead connect to the server and navigate to your vTiger directory. The tool is located at /yourvtigercrm6/vtlib/tools/ folder, go ahead and navigate to that folder, assuming you are in your vTiger6 folder, you would just do cd vtlib/tools/ There is a file
If you haven’t had a chance to explore vTiger 6 Beta yet – you should. The looks of it is completely redesigned, it as a lot of new views and functions. I’m not going to talk much about it in this article – the purpose of it is to have you check and evaluate it yourself. Link: vTigerCRM 6 Live Demo Username: demo Password: demo
There can be multiple reason as for why you are getting Blank Page in vTiger. It can be server configuration, vTiger error, or a permissions issue. The first step you should do is enable error reporting in index.php. You can do that on the server site as well. To enable error report you will have to add an additional line to index.php. Go to “/vtigercrm/” Open index.php with your favorite text editor After <?php create a new line and add “ini_set(‘display_errors’, 1);” – (exclude double quotes). Save it Now you should be getting an vTiger error message instead of blank screen, which will help you to identify & solve the issue. If you need help trying to figure out what went wrong, feel free to contact us.
Default vTiger Login Page has a lot of elements which are just advertisements or links to their website. As a business you usually would not want to see something like that. There’s an easy fix to remove all of those elements. You can either follow the instructions below and do it yourself or just download the cleaned up login page. Instructions: Go to “vtigercrm/Smarty/templates/” Open Login.tpl Go to Line 22, it should be blank, add <!– Go to Line 64, it should be blank, add –> Go to Line 67, there should be “<div>Powered by vtiger CRM – {$VTIGER_VERSION}</div>“, add <!– and –> around it: <!– <div>Powered by vtiger CRM – {$VTIGER_VERSION}</div> –> Go to Line 91, there should be “<div> class=”importantLinks”>”, add <!– in front of it: <!– <div> class=”importantLinks> Go to Line 97, there should be “<div>”, add –> at the end of it: <div> –> Go to
Out of the box vTiger already has ability to have Email “FROM” Address as logged in user’s email address. It’s very simple – when setting up a vTiger Outgoing Email Server you should NOT specify the “FROM” Email Address. If the “FROM” Email Address is not specified the system will use logged in user’s email address as “FROM” Address when sending an email.
The vTiger error “Migration Incompleted. Please contact your system administrator.” is usually caused by vTiger not being able to connect to the MySQL database. Possible causes: MySQL Server is not available/down MySQL Server host has changed MySQL Username/Password is not correct/has changed MySQL Database name has changed In order to adjust the MySQL credentials, first you have to verify them with your host provider and adjust them in config.inc.php. Go to your vTigerCRM directory Open “config.inc.php” with your favorite text editor Go to line 47 – verify that the $dbconfig[‘db_server’] has the correct MySQL Host Name Go to line 48 – verify that the $dbconfig[‘db_port’] has the correct MySQL Port Go to line 49 – verify that the $dbconfig[‘db_username’] has the correct MySQL Username Go to line 50 – verify that the $dbconfig[‘db_password’] has the correct MySQL Password Go to line 51 – verify that the $dbconfig[‘db_name’] has the correct MySQL Database Name Hope that helps!
The most likely cause for the vTiger error “Sorry! Attempt to access restricted file.” is the $root_directory value in the ‘config.inc.php’ is incorrect or misspelled. In order to correct it follow the steps below: Go to your vTigerCRM directory Open “config.inc.php” with your favorite text editor Go to line 86 and adjust $root_directory value to correct vTiger directory. Note, that the directory must end with /. It should look something like this – $root_directory = ‘/var/www/vtigercrm/’; Hope that helps!
There are a lot of things that can go wrong when setting up the vTiger Outgoing Email Server – it can be as simple as mistype or as complected as firewall blocking the connection or missing PHP extension. Hopefully the steps below will point you to the right direction while troubleshooting the error you are getting. If you are using GMail as your Outgoing Server – follow the guide “Setting up vTiger Outgoing Email Server With GMail“ Make sure that the username/password and the Server Name is correct. Check your email settings or contact your email provider to verify the email server. Verify that your email server does not require SSL connection or any specific port – if it does, add the ssl:// tag or the port using the “GMail as an Outgoing Email Server in vTiger” example. If you are using ssl:// tag – make sure SSL PHP Extension
Finally vTigerCRM 6 Beta have been released. It’s not fully functional yet, there are some modules missing as well as some new modules that did not exist in vTigerCRM 5.4 such as Google Calendar & Contact Sync. Since it’s just Beta version, you can not upgrade from 5.4 yet and it’s only for testing and bug reporting purposes. The RC/Stable is scheduled to be released September or October, however the schedule might change. Vtiger 6.0 Beta: Installation Files | Installation Manual | Developer Manual