Hi I want to learn typo3. For this I install the typo3 4.7 dummy & source on my xampp. I can start the backend but my Problem is that I don't can use the Extension Manager.
I see the Extension Manager but if I want to change the language. I get the follow error:
router
tx_em_Repository_Utility: Could not access remote resource http://repositories.typo3.org/mirrors.xml.gz.
I search in google. and I read I must to set the ..
[curlUse] = 1
[curlProxyServer] = http://myProxy:port
[proxy_host] = myProxy
[proxy_port] = port
In my company we use a proxy and my curl is activ in my php.ini...