Socket support using wamp in windows 7

1

I'm running on windows 7 and using WAMP for my local development. Now I Install cultbooking in my wamp and can't finish my installation because it says sock "Socket support - Socket not supported". Any Ideas how I can make my socket available? I'm new to web development.

Thanks!

additional info ---------------------------------------------------------------

This is what I did, I download the Cultbooking from the (sourceforge.net/projects/cultbooking/) and drag the files to my 'www' directory of my wamp. Now when i pointed my browser to my localhost it say

  PHP version >= 5.0 Yes

  zlib compression support Available

  XML support Available

  MySQL support Available

  Socket support Unavailable

  configuration.php Writeable

Now my only problem is my Socket support. How do I enable it? if you're in my shoes, Any Ideas?

Thanks!

Pennf0lio

Posted 2009-12-02T07:03:02.810

Reputation: 1 403

Answers

0

I'm gonna guess with a quick google search: Cultbooking is this software

Next time I would just put a direct link to it.

But to the point, I'm also assuming this is a PHP application, and guessing socket means it might have something to do with MYSQL (database) connection. Have you configured the database settings for cultbooking?

Without posting some log errors, or actual errors it is overly difficult and only worth guessing in trying to help with a solution.

If you post a log entry we might be able to help more.

EDIT:

Based on your edit/update. Have you tried just enabling sockets in php.ini?

;extension=php_sockets.dll

Uncomment ; and leave it as extension=php_sockets.dll then restart Apache. That should be all you need.

Jakub

Posted 2009-12-02T07:03:02.810

Reputation: 3 111

Thanks for letting me know!. Hope my additional Info helps, Thanks :) – Pennf0lio – 2009-12-04T10:04:24.880

Thanks Jakub, You're a life saver! It work like charm! Thank You! – Pennf0lio – 2009-12-05T00:13:02.657