Project

General

Profile

Actions

Bug #59122

closed

Exception when broken image in fileadmin

Added by Karsten Nowak (undkonsorten) almost 10 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Must have
Category:
-
Target version:
-
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 #1

Updated by Riccardo De Contardi almost 9 years ago

  • Status changed from New to Needs Feedback
  • Assignee set to Karsten Nowak (undkonsorten)

Could you tell us if this is still valid? Or it can be closed?
If it is possible, can you upload your "broken" image for testing? Thank you!

Actions #2

Updated by Karsten Nowak (undkonsorten) almost 9 years ago

Sorry, long time ago since that problem. I can't find the image. We are using only one TYPO3 instance with 6.1.x and these instance will be updated in next weeks.
I think that can be closed. Thx.

Actions #3

Updated by Riccardo De Contardi almost 9 years ago

  • Status changed from Needs Feedback to Closed

I thank you for your feedback.

Closed as per request of the reporter.

Actions

Also available in: Atom PDF