i'mI'm running dockerDocker on ubuntuUbuntu 18 with a container for mariadbMariaDB, nginxNginx and php-fpm (7.3).
The phpPHP container has composer installed, and iI used it to create a drupal commerceDrupal Commerce project. All of that goes well. iI can start the drupalDrupal install process using a browser, but after iI input the DB settings, the process fails. i and I get the following error:.
An AJAX HTTP error occurred.
HTTP Result Code: 404
Debugging information follows.
Path: /core/install.php?profile=commerce_base&langcode=en&id=1&op=do_nojs&op=do
StatusText: Not Found
ResponseText: File not found.
Not sure what happens during that step which somehow makes all php files in the project unreadable by the php-fpm container.
IncreasingIncreasing the execution timeexecution time, post timepost time, memory limitmemory limit, post and upload sizespost and upload sizes in the php.ini file, as recommended by another user did not, didn't solve the problem.
Nginx
Nginx error log statescontains the following message.
[error] 6#6: *46 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream'.
The database has tables and data in it, so iI know the DBdatabase credentials are working.
There's a simple answer that's eluding mecorrect. Where
What am i goingI doing wrong? Thanks for your help.