Показать сообщение отдельно
Старый 20.03.2013, 00:41   #7
Vasiliy Bond
Новенький
 
Регистрация: 26.11.2010
Сообщений: 28
По умолчанию

Цитата:
Сообщение от NEWTypouser Посмотреть сообщение
К счастью, ответ нашёлся быстро в одной из верхних тем раздела, всем спасибо

в httpd.conf добавить:
Код HTML:
<IfModule mpm_winnt_module> 
ThreadStackSize 8388608 
</IfModule>
Это написано здесь:

Repots-->Status Report

Here you can find a short overview of your site's parameters as well as any problems detected with your installation. It may be useful to copy and paste this information into support requests filed on TYPO3's support mailinglists and project issue trackers.

For your Web Server some notifications have been found:
Fluid uses complex regular expressions which require a lot of stack space during the first processing. On Windows the default stack size for Apache is a lot smaller than on unix. You can increase the size to 8MB (default on unix) by adding to the httpd.conf:

<IfModule mpm_winnt_module>
ThreadStackSize 8388608
</IfModule>

Restart Apache after this change.
Vasiliy Bond вне форума   Ответить с цитированием