Trying to install suitecrm on new CentOS 7.3 server. After meeting all requirements, click the install button and the page hangs at:
[b]
SuiteCRM
Step 2 of 2 - Configuration
Install…
Status
[/b]
Page before the install button displays:
System Environment
PHP Version
7.0.22
XML Parsing
OK
MB Strings Module
OK
Writable SuiteCRM Configuration File (config.php)
OK
Writeable Custom Directory
OK
Writable Modules Sub-Directories and Files
OK
Writable Upload Directory
OK
Writable Data Sub-Directories
OK
Writable Cache Sub-Directories
OK
PHP Memory Limit
OK (128M)
ZLIB Compression Module
OK
ZIP Handling Module
OK
PCRE Library
OK
IMAP Module
OK
cURL Module
OK
Upload File Size
OK
Sprite Support
OK
PHP allows to use stream (upload://)
OK
Location of your PHP configuration file (php.ini):
/etc/opt/remi/php70/php.ini
To Setup Crontab
In order to run SuiteCRM Schedulers, edit your web server user’s crontab file with this command:
sudo crontab -e -u apache
… and add the following line to the crontab file:
-
-
-
-
-
cd /var/www/html/SuiteCRM-7.9.4; php -f cron.php > /dev/null 2>&1
-
-
-
-
You should do this only after the installation is concluded.
Any help is appreciated.
Thanks.