Home » Questions » Computers [ Ask a new question ]

Socket support using wamp in windows 7

Socket support using wamp in windows 7

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.

Asked by: Guest | Views: 235
Total answers/comments: 1
Guest [Entry]

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