[TYPO3-dev] Plugin Config Flexform

Jigal van Hemert jigal.van.hemert at typo3.org
Thu Mar 17 00:37:30 CET 2016


Hi,

On 16/03/2016 18:46, Roman Pretory wrote:
> Changed that to $pluginSignature = str_replace('_', '', $_EXTKEY) .
> '_checkdns';
>
> also change it to a sample,  check once more the flexform on server
> direct .. no change.

Sorry, but it's not a guessing game. Use the name of your plugin!
Somewhere in your ext_tables.php there is a call to registerPlugin:

\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
	'Vendorname.' . $_EXTKEY,
	'myplugin',
	'Name of my plugin',
	'EXT:check_dns/ext_icon.gif'
);

The second parameter is the name of the plugin. You have to use this 
name in the $pluginSignature; otherwise TYPO3 can never find the 
relationship between the plugin and the registered flexform.

-- 
Jigal van Hemert
TYPO3 CMS Active Contributor

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



More information about the TYPO3-dev mailing list