我无法在TYPO3中升级分机列表。这是他给我的错误:
Could not access remote resource http://repositories.typo3.org/mirrors.xml.gz.我运行的是Windows10.PHP8.3.1,运行在XAMPv3.2.2( TYPO3 7.0.9)上。
我尝试了几种方法,从编辑php.ini到编辑httpd.conf,但都不起作用。
感谢您的帮助!
发布于 2017-04-07 16:03:20
我也有同样的问题,并在这里的(德语)评论中找到了解决方案:https://www.pagemachine.de/blog/wie-ihr-typo3-8-0-als-lokales-testsystem-unter-windows-installiert-unser-tutorial/#div-comment-4718
您必须下载并保存此文件:https://curl.haxx.se/ca/cacert.pem。然后打开您的php.ini,并在"curl.cainfo“选项中输入该文件的绝对路径。所以你有一些类似这样的东西
curl.cainfo = C:\xampp\cacert.pem应该已经有一行";curl.cainfo =",请务必删除前面的分号以激活该选项。
我刚刚在Apache8.7.0和XAMPP3.2.2( TYPO3 7.0.15)上做到了这一点,它在重启Apache后立即工作。
https://stackoverflow.com/questions/39819857
复制相似问题