Hi everyone, I finaly decided to give up on prestashop, and move to TB. However, after several hours of trials, repeated errors and some changes in PHP and web server configuration, I am stuck at the very beginning - in the migration module, I keep getting an error "Download complete but md5 the sum of the core package does not match" over and over again, no matter what I do. I found out, that the main archive is never completely downloaded, thus, the MD5 is really incorrect. The final size of the file is much smaller, than it should be. The second archive, that is being downloaded after the main one (thirtybees-extra...), is downloaded without any problem. If I download the main archive manually, using for example
"wget https://github.com/thirtybees/thirtybees/releases/download/1.0.1/thirtybees-v1.0.1.zip"
the download succeeds (it is considerably slow, but it has nothing to do with PS or TB). I have no other problems with prestashop or any other application on the server, nor the internet connection.
My current suspition is, that the migration module, combined with some other factors, is to blame. I cannot imagine what could interrupt a download in the middle of the process, while not interrupting the script completely. I appreciate any hints and ideas. Thank you!
My current configuration is following:
Prestashop 1.6.1.18
Debian 9
nginx/1.10
PHP 7.0.27 (php-fpm)
memorylimit = 512M
maxexecutiontime = 3000
defaultsockettimeout = 3000
maxinputtime = 3000
uploadmaxfilesize = 60M
postmax_size = 60M
server is in a datacenter, on a reliable internet connection > 500/200 MBit/s
Question
j.kaspar
Hi everyone, I finaly decided to give up on prestashop, and move to TB. However, after several hours of trials, repeated errors and some changes in PHP and web server configuration, I am stuck at the very beginning - in the migration module, I keep getting an error "Download complete but md5 the sum of the core package does not match" over and over again, no matter what I do. I found out, that the main archive is never completely downloaded, thus, the MD5 is really incorrect. The final size of the file is much smaller, than it should be. The second archive, that is being downloaded after the main one (thirtybees-extra...), is downloaded without any problem. If I download the main archive manually, using for example "wget https://github.com/thirtybees/thirtybees/releases/download/1.0.1/thirtybees-v1.0.1.zip" the download succeeds (it is considerably slow, but it has nothing to do with PS or TB). I have no other problems with prestashop or any other application on the server, nor the internet connection.
My current suspition is, that the migration module, combined with some other factors, is to blame. I cannot imagine what could interrupt a download in the middle of the process, while not interrupting the script completely. I appreciate any hints and ideas. Thank you!
My current configuration is following:
Prestashop 1.6.1.18 Debian 9 nginx/1.10 PHP 7.0.27 (php-fpm) memorylimit = 512M maxexecutiontime = 3000 defaultsockettimeout = 3000 maxinputtime = 3000 uploadmaxfilesize = 60M postmax_size = 60M server is in a datacenter, on a reliable internet connection > 500/200 MBit/s
21 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now