Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 957 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 957 Bytes

t3ext-dam_falmigration

TYPO3 Extension: Migrate DAM Records and Relations to TYPO3 6.2s File Abstraction Layer (FAL)

This extension only works with TYPO3 >= 6.2 and MySQL, because there are some Queries using GROUP_CONCAT.

Introduction

First of all: Remove all scheduler tasks of this extension you have defined previously in scheduler module. That's because of a completely rewritten code. Scheduler serializes the task-classes with all its properties and these properties are now modified. So, If you don't do this step, the task will throw Exceptions because of undefined property names.

All tasks are now executed from the command line.

Installation and Usage

More information on Installation and Usage can be found in the documentation folder.

no files will be moved or copied