System Requirements

Minimum Requirements needs to install XFINITY CRM PHP 5.7.0+ (PHP 7.1+ recommended) MySQL 5.1+ mod_rewrite Apache PDO PHP Extension Mbstring Tokenizer JSON cURL PHP Extension In most hosting accounts these extensions are enabled by default. But you should consult with your hosting provider.

Read More

Installation Guide

Configure database connection Login to cPanel and create a brand new database that will be used for XFINITY CRM installation. You can check this tutorial how to setup MySQL database in cPanel if you are not familiar with how to configure database. Login to cPanel by accessing www.yourdomain.com/cpanel and navigate go MySQL Databases, note that this step […]

Read More

Local Server Installation – WAMP

Even if you are trying to install XFINITY CRM on WAMP you must meet all the requirements. WAMP by default comes with mod_rewrite disabled. To Enable .htaccess in WAMP Server use the following steps STEP  1:  click on Wampserver and select apache->httpd.conf STEP  2: Find and replace the following text Find      #LoadModule rewrite_module […]

Read More

Local Server Installation – XAMP

You can install XFINITY CRM on XAMP server without any problems. Everything will work good except if no internet connection you wont be able to send emails. Few changes we need to do in XAMP default installation. 1. Change the .htaccess RewriteRule ^(.*)$ index.php?/$1 [L,QSA] to RewriteRule ^(.*)$ /yourfolder/index.php?/$1 [L,QSA] 2. IMAP extension manually (enable […]

Read More