[TYPO3-english] Re: [TYPO3 6.2] Automaticaly extract metadata from images

Greg Greg jeugregg at hotmail.com
Fri Feb 13 07:00:00 CET 2015


The solution is:
Reset the table that indicates that the file has been indexed yet to allow its re-indexing.
Apply this update to the table "sys_file"  in phpmyadmin (SQL reqquest )
UPDATE `sys_file` SET `last_indexed` =0


More information about the TYPO3-english mailing list