• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

uploading multiple images from a url at a time making errors unfortunately

Status
Not open for further replies.

sprindesk

Chevereto Member
Website URL
<private>

Chevereto version
3.10.3

Description of the issue
Hello,

Unfortunately in my website when I try to upload multiple images from URLs it's getting quite slow in the process and at last, some of them uploads and some of them gives an error server error message " http://prntscr.com/grzz57 " but it was okay until yesterday. The list of images I was trying to upload together are -

https://www.artsfon.com/images/201503/artsfon.com_64504.jpg,
https://www.artsfon.com/images/201503/artsfon.com_64490.jpg,
https://www.artsfon.com/images/201503/artsfon.com_64486.jpg,
https://www.artsfon.com/images/201503/artsfon.com_64484.jpg,
https://www.artsfon.com/images/201503/artsfon.com_64474.jpg,
https://www.artsfon.com/images/201503/artsfon.com_64442.jpg,
https://www.artsfon.com/images/201503/artsfon.com_64440.jpg,
https://www.artsfon.com/images/201503/artsfon.com_64435.jpg

Please don't lock the topic until it gets resolved.

Thanks
 
Chevereto doesn't re-invent the wheel. It uses file_get_contents or curl to perform HTTP requests to other websites (update, remote upload) and it seems curl is failing in your server:

upload_2017-10-1_16-12-41.png

Unfortunately, is not a script issue and I can't help you any further. The problem is that your web server is being jammed, blocked or filtered when it tries to do HTTP. Most likely, the problem is SSL (out) so please check your server and contact your hosting company or server administrator. You can also disable curl (php.ini) so the system will revert to file_get_contents which is more reliable (but sometimes slower/stupid).

By the way, I just did a quick test and I uploaded one of those images via URL to the demo. Here is the direct URL hosted on demo:
Code:
https://chv-demo-chevereto.netdna-ssl.com/images/2017/10/01/zOy.jpg

Then I hosted it to your website (via URL): https://www.picglory.com/image/FrIm (took 1-2 seconds)

Hope that you can see that the problem is YOUR server connecting to artsfon.com, not the script. Please note that problems like this are outside the scope of support. This is like blaming Chrome for a faulty network card.

Hope you can sort it out.
 
Status
Not open for further replies.
Back
Top