[TYPO3-templavoila] Re: TemplaVoila error with TYPO3 CMS 7.6.9

Ghanshyam B. Gohel ghanshyam.typo3developer at gmail.com
Fri Jul 22 10:14:05 CEST 2016


FormEngine is deprecated so it doesn't support anymore.

if your backend is working well and only those 2 errors appear then you can use this temporary solution till templavoila new version solve it.

File: typo3conf/ext/templavoila/Classes/Service/ItemProcFunc/StaticDataStructuresHandler.php

- all \TYPO3\CMS\Backend\Form\FormEngine replace with \TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectItems

- line number: 282: $tsConfig['_STORAGE_PID'] = 74; // add this line before $storagePid = (int)$tsConfig['_STORAGE_PID'];
make sure "74" is your templavoila storage folder ID


More information about the TYPO3-project-templavoila mailing list