Problem with "Quick app"
-
Hi,
First, thanks for this great tool.
I am testing the "Quick app" part but there is a problem :- Quick app -> Wordpress : works fine
- Quick app -> Prestashop : download don't start (even after waiting minutes)
Do you have any idea why Wordpress download is working but Prestashop is not ?
Thank you !
-
@kemar2012 : How about using Proxy?
https://forum.laragon.org/topic/1226/tutorial-how-to-sort-out-download-issue-using-proxyBtw, you can update the Prestashop link (Menu > Quick app > Configuration)
https://github.com/PrestaShop/PrestaShop/releases/download/1.7.4.4/prestashop_1.7.4.4.zip
-
@leokhoa : Thank you for the quick answer.
I think I found the problem when trying to download the same files with the curl command from Windows.- Wordpress works
- Prestashop and another project don't
Both not working downloads are from Github. To solve the problem I have to add "-L" option (follow redirects).
Is this the same problem with Laragon ? Don't know what command is used to download files but maybe this could be the solution.Thanks for your feedback !
Edit / more details :
In most cases, zip file has been downloaded in the /tmp/downloads folder and I can open/extract it
(Prestashop case : I can't open or even delete the zip file)
In all cases : the project folder is not created in /www folder (and no download progress like my screenshot)The problem is the same with github downloads in "right clic > tools > quick add".
Hope it can help !
-
@kemar2012 : I've checked and Prestashop worked well (it means I already added the -L option). Did you try using Proxy?
-
@leokhoa : That's strange. Yes I've tried with some proxy IP's but that didn't work.
I give up, thank you for your time !I'll use "project=composer...." or local files, instead of urls.
Btw, I tried "project=git clone...." without success. Will you implement this feature ?