[TYPO3-50-general] Exception #1204026251. What to do?

Malte Jansen mail at maltejansen.de
Mon Jan 12 11:35:00 CET 2009


Hi Robert,

Robert Lemke schrieb:
> Hi Malte,
> 
> Am 12.01.2009 um 10:01 schrieb Malte Jansen:
> 
>> There seems to be a limit of characters for a file name...
>> Somewhere between 74 and 81.
> 
> on Windows, I suppose?

yes, windows vista.

The apache/php seems to lock the directory of the temp-file and does not 
remove it.
Perhaps the internal filepointer is not closed correctly: in 
file_put_contents()


> Can you check that with some php test code?
You just have to create a file with a filename longer than 81 characters 
containing its class. e.g. 
F3_FLOW3CGL_Checks_NamingConventions_UpperCaseBooleanAndNullConstantNameSniff.php

I assume the cache filename is to long
"20090111170911-F3_FLOW3CGL_Checks_NamingConventions_UpperCaseBooleanAndNullConstantNameSniff.496a19a787d9c.temp"

I have check it with other files too, same exception. If you reduce 
file- and classname, there is no problem anymore.

Cheers,

Malte


More information about the TYPO3-project-5_0-general mailing list