close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

PowerStore was unable to activate

Thread began 1/23/2011 8:12 pm by avcompinc | Last modified 1/26/2011 8:01 am by Jason Byrnes | 1401 views | 3 replies |

avcompinc

PowerStore was unable to activate

Serial Number

ERROR: PowerStore was unable to activate for some reason. Ensure that all PowerStore files are uploaded to your server correctly and try again. If this problem persists, visit WebAssist Support for assistance.

I have made sure all the files are uploaded correctly and still receiving this error.

install

Please help ... need to make this store live.

Sign in to reply to this post

Jason ByrnesWebAssist

usually this happens if there is a problem creating a cURL connection to the webassist server.

to test the cURL connection to the webassist server, create a new php file with the following code in it:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
$c curl_init();
curl_setopt($cCURLOPT_URL"https://www.webassist.com/");
curl_setopt($cCURLOPT_TIMEOUT90);
curl_setopt($cCURLOPT_POST1);
curl_setopt($cCURLOPT_SSL_VERIFYPEER0);
curl_setopt($cCURLOPT_RETURNTRANSFER1);
curl_setopt($cCURLOPT_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);

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>




upload this to the server and report back the results of testing it.

Sign in to reply to this post

avcompinc

cURL_exec not active

Hi Brian ... thank you for the code .. the cURL_exec for PHP was not active on the server. It is now active.

Does the curl_exec have to be active for the life of PowerStore being on the server or can it be deactivated once the install has been done?

Sign in to reply to this post

Jason ByrnesWebAssist

Yes, cURL is required. Power Store will use cURL to connect to the Payment gateways and shippping rate lookup providers.

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