unfortunatley i cannot restart the apache server as I have a reseller account and i have no control over the server. I have now abandoned this as it was doing my swede in.
Main Topics
Browse All TopicsHi - i have been trying to install a gallery called dfgallery on one of my sites. I have succesfully got it to work on xampp (localhost0 but on my webserver i get the following;
Not all requirements of DfGallery have been met.
Required Extensions
curl is loaded.
json is loaded.
Files that need to exist
/.htaccess exists.
/app/config/dfg/upgrade_st
Check for writable files and directories
/resources/cache/ is writable.
/resources/images/original
/resources/images/large/ is writable.
/resources/images/thumbnai
/app/config/dfg/upgrade_st
Invalid cURL response.
We expected 'true' from the url : http://www.a-bweddingcars.
Database Config is writable.
It is alting because of the cURL error (not that i even know what cURL is!) - i have checked the site that supports this for the numerous threads relating to this infuriating error and i cannot find a solution. I rang my web host tio ask them if Apached Mod_Rewrite was turned on and they confirmed it was. I have also been getting strange 403 - forbidden errors if i change the chmod to 777. Can anyone help - i am on the verge of a breakdown with this one !!!! :0
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: fearialtogPosted on 2009-02-21 at 09:29:42ID: 23700741
Most likely cURL is not installed or configured on your webserver. You can check that it is enabled by putting the code below into a file- uploading to your server and then type in the url of this page in your browser.
If you have access to the server you can do this - most likely you will have to get your hosting provider to do it.
1) Locate the following files:
\apache\bin\php.ini
\php\php.ini
\php\php4\php.ini
2) Uncomment the following line on your php.ini file by removing the semicolon.
;extension=php_c url.dll
3) Restart your apache server.
4) Check your phpinfo if curl was properly enabled.
Select allOpen in new window