Install staying at step 2/2

Hi !

I try to install SuiteCRM for a little company where I work because we don’t have good tools (2 peoples only). Unfortunately I can’t finish the install and I don’t know why :’(

I read the install guide so I copied SuiteCRM files to my local web server.
Then I set ownership of the CRM directory with http:http because that’s the user of nginx in Arch
I also set the permissions on the CRM directory
sudo chown -R www-data:www-data .
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload config_override.php
At the end, I go to http://127.0.0.1/CRM/install.php

There I can accep the license and on the next page, all the systems environnements are OK so I click to the Next button to go to the “Step 2 of 2 - Configuration” screen

If I clic on the Next button without complete the fields, an error occurs: “Administrator Email Address is incorrect.” Once I put something in the email adress field and I clic on the Next button, nothing appends. Even if user/password are set or not, same as Admin user.

$ tail install.log
2017-11-05 14:41:49…/module directory and subdirectory check passed
2017-11-05 14:41:49…/upload directory check passed
2017-11-05 14:41:49…/zip check passed
2017-11-05 14:41:49…PCRE version check passed
2017-11-05 14:41:49…installerHook: Could not find custom/install/install_hooks.php
2017-11-05 14:41:49…php.ini location found. /etc/php/php.ini
2017-11-05 14:41:49…Outputting HTML for System check
2017-11-05 14:41:49…No Errors were found *************
2017-11-05 14:41:49…installerHook: Could not find custom/install/install_hooks.php
2017-11-05 14:42:56…installerHook: Could not find custom/install/install_hooks.php

$ tail sugarcrm.log
$

I in the forum that memory can be too low so I put PHP Memory Limit to 256M but not better…

Do you have idea because I don’t know what to do now ?

Thanks