Actions
Bug #45045
closedExtension Manager gives no response in Windows XP
Status:
Closed
Priority:
Must have
Assignee:
Category:
Extension Manager
Target version:
-
Start date:
2013-01-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I use xampp 5.4 on Windows XP and Typo3 6.0.1
The extension manager never stops looping. So, an extension list never shows up.
The problem does not occur on a unix server (same typo3 version).
Updated by Jost Baron over 11 years ago
The reason could be that xampp has a too small default stack size, leading to a stack overflow and connection reset.
Could you try to add "ThreadStackSize 8388608" to your httpd.conf?
Updated by Wim no-lastname-given over 11 years ago
I added the directive, and it works. Thank you.
Updated by Oliver Hader over 11 years ago
- Project changed from 2269 to TYPO3 Core
Updated by Felix Kopp over 11 years ago
- Status changed from New to Resolved
Thank you for the information this issue will be closed now as successfully solved.
Actions