Actions
Bug #59122
closedException when broken image in fileadmin
Start date:
2014-05-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Exception
#1314455642: Error during file indexing: "Column 'height' cannot be null"
occure in backend when show content of folder with an broken image inside.
This is sql error from IndexerService.php.
// Check for an error during the execution and throw an exception 139 $error = $GLOBALS['TYPO3_DB']->sql_error(); 140 if ($error) { 141 throw new \RuntimeException('Error during file indexing: "' . $error . '"', 1314455642); 142 }Error occured after trying upload this broken image. Delete the image solved this problem.
I dont know the detailed error on the image file. I post it here when i find it.
A flash error message and still working folder view is better way to handle this.
Actions