function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
LakshmikanthanLakshmikanthan 

Workbench setup error

All,

 

I have installed Xmapp(xampp-win32-1.7.4-VC6-installer.exe) in my machine which is running on win xp service pack 3.

and download the workbench[workbench-21.0.1_Beta_1.zip] and unzipped it and placed the workbench folder under  

C:\salesforce\xampp\htdocs\workbench.After that i have started the xmapp[C:\salesforce\xampp\xampp_start.exe] 

 

I am getting this warning and error.

 

Warning: SoapClient::__doRequest() [soapclient.--dorequest]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? inC:\salesforce\xampp\htdocs\workbench\soapclient\SforceBaseClient.php on line 149

 

Error: SSL support is not available in this build

 

Please help me to resolve the issue.

 

Thanks,

Lakshmikanthan

Matt Tuomala (dev)Matt Tuomala (dev)

http://wiki.developerforce.com/index.php/Workbench#Installation_Help

 

In order to use the HTTPS protocol and other features of Workbench, you need to edit some of the configurations in your php.ini file:
Search for "extension=php_curl.dll". There should be a semi-colon in front of that line - remove it to enable the extension.
Scroll down and find "extension=php_openssl.dll" and do the same.
Now scroll down a bit further and find "extension=php_sockets.dll". Leave this line alone, but insert a new line below it and type "extension=php_soap.dll" on that line.
Search for "magic_quotes_gpc" and ensure that it is "Off" (no longer necessary in Version 1.2.12 [2008-04-29] and higher)
Search for "file_uploads" and ensure that it is "On"