Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: cURL Issues - on my windows server

    howdy neighbor,
    I still think you need to pop across the river and make that box have an accident.

    I couldnt tell you the first thing about a windows box except that they are NOT designed for internet use, they were designed for intranet use and are awesome business servers
    Zen cart PCI compliant Hosting

  2. #12
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: cURL Issues - on my windows server

    Quote Originally Posted by broknspyrl
    Currently, it is set as extension_dir = ".\"
    The php.ini file is located in C:\windows\

    So, I need to change this to C:\PHP\extensions\ ?

    Alright, I've done so, restarted apache, and still same issue. Could it be a wrong version of curl or something?

    Why my company insisted on using a windows box for something linux should be doing is beyond me. I just work here.
    If swap anothr version of curl dll is faster, you may try that.

    However, please note that there are other factors. Problems should be isolated one by one, and Go, No Go tests should be carry out to reduce the combinations of the problems. This always prevent time lost and frustrations.

    1. the php.ini you had edited may not be the correct one
    You may search if there are any php.ini in your server.
    To confirm the right one, take the Go, No Go test, rename the php.ini to other name. If you rename the right one, then the PHP should not work normal.
    Don't forget to restart the Apache Server for take effect.

    2. the directory and the settings for the php extensions may not correct
    Usually all the extension DLLs are grouped in a directory according to the setting you had pointed out in above.
    e.g.
    ; Directory in which the loadable extensions (modules) reside.
    extension_dir = "C:\php\ext\"

    And inside the directory of:
    C:\php\ext\

    You can find the others DLLs in there
    e.g.
    eAccelerator.dll
    eLoader.dll
    php_adt.dll
    php_apd.dll
    php_bcompiler.dll
    ...
    php_curl.dll
    ...
    php_openssl.dll
    ...

    Also take the Go, No Go test for this. Before the test, take note to a confirmed functioning dll. After that take out the dll of this function from the extensions directory.
    Then restart the server, if this function can not work and this mean you find the right directory. Otherwise hunt again.

    Good luck!
    A New Starter again

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v153 Windows server: Curl error (60): SSL Certificate problem: Unable to get local issuer
    By Nettric in forum Installing on a Windows Server
    Replies: 4
    Last Post: 13 Jun 2015, 03:23 PM
  2. v150 No cURL support - windows 7 64 bit - trying to get it to work on localhost
    By ElizaKaye in forum Installing on a Windows Server
    Replies: 3
    Last Post: 22 Sep 2013, 11:18 PM
  3. Problem With cURL on XAMPP and Windows 7
    By Grumpy One in forum Installing on a Windows Server
    Replies: 3
    Last Post: 22 Sep 2011, 12:14 PM
  4. Curl on Windows 2003 server
    By animateclay in forum Installing on a Windows Server
    Replies: 1
    Last Post: 13 Jun 2007, 06:21 AM
  5. No response to CURL from Fedex server, check CURL availability?
    By zc-newbie in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 13 Sep 2006, 07:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg