https://github.com/b13/t3ext-dam_falmigration
TYPO3 Extension: Migrate DAM Records and Relations to TYPO3 6.x File Abstraction Layer (FAL)
https://github.com/b13/t3ext-dam_falmigration
Last synced: 4 months ago
JSON representation
TYPO3 Extension: Migrate DAM Records and Relations to TYPO3 6.x File Abstraction Layer (FAL)
- Host: GitHub
- URL: https://github.com/b13/t3ext-dam_falmigration
- Owner: b13
- Created: 2012-11-28T14:33:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T08:31:35.000Z (over 10 years ago)
- Last Synced: 2025-12-01T09:04:19.924Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 777 KB
- Stars: 22
- Watchers: 18
- Forks: 29
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](Documentation/Installation/Index.rst) and [Usage](Documentation/UserManual/Index.rst) can be found in the [documentation folder](Documentation/Index.rst).
**no files will be moved or copied**