close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Installation diagnostic check says cURL not installed, but it is

Thread began 5/13/2014 12:39 am by Mags | Last modified 5/13/2014 9:47 am by Jason Byrnes | 1650 views | 7 replies |

Mags

Installation diagnostic check says cURL not installed, but it is

I can't get PowerCMS to install on a site on our dedicated server. I have already installed it on other domains on the server in the past with no problems. When I get the Diagnostic page, everything checks out except for:

"cURL is not installed. Contact your hosting provider to have cURL installed"

I contacted our server provider anyway and asked them to install cURL, which they have done (I've double-checked using phpinfo). I removed all the PowerCMS files locally and from the server and started the installation process again, but still getting the same error. Can you help?

Thanks
Margaret

Sign in to reply to this post

Jason ByrnesWebAssist

When it tests the cURL install, it tries to make a cURL post to the webassist site. your server must be blocking the cURL Post to our site.

Use this code to test the curl installation and make sure it can make a post to the webassist site:

<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
$c = curl_init();
curl_setopt($c, CURLOPT_URL, "https://www.webassist.com/");
curl_setopt($c, CURLOPT_TIMEOUT, 90);
curl_setopt($c, CURLOPT_POST, 1);
curl_setopt($c, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($c, CURLOPT_POSTFIELDS, "");
$result = curl_exec($c);

if(!curl_errno($c)){
$info = curl_getinfo($c);
echo 'Took ' . $info['total_time'] . ' seconds to send a request to ' . $info['url'];
} else {
echo 'Curl error: ' . curl_error($c);
}
?>
Sign in to reply to this post

Mags

Hi Jason, it seems to be fine - it returned this:

Took 0.719566 seconds to send a request to https://www.webassist.com/

I just tried to load the /install_cms page again and this time I just got a blank page - it didn't even redirect to the diagnostic.php page. The link is in the PM section.

Sign in to reply to this post

Jason ByrnesWebAssist

I'll need to troubleshoot directly, see the private message section.

Sign in to reply to this post

Mags

Details in the PM section.

Sign in to reply to this post

Jason ByrnesWebAssist

See PM

Sign in to reply to this post

Mags

Ah, fixed it - the PowerCMS connection was using the server IP address which Dreamweaver could connect to no problem, however changing it to localhost allowed the PowerCMS installation to connect. Now installed, thanks!

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...