php - How do I know which file system apache can not access on windows? -


i have typo3 application running on apache2 on windows 10 (as part of xampp). in apache error log see this:

das system kann den angegebenen pfad nicht finden. das system kann den angegebenen pfad nicht finden. das system kann den angegebenen pfad nicht finden. ... das system kann den angegebenen pfad nicht finden. 

with no information file can not opened. string in german , stands "the system can not find specified path.". gave trying find place in php code causes problem , string not coming php or typo3. seem come apache or windows.

i tried raising apache error_log level debug, didn't well.

so question is: how find out path on filesystem apache tries access?

update: php error log empty , enabled in php.ini - other errors arrive there.

update2: looks found problem - icons handling fluid content element templates. 3 of templates had icons assigned them, , icon paths suffixed '[0]' reason version of typo3. typo3 attempts call imagemagik wrong image path source. imagemagik in turn refuses render image , says "das system kann den angegebenen pfad nicht finden.". this question helped while investigating. means assumption correct - error coming operation system, , still not know answer question:

in place in windows can track such errors , see paths were/are broken?


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -