Closed aimcom closed 9 years ago
In ext_tables.php, the parameter "exclude" is missing for the field "tx_realurl_pathsegment" of "pages_language_overlay" in the TCA configuration:
$TCA['pages_language_overlay']['columns']['tx_realurl_pathsegment'] = array( 'label' => 'LLL:EXT:cooluri/locallang_db.php:pages.tx_cooluri_pathsegment', 'config' => array( 'type' => 'input', 'size' => '30', 'max' => '30', 'eval' => 'trim,nospace,lower', ), );
In ext_tables.php, the parameter "exclude" is missing for the field "tx_realurl_pathsegment" of "pages_language_overlay" in the TCA configuration: