[TYPO3-mvc] DB check -> Database Relations: Files with no references at all (delete them!)

Bas van der Togt bas at profinit.com
Tue Jun 3 22:19:54 CEST 2014


Hello,

I have some flexforms with some old fashion image fields, for example:

<settings.image>
	<TCEforms>
		<label>Image</label>
		<config>
			<type>group</type>
			<internal_type>file</internal_type>
			<allowed>gif,png,jpeg,jpg</allowed>
			<max_size>10000</max_size>
			<uploadfolder>uploads/tx_bla</uploadfolder>
			<show_thumbs>1</show_thumbs>
			<size>1</size>
			<minitems>0</minitems>
			<maxitems>1</maxitems>
		</config>
	</TCEforms>
</settings.image>

This is al working great but when i run DB check -> Database Relations 
all those images are underneath "Files with no references at all (delete 
them!)".

How can i fix this?

Best regards,
Bas


More information about the TYPO3-project-typo3v4mvc mailing list