New install - HTTP ERROR 500

I followed Wobak’s notebook - Passbolt on CentOS 7 using apache, mariadb, php7 FPM but when I go to the web site I first get the security alert but when i click continue to this website I get HTTP 500 Internal Server error. I followed all the steps and not sure how to proceed from here.

I ran the health check I get php not found:
./app/Console/cake passbolt healthcheck
./app/Console/cake: line 40: exec: php: not found

Any help appreciated.

Thanks,
Martin

Checklist
[ ] I have read intro post: About the Installation Issues category
[ ] I have read the tutorials, help and searched for similar issues
[ ] I provide relevant information about my server (component names and versions, etc.)
[ ] I provide a copy of my logs and healthcheck
[ ] I describe the steps I have taken to trouble shoot the problem
[ ] I describe the steps on how to reproduce the issue

@mcjose it looks like you do not have php-cli installed, or it’s not accessible from the user you’re running the healthcheck as. Double check all the dependencies are installed by looking at this tutorial: https://medium.com/passbolt/passbolt-on-centos-7-with-nginx-php7-fpm-mariadb-from-scratch-7b2a9b15f3a4

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.