SitePoint Sponsor

User Tag List

Results 1 to 5 of 5

Thread: wamp sever issue

  1. #1
    SitePoint Member
    Join Date
    Jun 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    wamp sever issue

    how can load curl on wamp server
    how can load mcrypt on wamp server

    i am trying to install magento on wamp Version 2.0
    Apache Version : 2.2.8
    PHP Version : 5.2.6
    MySQL Version : 5.0.51b

    following error occur during installatin
    *
    o PHP Extension "mcrypt" must be loaded
    o PHP Extension "curl" must be loaded

    how can solve this problem

  2. #2
    SitePoint Member
    Join Date
    Jun 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    o PHP Extension "curl" must be loaded
    Solution
    go to your php.ini and find
    ;extension=php_curl.dll
    and remove semicolon and restart you wamp sever

  3. #3
    SitePoint Member
    Join Date
    Jun 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    following error occur during installatin
    *

    o PHP Extension "curl" must be loaded


    ;extension=php_mcrypt.dll
    remove semicolon and restart wamp server

  4. #4
    SitePoint Member
    Join Date
    Jun 2009
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi
    Go to php.ini file
    problem 1 PHP Extension “curl” must be loaded
    and find
    ;extension=php_curl.dll
    and remove semicolon

    problem 2 PHP Extension “curl” must be loaded
    and fined
    ;extension=php_mcrypt.dll

    remove semicolon and restart your server

    thanks

  5. #5
    rajug.replace('Raju Gautam'); bronze trophy Raju Gautam's Avatar
    Join Date
    Oct 2006
    Location
    Kathmandu, Nepal
    Posts
    4,004
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by nanhe View Post
    hi
    Go to php.ini file
    problem 1 PHP Extension “curl” must be loaded
    and find
    ;extension=php_curl.dll
    and remove semicolon

    problem 2 PHP Extension “curl” must be loaded
    and fined
    ;extension=php_mcrypt.dll

    remove semicolon and restart your server

    thanks
    Hey, what are you doing here? Are you still in confusion or having problems? Just write one thread/post to mention steps if you want to share this to all, do not need to write all in different posts/replies.

    BTW:
    problem 2 PHP Extension “curl” must be loaded
    Problem 1 and problem 2, both have the same 'curl' not loaded problem and you fixed second curl not loaded problem just uncommenting the ;extension=php_mcrypt.dll??

    Oh, BTW, welcome to the Sitepoint forums!

Bookmarks

Posting Permissions

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