EspoCRM powered by Websoft9(LAMP | CentOS7.4)
Jun 28, 2024
Unsubscribe
This is unsubscribe link for mass email.
How to access phpMyAdmin?
Websoft9 EspoCRM Image have installed the phpMyadmin
phpMyAdmin install directory: /data/wwwroot/default/phpMyAdmin
Linux
Following is the step for access phpMyadmin
1. Open Chrome or Firefox on your local PC
2. visit the http://Internet IP Address/phpMyAdmin,you can enter the
login page
3. select you language,Username:root,Password:123456
4. Click the button “Go” Windows
Following is the step for access phpMyadmin
1. User Remote Desktop Connection of Window to connect to you ECS
2. Install a Chrome or Firefox browser on you ECS
3. Open Chrome or Firefox on your ECS
4. visit the http://localhost/phpMyAdmin,you can enter the login page
5. select you language,Username:root,Password:123456
6. Click the button “Go”
How to change the permissions of
filesytem?
When install new extension from back-end it will not successful,may be the
permissions of file and folder is not appropriate,you should change it
Web site root permissions to follow:
file 644, folder 755 ,Permissions Users and groups www
If there is a file permissions problem, execute the following three
commands:
chown -R www.www /data/wwwroot/default/espocrm
find /data/wwwroot/default/espocrm -type d -exec chmod 755 {} \;
find /data/wwwroot/default/espocrm -type f -exec chmod 644 {} \;
How to modify the allowed limit for
upload?
Modify the /usr/local/php/etc/php.ini file to increase the allowed size for
uploads:
; Maximum size of POST data that PHP will accept.
post_max_size = 16M
; Maximum allowed size for uploaded files.
upload_max_filesize = 16M
then,restart the apache
# service httpd restart
How to modify PHP settings?
The PHP configuration file allows you to configure the modules enabled,
the email settings or the size of the upload files. It is located at
/usr/local/php/etc/php.ini.
There are some PHP settings that need to be sufficient to install.
The values for PHP.ini below are suggested values only.
memory_limit – Minimum: 64M Recommended: 128M or better
upload_max_filesize – Minimum: 20M
post_max_size – Minimum: 20M
max_execution_time: At Least 120 Recommended: 300
After modifying the PHP configuration file, restart both Apache and PHP-
FPM for the changes to take effect:
# service httpd restart
How to change the max_execution_time?
If you receive the message “Maximum execution time of 30 seconds
exceeded”.You may also like to extend the max_execution_time for PHP
and you can modify it by two methods below
Method one: edit your /usr/local/php/etc/php.ini
; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time = 90
; Maximum amount of time each script may spend parsing request data. It
; idea to limit this time on productions servers in order to eliminate
; long running scripts.
Method two: edit your .htaccess:
php_value max_execution_time 90
How to use another languages?
EspoCRM support more than 14+ languages,how to configure the language
after installation?
Administrator->Settings,change the language and save it
How to migrate from free to Advanced
Pack?
If you plan to buy ESPO CRM Advanced Pack when using free version, how
to use it?
Advanced Pack is an extension. You can install any extension on your
instance or remove it, when you want. You don’t need another one.
EspoCRM Help Links
Links
For more EspoCRM information, please visit EspoCRM blog
(http://blog.espocrm.com), follow EspoCRM on twitter
(https://twitter.com/espocrm).If you have any suggestions or questions,
please ask on the EspoCRM forum (http://forum.espocrm.com).Websoft9">