TYPO3 Exception 1320855304 

Deletion of file "..." failed. 

Check the File-Permissions of this file. To solve this issue: either delete the mentioned file or change it's permissions.

Example of problem resolution on Linux 

chown -R www-data:www-data /path/to/site/
chmod -R 775 /path/to/site/
Copied!