Skip to main content
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
removed "Drupal" and tags from the title
Source Link
avpaderno
  • 98.1k
  • 15
  • 165
  • 284

file "File not found errorerror" when installing drupal commerce using composer

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.

file not found error when installing drupal commerce using composer

i'm running docker on ubuntu 18 with a container for mariadb, nginx and php-fpm (7.3).
The php container has composer installed, and i used it to create a drupal commerce project. All of that goes well. i can start the drupal install process using a browser, but after i input the DB settings, the process fails. 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.
Increasing the execution time, post time, memory limit, post and upload sizes in php.ini as recommended by another user did not solve the problem.
Nginx error log states

[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 i know the DB credentials are working.
There's a simple answer that's eluding me. Where am i going wrong? Thanks for your help.

"File not found error" when installing using composer

I'm running Docker on Ubuntu 18 with a container for MariaDB, Nginx and php-fpm (7.3).
The PHP container has composer installed, and I used it to create a Drupal Commerce project. I can start the Drupal install process using a browser, but after I input the DB settings, the process fails 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.

Increasing the execution time, post time, memory limit, post and upload sizes in the php.ini file, as recommended by another user, didn't solve the problem.

Nginx error log contains 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 I know the database credentials are correct.

What am I doing wrong?

added 42 characters in body
Source Link
berramou
  • 7.4k
  • 2
  • 14
  • 31

i'm running docker on ubuntu 18 with a container for mariadb, nginx and php-fpm (7.3). The
The php container has composer installed, and i used it to create a drupal commerce project. All of that goes well. i can start the drupal install process using a browser, but after i input the DB settings, the process fails. 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.

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. Increasing
Increasing the execution timeexecution time, post timepost time, memory limitmemory limit, post and upload sizespost and upload sizes in php.iniphp.ini as recommended by another user did not solve the problem. Nginx
Nginx error log states '[error] 6#6: *46 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream'.

[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 i know the DB credentials are working. There's
There's a simple answer that's eluding me. Where am i going wrong? Thanks for your help.

i'm running docker on ubuntu 18 with a container for mariadb, nginx and php-fpm (7.3). The php container has composer installed, and i used it to create a drupal commerce project. All of that goes well. i can start the drupal install process using a browser, but after i input the DB settings, the process fails. 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. Increasing the execution time, post time, memory limit, post and upload sizes in php.ini as recommended by another user did not solve the problem. Nginx error log states '[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 i know the DB credentials are working. There's a simple answer that's eluding me. Where am i going wrong? Thanks for your help.

i'm running docker on ubuntu 18 with a container for mariadb, nginx and php-fpm (7.3).
The php container has composer installed, and i used it to create a drupal commerce project. All of that goes well. i can start the drupal install process using a browser, but after i input the DB settings, the process fails. 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.
Increasing the execution time, post time, memory limit, post and upload sizes in php.ini as recommended by another user did not solve the problem.
Nginx error log states

[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 i know the DB credentials are working.
There's a simple answer that's eluding me. Where am i going wrong? Thanks for your help.

Source Link

file not found error when installing drupal commerce using composer

i'm running docker on ubuntu 18 with a container for mariadb, nginx and php-fpm (7.3). The php container has composer installed, and i used it to create a drupal commerce project. All of that goes well. i can start the drupal install process using a browser, but after i input the DB settings, the process fails. 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. Increasing the execution time, post time, memory limit, post and upload sizes in php.ini as recommended by another user did not solve the problem. Nginx error log states '[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 i know the DB credentials are working. There's a simple answer that's eluding me. Where am i going wrong? Thanks for your help.