Install SugarCRM version 6.5

Source: Internet
Author: User
Tags gpg install php imap phpinfo

Environment:

CentOS 5.8, installed asterisk 1.8


Upgrade PHP to 5.2SugarCRM 6.5:minimum PHP version required is 5.2.0. You are using PHP version 5.1.6
The official Yum source is not inside, 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 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
Reference: http://www.myhack58.com/Article/sort099/sort0102/2011/32081.htm


Download the SugarCRM 6.5 version
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


Browser Access http://192.168.100.103/SugarCE/install.php
Prompt Session.save_path Settings error

cd/var/www/html/sugarcrm/

Create a file phpinfo.php<?php phpinfo ();?>
Browser Access http://192.168.100.103/SugarCE/phpinfo.php
See/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


Tip mbstring not enabled

CentOS 5.8 The default PHP does not enable mbstring Yum-y install php-mbstring
Join the extension=mbstring.so in/etc/php.ini
Edit/etc/php.ini According to the information below
http://twpug.net/modules/newbb/viewtopic.php?post_id=7199


Tips
PHP Memory Limit 32M (Set this to 41943040M or larger in your php.ini file)
IMAP Module not found:inboundemail and campaigns (Email) require the IMAP libraries. Neither would be functional.
Upload File Size warning:your PHP configuration should is changed to allow files of the 6MB to is least.

Http://code.google.com/p/sugarcrmcn/downloads/listcd/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 ' => ' 中文版 (US) ',
' ZH_CN ' => ' Chinese '
),


5, browser access http://192.168.100.103/SugarCE/

Exit and log back in, and the 中文版 Chinese language selection will appear.


The first landing, will be prompted to carry out settings such as regions.

When Setup is complete,

Modify config.php, let CRM default to Chinese, you can choose another English.

' Default_language ' => ' zh_cn ',


To modify the admin password method:

Use springw5_su7873; # MySQL Returns a query result that is empty (that is, 0 rows).

Use Xxxdb;

Update users set User_hash = ' 098f6bcd4621d373cade4e832627b4f6 ' where user_name = ' admin '; # affects 1 rows.


Reference: Http://stackoverflow.com/questions/13296530/sugarcrm-6-5-password-reset

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.