I have a problem installing modman in our Enterprise Magento store. We have two servers, one on Linux and one on Windows (we have them for testing). I have a problem with a server running on windows. The problem is that when I try to buy something from a magento Windows-based store, sometimes I get a 503 network error and the error logs say that “Module" XXX "requires the module" YYY "". I checked if there are modules, and I made all the files readable and writable, so the problem is not in the rights. Also, it is not always the same modules that are missing, they change, but from what I converted using modman.
The interesting part is that sometimes I can normally complete my order without experiencing any problems.
On the other hand, the Linux server is working fine.
What could be the problem? I have seen that:
PHP symlink () does not work on Windows 7
maybe this is a bug with PHP, because on the Windows server I am with PHP 5.3.9, and on Linux I am with 5.3.10.
Please, if anyone knows what the problem can help me. Thanks in advance.
source
share