Frequently Asked Questions
General FAQs
- Go to My Accounts → View Orders, Click on ‘Create License Package’ in the download column.
- Provide domain or subdomain name. In 5 -10 minutes ‘Create License Package’ link will be replaced with ‘Create License’.
- If not refresh the page to see the change. Click on ‘Create License’ to download the package.
- The package will be downloaded in your default downloads folder.
2. Why fatal errors triggered during installation?
Domain licensing: The CRM products are licensed only for a domain/sub domain. Installing it in the domain other than the preferred domain triggers an error. It can be fixed by using development license.
To generate development license for the first time visit ‘My Account’ page. You can also renew the licensing by contacting our support team.
ionCube technology: All the products in our store are partially protected by ionCube technology. If the ionCube loader is not enabled in your server, error will be triggered. To fix this issue you need to contact your hosting provider.
Plugin conflict: When both the free and PRO version of the products are activated, errors will be triggered. To prevent plugin conflicts deactivate the free version before activating the PRO version of the plugin.
3. Where can I find my PHP version and how to verify whether my server has ionCube loader?
You can verify these configurations in your phpinfo.php file. Open your browser and enter “www.yourdomain.com/phpinfo.php”. If it takes you to “Page not found”, you can create the file “phpinfo.php” in your domain root of your hosting server and add the below code using FTP.
< ?php phpinfo(); ?>
4. How and what are the details required to raise a support?
You can mail us at [email protected]. Provide detail description of the problem you are facing. Send us the details of your server, ionCube loader, PHP version, and domain name along with a screenshot of the error.
You can also share us your FTP/SSH and backend access credentials to get a quick response. If that is not possible create a clone copy of your instance. All the support in queue are handled in First Come First Serve method.
The normal response time is 3 to 24hrs during working days. We work Monday to Friday, 10 AM to 7 PM IST (4.30 AM to 1.30 PM GMT).
WordPress Plugins FAQs
1. What are the supported post_date format?
Almost all the date formats will be supported. We use the PHP Functions to read the date format in the CSV files. The conversion of the date depends on the date format set on the Server and the CSV File parameters.
If in case the date does not fit into any of the standard format used across the globe or any part of the date string is missing, then current date will be used.
2. How to replace the inserted shortcode with image?
In Free version:
The inline image with shortcode will not be inserted, if they are not properly imported. The website will render the shortcode as just text. To populate the images in shortcode, follow these steps during import.
- Enable “Advanced Media Handling” in file upload section.
- Upload the images in zip. The image name should be same as the stated shortcode name of your CSV/XML file.
- Enable “Insert Inline Images” in import configuration section.
In Pro version:
The inline and featured image are inserted in the same procedure. To populate the images do the following during import.
- Enable “Insert Inline images” in import configuration section.
- Upload the zip containing the images. The image name should be similar to the name mentioned in the shortcode of your CSV/XML file.
- You can also upload the separately and populate the inserted shortcode. To upload the images, go to Managers → Image Shortcode. Choose upload and browse the folder to import the image folder.
3. How to increase “upload_max_filesize”?
To increase the “upload_max_filesize” you can either overwrite the value in custom php.ini file or you can get support from your hosting provider
4. Where can I get sample CSV?
You can find the CSV samples in our blog post. You can also get the latest updates of our WordPress products in WordPress Products category.
5. Why uploading 10,000 lines of CSV goes through processing and doesn’t create a single post?
The CSV file may have some errors. You can check the following cases
- Save the CSV with proper UTF-8 without BOM format.
- Ensure that nothing breaks or overlap in CSV.
- Ensure that mandatory field header has values in it. E.g. post_title should not be empty.
6. Can I import CSV with special characters?
The product supports CSV file in UTF-8 without BOM, any characters in this formats can be imported.
7. How to save CSV in UTF-8 without BOM format?
Follow these simple steps to import other languages. Thanks for the steps mojeprogramy.com.
- Prepare a CSV file with the data (I used Excel)
- Saving files to CSV (Excel function)
- I opened the CSV file in Notepad + +
- CTR + A, CTR + C (copy all the text)
- Then in Menu “Encoding”> “Encode without BOM”
- CTR + V to paste all text
- Save the file to import your CSV
8. Why am I getting fatal errors and how to fix it?
Error 1: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2348617 bytes) in /home4/xxx/public_html/wp-includes/plugin.php on line xxx
The error is due to the lesser memory limit in your environment. You can refer the Codex importing content to know the WordPress import file content support. To fix, do the following
- open your wp-config.php in the root WordPress directory and add define(‘WP_MEMORY_LIMIT’, ’64M’);
- If you have access to php.ini file you can increase the ‘WP_MEMORY_LIMIT’.
- You can also contact your hosting provider to increase the value for you.
- If you have more Post Variables form field then change the max_input_vars value 3000 in php.ini
Error 2: /nas/wp/www/staging/speedqueen/wp-content/plugins/wp-ultimate-csv-importer-pro/ includes/smackLogging.php
The error is because of the use of auto_prepend_file or auto_append_file in php.ini file.
Add following code in .htaccess file
php_value auto_prepend_file none
php_value auto_append_file none
If none does not work try with 0 in place of none in your htaccess file
php_value auto_prepend_file 0
php_value auto_append_file 0
9. Its Support WPML ?
Yes. Our plugin supports multi language Import in WordPress.
WP Leads Builder for any CRM
1. What are the supported third party plugins?
This plugin supports form builder plugins and user custom field plugins.
Form builders:
- Gravity Form
- Ninja Form
- Contact Form 7
User Custom fields:
- MemberPress
- ACF
- WP-Members
2. Why I’m not able to submit the form created with Contact form 7?
- After generating the shortcode for Contact form.
- Go to Contact → Contact Forms → Edit view of the shortcode.
- In Mail menu, configure all the settings and save.
- If the mail is not configured the form will trigger an error message stating ‘Submission failed’.
3. What does “wrong login/password” mean when authenticating Zoho CRM?
The problem is due to the ‘Two facto authentication’ method. You can either disable it or create new password for API authentication.
Disable Two factor authentication:
Go to, https://accounts.zoho.com → Two Factor Authentication page → ‘Disable’ link.
Create password for API authentication:
Go to, settings → Manage Application Specific Passwords.
In ‘ Application Specific Passwords’, enter machine name and current account password.
Generate new key(password) and use it instead of your account password.
What are the supported post_date format?
Almost all the date formats will be supported. We use the PHP Functions to read the date format in the CSV files. The conversion of the date depends on the date format set on the Server and the CSV File parameters.
If in case the date does not fit into any of the standard format used across the globe or any part of the date string is missing, then current date will be used.
How to replace the inserted shortcode with image?
In free version:
The inline image with shortcode will not be inserted, if they are not properly imported. The website will render the shortcode as just text. To populate the images in shortcode, follow these steps during import.
- Enable “Advanced Media Handling” in file upload section.
- Upload the images in zip. The image name should be same as the stated shortcode name of your CSV/XML file.
- Enable “Insert Inline Images” in import configuration section.
In Pro version:
The inline and featured image are inserted in the same procedure. To populate the images do the following during import.
- Enable “Insert Inline images” in import configuration section.
- Upload the zip containing the images. The image name should be similar to the name mentioned in the shortcode of your CSV/XML file.
- You can also upload the separately and populate the inserted shortcode. To upload the images, go to Managers → Image Shortcode. Choose upload and browse the folder to import the image folder.
Why my file size is shown zero byte after uploading and the import button is disabled?
The issue is due to the low “upload_max_filesize” in php.ini settings of your server. The minimum size should be 2M, To import file with large number of records you need to increase it further. How to increase “upload_max_filesize”? To increase the “upload_max_filesize” you can either overwrite the value in custom php.ini file or you can get support from your hosting provider. Why am I getting empty headers in mapping section? The issue is due to the improper naming of the CSV/XML. The filename should not contain spaces or any special characters. You can separate each word of your file name with hyphen(-) or underscore(_). Where can I get sample CSV? You can find the CSV samples in our blog post. You can also get the latest updates of our WordPress products in WordPress Products category. why uploading 10,000 lines of CSV goes through processing and doesn’t create a single post? The CSV file may have some errors. You can check the following cases- Save the CSV with proper UTF-8 without BOM format.
- Ensure that nothing breaks or overlap in CSV.
- Ensure that mandatory field header has values in it. E.g. post_title should not be empty.
- Prepare a CSV file with the data (I used Excel)
- Saving files to CSV (Excel function)
- I opened the CSV file in Notepad + +
- CTR + A, CTR + C (copy all the text)
- Then in Menu “Encoding”> “Encode without BOM”
- CTR + V to paste all text
- Save the file to import your CSV
- open your wp-config.php in the root WordPress directory and add define(‘WP_MEMORY_LIMIT’, ’64M’);
- If you have access to php.ini file you can increase the ‘WP_MEMORY_LIMIT’.
- You can also contact your hosting provider to increase the value for you.
- If you have more Post Variables form field then change the max_input_vars value 3000 in php.ini
WP Leads Builder for any CRM
- Gravity Form
- Ninja Form
- Contact Form 7
- MemberPress
- ACF
- WP-Members
- After generating the shortcode for Contact form.
- Go to Contact → Contact Forms → Edit view of the shortcode.
- In Mail menu, configure all the settings and save.
- If the mail is not configured the form will trigger an error message stating ‘Submission failed’.
Vtiger CRM FAQs
Vtiger MailChimp Integration
Frequently Asked Questions for Vtiger Mailchimp Integration:
How to fix “Permission to perform this operation denied for name problem” error?
- The problem is due to the missing entries in the vtiger_ws_entity table in your database.
- Check whether the module entries are inserted in the vtiger_ws_entity table. (MODULES – VTMailChimpLists, VTMailChimp, VTMailChimpGroups, VTMailChimpGroupings)
- If not, take the backup copy of your vtiger database.
- Add required entries in your database by running below query.
insert into vtiger_ws_entity (name,handler_path,handler_class,ismodule)
values(‘MODULES‘,’include/Webservices/VtigerModuleOperation.php’,’VtigerModuleOperation’,’1′);
How to uninstall the installed Vtiger MailChimp?
If you want to uninstall the package after 15 days of trial and the package installed in the wrong domain, then follow the simple procedures listed below.
- Before follow the uninstallation procedure. First take the backup copy of your instance.
- Copy the attached file and paste in your Vtiger CRM root folder.
- Run the following the URL in browser (http://yourcrmaddrss/moduledelete.php)
- Remove the following folders manually in your CRM.
- yourcrm/modules/VTMailChimp
- yourcrm/modules/VTMailChimpGroupings
- yourcrm/modules/VTMailChimpGroups
- yourcrm/modules/VTMailChimpLists
- yourcrm/Smarty/templates/modules/VTMailChimp
- yourcrm/Smarty/templates/modules/VTMailChimpLists
- Remove the workflows manually. Go to settings → Workflow
- Add/Remove Contacts from/to MailChimp Lists
- Add Contacts to MailChimp Lists on First Save
- Add/Remove Accounts from/to MailChimp Lists
- Add Accounts to MailChimp Lists on First Save
- Add/Remove Leads from/to MailChimp Lists
- Add Leads to MailChimp Lists on First Save
PocketCRM for Vtiger FAQ
Frequently Asked Questions: PocketCRM for Vtiger CRM:
Why am I getting http:500 error when logging in?
This error is generated by the server, not by mobile app. You need to request your VtigerCRM administrator to check the file permission for the /modules/Mobile directory. The directory should have writable permission(755).