[TYPO3-english] Re: Re: Re: Add own tables To typo3 CMS 6.2.9 database

safa gueddes gueddes.safa at gmail.com
Mon May 18 17:17:42 CEST 2015


Hi again,

After installing the new extension, i do get the new table in the database and and the file structure, i could create a new record ('Markers') also, however i could not load the plugin ' insert plugin -> selected plugin' i get an empty list :o
despite i did add a front end plugin in the extension builder.
i do need to add it so i can be able to see the list results of the new created records.

this is in ext_localconf.php :

\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
	'Extensiontest.' . $_EXTKEY,
	'Markerslist',
	array(
		'Markers' => 'list, show, new, create, edit, update, delete',
		
	),
	// non-cacheable actions
	array(
		'Markers' => 'create, update, delete',
		
	)
);






and this is in ext_tables :

\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
	$_EXTKEY,
	'Markerslist',
	'Markers List'
);


Do you have an idea what could be the reason i don't get the plugin in the 'selected plugin' ?



More information about the TYPO3-english mailing list