[TYPO3-english] How to restore image in CE after update 4.7 to Typo3 6.2

"HocomAdvies [  Wiechert Hooghwinkel "HocomAdvies [  Wiechert Hooghwinkel
Fri Nov 13 21:10:51 CET 2015


Always nice answering your own question. So I found a solution. Apparently the update wizard missed “Migrate all file relations from tt_content.image and pages.media” somehow. 
One of my ideas was how to perform the update again. 
Finally an old post from Jens, in the typo3-german list gave me the solution:


This part in the LocalConfiguration.php must be grayed out //  to run the update wizard again and see the magic happen :)
 
'INSTALL' => array(
		'wizardDone' => array(
			'TYPO3\CMS\Install\Updates\TceformsUpdateWizard' => 'tt_content:image,pages:media,pages_language_overlay:media',
			'TYPO3\CMS\Install\Updates\TruncateSysFileProcessedFileTable' => 1,
		),
	),


Regards,
Wiechert Hooghwinkel



> Op 13 nov. 2015, om 16:27 heeft HocomAdvies [ 🌷 Wiechert Hooghwinkel ] <info at hocom-advies.nl> het volgende geschreven:
> 
> I know :)  But how to solve the addressed problem with the CE missing a relation (image)? 
> 
> Regards,
> Wiechert Hooghwinkel
> 
> 
>> Op 13 nov. 2015, om 15:57 heeft Philipp Gampe <philipp.gampe at typo3.org> het volgende geschreven:
>> 
>> Hi Hooghwinkel,
>> 
>> HocomAdvies [ 🌷 Wiechert Hooghwinkel ] wrote:
>> 
>>> /fileadmin/user_upload
>>> uploads/pics/nederland.JPG
>> 
>> Those are not the same folders!
>> 
>> Best regards
>> -- 
>> Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
>> Certified Integrator – Active contributor TYPO3 CMS
>> TYPO3 .... inspiring people to share!
>> 
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list