• 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

Installation 1.9 Why is there "Critital error 05:"

i have exactly the same problem and couldnt even find some help in the manual. i reinstalled curl and not even now its working. the manual isnt really a big help. can u maybe write a step-by-step tut?
cheers
 
cURL is library used by the script (through php). So, any problem regarding cURL is among your hosting provider / server setup and not Chevereto's.
Sadly I'm not good with server config and set up so I can barely help you. =(

Can someone help us here?
 
I might be able to help, I've set up several debian based server. (and i'm a good googler 😉 )

So to start I would like to know, What OS are you running, any control panels installed, and how did you install curl?
Also what does php info say?

--Gamerlv
 
The problem is that your server doesn't support libcurl or curl extension. This is needed in order to do the remote upload.

So.. What is the workaround? Use file_get_contents() fx... nop. Because fgc needs "allow_url_fopen" in php.ini so there is the posibility of a pitfall here.

The correct way is have some kind od native pure-php lib who emulates curl without the need of "special" things... I will upload a curl emulator compatible with Chevereto for the 1.92 release 😉

Regards.
 
Back
Top