Problem in OMP installation

Good afternoon, I hope you are well.
A couple of days ago I’m trying to install OMP on a CENTOS 7 but I get to a point where I do not know what may be missing.

I have installed:
PHP 7.2.16 - mySQL 5.5.60 - Apache 2.4.6

The folder within the path /var/www/html/omp was added
I have configured folder permissions, including with chmod -R 777 omp for the entire OMP folder.
It was also assigned as the owner of the hown folder chown -R apache:apache /var/www/html

At the time of entering the address in the browser “localhost/omp” does not show anything, the page goes blank, try another different service (CRM) and there was no problem, then it makes me think that something may be missing in the configuration of the OMP.

If someone can help me I would appreciate it very much.
See you later.

Hi @Henry_Cardona,

Have you checked your PHP error log?

(Note that 777 permissions are never safe to use – but can be helpful for testing.)

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher

Good morning,
the 777 permits are for testing while the OMP is stabilized and functioning.
How could I check PHP errors log more exactly?

Hi @Henry_Cardona,

Have a look at: How do I find my PHP error log?

Regards,
Alec Smecher
Public Knowledge Project Team