[TYPO3-english] Multiple Content (jfmulticontent) in 7.6LTS?
Scotty C
superscotty19 at yahoo.com
Mon Feb 1 21:43:41 CET 2016
Hi Jigal,
(Sorry for the delay)
Once again, you come to my rescue ... and once again, we're almost solved :-)
I installed jfmulticontent 2.9.9 and implemented the 6 changes. I can now create a content element of typo "Multiple Content", however when I attempt to save it I get the following error:
Fatal error: Uncaught exception 'TYPO3\CMS\Backend\Form\Exception' with message 'No renderType definition found' in /typo/typo3_src-7.6.2/typo3/sysext/backend/Classes/Form/NodeFactory.php:95 Stack trace: #0 /typo/typo3conf/ext/compatibility6/Classes/Form/Container/FlexFormElementContainer.php(143): TYPO3\CMS\Backend\Form\NodeFactory->create(Array) #1 /typo/typo3conf/ext/compatibility6/Classes/Form/Container/FlexFormTabsContainer.php(85): TYPO3\CMS\Compatibility6\Form\Container\FlexFormElementContainer->render() #2 /typo/typo3conf/ext/compatibility6/Classes/Form/Container/FlexFormEntryContainer.php(86): TYPO3\CMS\Compatibility6\Form\Container\FlexFormTabsContainer->render() #3 /typo/typo3_src-7.6.2/typo3/sysext/backend/Classes/Form/Container/SingleFieldContainer.php(170): TYPO3\CMS\Compatibility6\Form\Container\FlexFormEntryContainer->render() #4 /typo/typo3_src-7.6.2/t in /typo/typo3_src-7.6.2/typo3/sysext/backend/Classes/Form/NodeFactory.php on line 95
I'm also getting a Database Error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1<br /> A SQL error occurred. This may indicate a schema mismatch between TCA and the database. Try running database compare in the Install Tool.
Unfortunately, I have no idea what this means (never seen this error in 10 years), nor do I know where to start in tracing/debugging.
Please help!
-Scott.
>________________________________
> From: Jigal van Hemert <jigal.van.hemert at typo3.org>
>To: typo3-english at lists.typo3.org
>Sent: Tuesday, January 5, 2016 5:14 AM
>Subject: Re: [TYPO3-english] Multiple Content (jfmulticontent) in 7.6LTS?
>
>
>Hi,
>
>On 05/01/2016 02:34, Scotty C wrote:
>> With regards to jfmulticontent specifically, I don't see any TCA/*.php files. The only thing I can find are the following:
>> jfmulticontent/ext_tables.php:176
>> t3lib_div::loadTCA('tt_content');
>
>It's in ext_tables.php in the lines 98, 109, 119, 145, 156, 166.
>
>Do the following replacements:
>
>'script' => 'wizard_add.php',
>
>replace with:
>
>'module' => array(
> 'name' => 'wizard_add'
>),
>
>-----------
>
>'script' => 'wizard_list.php',
>
>replace with:
>
>'module' => array(
> 'name' => 'wizard_list'
>),
>
>
>------------
>
>'script' => 'wizard_edit.php',
>
>replace with:
>
>'module' => array(
> 'name' => 'wizard_edit',
>),
>
>
>--
>Jigal van Hemert
>TYPO3 CMS Active Contributor
>
>TYPO3 .... inspiring people to share!
>Get involved: typo3.org
>_______________________________________________
>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