Hey Everyone,
I'm trying a fresh install of 7.0.9 and after confirming the server parameters and database settings, the UI reports that the "API Error: EspoCRM API is unavailable."
But in the browser back end, the get request to https://crm.investorsignals.com/api/v1/ is returning a HTTP status 500 code. (rather than 404 as the visual suggestion is to fix the nginx config, but it's already correct and matching my other EspoCRM setups)
The log file shows...
[2022-03-02 23:49:11] ERROR: (0) No database name specified.; GET /; line: 149, file: /storage/is_crm/application/Espo/Core/ORM/EntityManagerFactory.php
Obviously, I can't get to this step in the install wizard, without having specified and tested the database connection settings.
Any suggestions?
NGINX, not apache.
I'm trying a fresh install of 7.0.9 and after confirming the server parameters and database settings, the UI reports that the "API Error: EspoCRM API is unavailable."
But in the browser back end, the get request to https://crm.investorsignals.com/api/v1/ is returning a HTTP status 500 code. (rather than 404 as the visual suggestion is to fix the nginx config, but it's already correct and matching my other EspoCRM setups)
The log file shows...
[2022-03-02 23:49:11] ERROR: (0) No database name specified.; GET /; line: 149, file: /storage/is_crm/application/Espo/Core/ORM/EntityManagerFactory.php
Obviously, I can't get to this step in the install wizard, without having specified and tested the database connection settings.
Any suggestions?
NGINX, not apache.
Comment