[TYPO3-dev] Old TYPO3 4.x extension with TYPO3 6.x?

Jigal van Hemert jigal.van.hemert at typo3.org
Fri Jun 19 22:37:57 CEST 2015


Hi,

On 19/06/2015 19:47, Oliver Heidelbach wrote:
> a long time ago I had created a simple extension with kickstarter to
> extend the table fe_users with some internal fields needed for user
> management on a site.
>
> Would I be able to use that extension for a new TYPO3 6.2 site or do I
> need to recreate the extension with the new Extension Builder?

Short answer: it will probably work

Long answer:
In many cases these "old" extensions simply work in 6.2. Quite often 
you'll see Fatal PHP errors because of require/include(_once) statements 
which weren't necessary with 4.3 and later, but which have to be removed 
in 6.2.

For an extension which only adds new fields to a table it would be nice 
to move the TCA manipulation to 
/Configuration/TCA/Overrides/fe_users.php This way the TCA will be cached.
It's not absolutely necessary to do this to get your extension working 
in 6.2

-- 
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org



More information about the TYPO3-dev mailing list