Topic: Installation 1.9 Why is there "Critital error 05:"

I installed the latest version of 1.9, after uploading "Critital error 05: You must load the cURL extension. Http://php.net/manual/en/book.curl.php" how to deal with. I use the space is "scherzseite.de "

Thumbs up

Re: Installation 1.9 Why is there "Critital error 05:"

http://php.net/manual/en/book.curl.php

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: 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

Thumbs up

Re: Installation 1.9 Why is there "Critital error 05:"

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. sad

Can someone help us here?

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: Installation 1.9 Why is there "Critital error 05:"

I might be able to help, I've set up several debian based server. (and i'm a good googler  wink )

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

Thumbs up

Re: Installation 1.9 Why is there "Critital error 05:"

I am facing the same error - "Critital error 05: You must load the cURL extension. http://php.net/manual/en/book.curl.php"
I am using www.t35.com as my host!

Please help me!!

Thumbs up

Re: Installation 1.9 Why is there "Critital error 05:"

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 wink

Regards.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!