Environment: CentOS 5.8, with Asterisk 1.8 installed
Upgrade php to 5.2
SugarCRM 6.5: Minimum PHP version required is 5.2.0. You are using PHP version 5.1.6
The official yum source does not exist. add an additional source as follows:
# Rpm-import http://www.jasonlitka.com/RPM-GPG-KEY-jlitka
# Vi/etc/yum. repos. d/utterramblings. repo
Add the following content to the open file:
[Utterramblings]
Name = Jason's Utter Ramblings Repo
Baseurl = http://www.jasonlitka.com/media/el?releasever/?basearch/
Enabled = 1
Gpgcheck = 1
Gpgkey = http://www.jasonlitka.com/RPM-GPG-KEY-jlitka
Save
# Yum update php
# Reboot
Refer:
Download SugarCRM 6.5
Cd/var/www/html
Wget http://nchc.dl.sourceforge.net/project/sugarcrm/1%20-%20SugarCRM%206.5.0/SugarCommunityEdition-6.5.0/SugarCE-6.5.2.zip
Unzip SugarCE-6.5.2.zip
Ln-s SugarCE-Full-6.5.2/SugarCE
Chown asterisk: asterisk SugarCE *-R
Access http: // 192.168.100.103/SugarCE/install. php through a browser
The error message "session. save_path" is displayed.
Cd/var/www/html/SugarCRM/
Create the phpinfo. php file.
<? Php phpinfo ();?>
Access http: // 192.168.100.103/SugarCE/phpinfo. php through a browser
View/var/lib/php/session
Mkdir/var/lib/php/session_sugarcrm
Chown asterisk: asterisk/var/lib/php/session_sugarcrm
Touch. htaccess
Vi. htaccess
Php_value session. save_path/var/lib/php/session_sugarcrm
/Etc/init. d/httpd restart
The message "mbstring" is not enabled.
In CentOS 5.8, mbstring is not enabled for the default php.
Yum-y install php-mbstring
Add extension = mbstring. so to/etc/php. ini.
Edit/etc/php. ini
Prompt
PHP Memory Limit 32 M (Set this to 41943040 M or larger in your php. ini file)
IMAP Module Not found: InboundEmail and Campaigns (Email) require the IMAP libraries. Neither will be functional.
Upload File Size Warning: Your PHP configuration shocould be changed to allow files of at least 6 MB to be uploaded.
Http://code.google.com/p/sugarcrmcn/downloads/list
Cd/var/www/html/SugarCE
Wget http://code.google.com/p/sugarcrmcn/downloads/detail? Name‑sugarcrm-langpack-zh_cn-6.1.1.zip & can = 2 & q =
Unzip SugarCRM-LangPack-zh_tw-6.2.3.zip
Modify config. php
Array (
'En _ us' => 'English (us )',
'Zh _ cn' => 'China'
),
5. Access http: // 192.168.100.103/SugarCE/in the browser/
Log out and log on again.
When you log on for the first time, you will be prompted to set the region.
After the settings are complete,
Modify config. php to set CRM to Chinese by default. You can also select English.
'Default _ language' => 'zh _ cn ',