installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute

installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute

When I’m installing on the VPS server, when I put the information, Database and email, when I click next, it gives this info in the install.log
and right after the error 500 on the server

suitecrm version 7.12

That message is informational and is not a problem.

Your 500 error probably leaves a PHP fatal error in php_errors.log, that should be more useful for diagnosing.

in the log is giving these error messages:

[15-Oct-2022 00:42:41 America/Sao_Paulo] PHP Fatal error: Uncaught Exception: SuiteCRM is not installed. Entry point needs an installed SuiteCRM, please install first. in /var/www/suitecrm/include/entryPoint.php:59
Stack trace:
#0 /var/www/suitecrm/index.php(47): require_once()
#1 {main}
thrown in /var/www/suitecrm/include/entryPoint.php on line 59
[15-Oct-2022 00:42:41 America/Sao_Paulo] PHP Warning: Trying to access array offset on value of type null in /var/www/suitecrm/include/utils.php on line 1917
[15-Oct-2022 00:42:41 America/Sao_Paulo] PHP Warning: Trying to access array offset on value of type null in /var/www/suitecrm/include/utils.php on line 1871
[15-Oct-2022 00:46:02 America/Sao_Paulo] PHP Fatal error: $GLOBALS can only be modified using the $GLOBALS[$name] = $value syntax in /var/www/suitecrm/install/performSetup.php on line 715

Check that your PHP version is within the bounds of what is allowed by the Compatibility Matrix for you current SuiteCRM version