Analyse the configured pid for data type "{dataType}".

Page id "{configuredPid}" has found to be a wrong configuration for "{dataType}"

{error}

New records cannot be created with this page id. The configuration can be changed at different levels:
  • Settings in the Extension Manager as fallback configuration.
  • In some ext_tables.php file, by allowing this record type on any pages.
    \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('{dataType}')
  • By User TSconfig:
# User TSconfig to be placed in your ext_tables.php:
TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addUserTSConfig('

	# Default pid for "{dataType}" in Vidi:
	tx_vidi.dataType.{dataType}.storagePid = xx
');
Everything is fine
{namespace v=Fab\Vidi\ViewHelpers}