This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

Owentrapp4187
Owentrapp4187

Keep getting this error and I am sorry I am not the smartest. Hope it is easy to fix.

Unpacking application files

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> 504 Gateway Timeout

Gateway Timeout

The gateway did not receive a timely response from the upstream server or application.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Something went wrong during the installation. Please see the documentation for more information.

Owentrapp4187
m4210
m4210

found just above: http://octobercms.com/docs/help/installation#apache-configuration

  • An error 500 is displayed when downloading the application files: You may need to increase or disable the timeout limit on your webserver. For example, Apache's FastCGI sometimes has the -idle-timeout option set to 30 seconds.

Last updated

Moozeir
Moozeir

Owentrapp4187 said:

Keep getting this error and I am sorry I am not the smartest. Hope it is easy to fix.

Unpacking application files

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> 504 Gateway Timeout

Gateway Timeout

The gateway did not receive a timely response from the upstream server or application.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Something went wrong during the installation. Please see the documentation for more information.

same here ... :'(

russelldanielj
russelldanielj

I don't know if you ever got help for this or resolved it? Below are the steps I used to resolve my issue when I encountered the same error code during the install.

  1. Leave your October CMS install as is at the error and your browser open.
  2. Open Git Bash
  3. cd ~
  4. cd Homestead
  5. vagrant ssh
  6. sudo nano /etc/nginx/nginx.conf
  7. Arrow down and add the following fastcgi_ lines

    # Basic Settings
    ##
    
    fastcgi_buffers 16 32k;
    fastcgi_buffer_size 64k;
    fastcgi_connect_timeout 600;
    fastcgi_send_timeout 600;
    fastcgi_read_timeout 600;
    
    sendfile on;
  8. Then Control-O to WriteOut and Enter to save.
  9. Control-x to exit nano.
  10. Type Exit to exit SSH.
  11. Type vagrant reload.
  12. Select "Try Again" in the October CMS install within your existing browser.

1-5 of 5

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.