I have a problem installing modman on our Enterprise Magento store. We have two servers one on Linux and one on Windows (we have them like that for testing purposes). I am having problem with the server running on windows. The problem is that when I am trying to buy something from the magento shop running on Windows sometimes I am getting a 503 network error and in the error logs is saying that "Module "XXX" requires module "YYY"." I checked if the modules are there and they are I made all the files to be readable and writable - so the problem is not about rights. Also its not always the same modules missing, they are changing, but are from the one that I transformed with modman.
The interesting part is that sometimes I am able to complete my order normally without having any problems.
On the other hand in the Linux server is working normally always.
What can be the problem ? I saw this :
PHP symlink() fails on Windows 7
that maybe its a bug from the PHP because on the windows server I am with PHP 5.3.9 and on the Linux one I am with 5.3.10.
Please if somebody knows what the problem could be to help me. Thanks in advance.