installerHook: Could not find custom/install/install_hooks.php" in install.log

If i install suitecrm in aws instance. database creation is done. after that is not moving forward. Tables are not created.

install log showing this error

installerHook: Could not find custom/install/install_hooks.php" in install.log

have any idea pls share with me.

Thanks.

Hey there, Are you still having issues with this?

Which version of SuiteCRM are you trying to Install?

I believe this was an issue on much older versions, but I haven’t seen it at all, more recently


Having a look around, it seems like the consensus is that this was down to the file/folder permissions being incorrect:


So I would suggest ensuring that the file/folder permissions are set correctly before proceeding with install.

We usually suggest:

sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload
sudo chown -R www-data:www-data .
(replacing www-data with whatever your web server user is)

This is not an error message, it’s informational. If the installer finds custom hooks, it runs them. If not, it just skips ahead. no problem.

If you look closely at the log message it says it’s “info”