-
Book Overview & Buying
-
Table Of Contents
Implementing SugarCRM 5.x
Before you dive into adjusting PHP settings, you need to install a couple of important extensions. The first is php-imap, used for e-mail functionality and the other is php-mbstring, used for double-byte character support.
To install them, execute the following commands:
yum install php-imap
yum install php-mbstring
Once these extensions are successfully installed, proceed to modify your PHP configuration.
To modify your PHP configuration perform the following steps:
Navigate to /etc and open the file PHP.INI using the text editor of your choice.
Search for the memory_limit parameter and set its value to at least 64M (256M would be preferred). If not adjusted, there is a tendency for blank screens and other odd behavior to occur while attempting to use SugarCRM.
Search for max_execution_time and set it to 300. Too low a value usually results in actions that starts, but remain incomplete. For example, exporting a large number of records may fail when exporting a smaller set...
Change the font size
Change margin width
Change background colour