install hangs at step 2 of 2

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.

Hi

  1. What do you have in install.log ?

  2. And what is the result of giving this command in your SuiteCRM root directory?

ls -al

This will help me quickly check some permissions issues.

Hi pgr and btpurchasing

I have exactly the same problem and same installation criteria. Did we get any more on this thread?

Thanks.

Further to my last message, I get to this point …

Creating SuiteCRM configuration file (config.php)

Creating SuiteCRM application tables, audit tables and relationship metadata
Creating the database kcrm_dbase on localhost…done

then it just hangs up.

Any advice welcome :frowning:

OK I resolved the problem as the PHP memory limit was set too low.