SuiteCRM 8.7 - Setup won't pass initial checks

I’m trying to do my first install of SuiteCRM. I downloaded and extracted the file to the root folder and then went to the proper URL and the install came to its pre-installation requirements screen.

I have some errors with remote access checks as shown in image link below and also attached. Now
if I click on the Ignore Warnings and Proceed button, nothing happens it just loops back to the same screen. How can I proceed?

Image of Errors

Hi, welcome to the Community! :tada:

You really need to fix that issue, not just try to proceed. It’s impossible for SuiteCRM to work around that problem by itself.

Are you following the installation docs? Double-check your web root (apache config) and your mod_rewrite PHP module and settings.

For example,

If you set your web root to:

/var/www/html/suitecrm8/public/

Then .htaccess file at /public/legacy/ folder will be:

RewriteBase /

Thank you both for the quick response.

First yes I am following the installation docs, but the first problem is if they are crucial to fix why are they warnings and not errors? Second in your installation instructions it says gives an example of http:////install.php. Now I created a subdomain and actually started the install by going to https://mysubdomain.domain.com/public/install.php. and when doing that I get the errors mentioned.

Now I use Plesk webserver management tool (like cPanel) and I have enough knowledge that I changed the document root to point to the the public folder as suggested and I created an .htaccess file in the /public/legacy folder and entered the value of RewriteBase / in the file and saved it, but I am still getting the same errors.

Here are the errors in more detail, not sure how to get these warnings resolved.

Can anyone help?

I’ve run into a road block and I’m not sure how to fix this. Any help would be appreciated.

That 500 error probably left a FATAL message in your PHP log file, that should be helpful.

A likely cause would be if you didn’t install the necessary PHP modules.

Make sure you install this PHP modules;

Check this out