When I try to install a language package in TYPO3 4.7 on server2go, I get this error
router
tx_em_Repository_Utility: Could not access remote resource
http://repositories.typo3.org/mirrors.xml.gz
I already did a Google search on that and found the suggestion to enable cURL in the php.ini: extension=php_curl.dll (by searching the filesystem I ensured this DLL does exist).
What am I missing? Could there be any other reasons I can't connect to repository?