aboutsummaryrefslogtreecommitdiff
<stdin>

TYPO3 stores which folders are expanded, in the be_users.uc column.

If something broke because a really large folder was expanded, clear it with:

UPDATE be_users SET uc = NULL WHERE username = 'cweiske';

Example of such a failure is that ``/typo3/ajax/filestorage/tree/fetchData?token=2342` does not return.

System Message: WARNING/2 (<stdin>, line 7); backlink

Inline literal start-string without end-string.