Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hey there! I have a question. So basically I am trying to transfer my drupal website hosted on an FTP server to my local machine. But whenever I run my local server and open my drupal website it goes to the installation like if the website was totally new!
When downloading the latest (ZIP) release of drupal-8.6.13 the zip file does not finish downloading on some browsers (chrome) and is very slow to open and extract the archive. Perhaps there was an issue with this build or with building this file? Does not seem to occur with the tar file.
drupal-8.6.13.zip
Issue appears to occur on multiple devices and on multiple networks.
This might be a silly question, but I try to get a D8 running on a shared host. Reading into it, I see that the best way seem to be
installing locally using composer
push to the production host
But would it not be that composer downloads the required libs based on the local environment|? If so, this environment might not be the exact same as the remote host. And the required libs are therefore different on the local and production side. Pushing the local to the production therefore might cause the website to break on the production.