Unter Linux Mint und bei all-inkl.com läuft das System einwandfrei.
Allerdings läuft das (Typo3 6.1.5) nicht richtig auf einem Windows 2008 64-bit-Server.
Ich bekomme die Meldung:
Windows apache thread stack size
This current value can not be checked by the system, so please ignore this warning if it
is already taken care off: 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: ThreadStackSize 8388608. Restart Apache after this change.
Ich denke mal, dass ist auch der Grund warum die Seiten sehr lange zum laden brauchen (so ca. eine halbe Minute).
Ich habe in der httpd.conf ganz unten folgendes eingefügt:
<IfModule mpm_winnt_module>
ThreadStackSize 8388608
</IfModule>
in der php.ini steht das ganz unten:
[XDebug]xdebug.max_nesting_level = 300
;zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
;xdebug.profiler_append = 0
;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 0
;xdebug.profiler_output_dir = "C:\xampp\tmp"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
;xdebug.remote_enable = 0
;xdebug.remote_handler = "dbgp"
;xdebug.remote_host = "127.0.0.1"
;xdebug.trace_output_dir = "C:\xampp\tmp"
... weiter oben steht noch:
max_execution_time = 300
max_input_time = 300
memory_limit = 1024M
extension=php_openssl.dll
extension=php_fileinfo.dll
in der Localconfiguration.php steht:
'curlUse' => '1', (bei SYS)
laut phpinfo.php ist curl aktiv.
Ich kann auch mit dem Browser die http://repositories.typo3.org/mirrors.xml.gz downloaden.
Nur im Extensionmanager macht er das nicht.
Habe ich irgendwas vergessen einzustellen?
Den Apache habe ich auch schon (mehrmals) neu gestartet.