当我尝试在 server2go 上的 TYPO3 4.7 中安装语言包时,出现此错误
router
tx_em_Repository_Utility: Could not access remote resource
http://repositories.typo3.org/mirrors.xml.gz
我已经对此进行了谷歌搜索,并找到了在 php.ini 中启用 cURL 的建议:(extension=php_curl.dll
通过搜索文件系统,我确保该 DLL 确实存在)。
我错过了什么?我无法连接到存储库是否还有其他原因?