简体   繁体   English

扩展管理器不能在Typo3版本6.0中工作

[英]Extension manager is not working in typo3 version 6.0

i am on the latest version of typo3 (version 6.0) , In that all working fine except the typo3 extension manager , when i take the extension manager from the admin panel all i got the message is "The connection was reset" as we get the message like when there is no internet connection , So is there need the internet connection to work the extension manager ?? 我使用的是最新版本的typo3(版本6.0),因为除了typo3扩展管理器之外,其他所有功能都正常,当我从管理面板中获取扩展管理器时,我得到的消息是"The connection was reset"因为出现类似没有互联网连接的消息,那么是否需要互联网连接才能使扩展管理器正常工作? I didnt search for any new extensions from the repository , But it should load the base page of the extension manager that contains all the default extensions used in typo3 right ? 我没有从存储库中搜索任何新的扩展,但是它应该加载扩展管理器的基础页面,其中包含typo3中使用的所有默认扩展,对吗?

The reason could be that xampp has a too small default stack size, leading to a stack overflow and connection reset. 原因可能是xampp的默认堆栈大小太小,导致堆栈溢出和连接重置。

Could you try to add "ThreadStackSize 8388608" to your httpd.conf? 您可以尝试在您的httpd.conf中添加“ ThreadStackSize 8388608”吗?

Just to help a ittle bit, I'll help translate the answer (Is spanish, in case anyone wants to know) 只是为了帮助一点点,我会帮助翻译答案(西班牙语,如果有人想知道的话)

Thanks a lot for the solution, it worked for me on Xampp!, now I can use typo3 extension manager, you should take in consideration the follow procedure too: Note: To be able to use extension manager is necesarry to activate the option [curlUse] from the menu "Tools--> All configuration", the password configured during typo3 install will be required again. 非常感谢您提供的解决方案,它在Xampp!上为我工作,现在我可以使用typo3扩展管理器,您也应该考虑以下步骤:注意:要使用扩展管理器,必须激活[curlUse ],从菜单“工具->所有配置”中,将再次需要在typo3安装期间配置的密码。 Besides, you need to have the curl php library in your system, on Debian/Ubuntu 此外,您需要在Debian / Ubuntu上的系统中拥有curl php库

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM