You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to import the table tx_scheduler_task_groups with ./typo3cms import:table "tx_scheduler_task_group" "groupName" "/app/Build/DefaultDatabaseRecords/tx_scheduler_task_group.yml" an error occurs: Some matchFields do not exist: groupame (It seems as if he swallows the big N) ;-)
h2. Suggested solution: adjust the first parameter for preg_replace (add A-Z) like in the following code snippet
h2. Problem
When I try to import the table tx_scheduler_task_groups with
./typo3cms import:table "tx_scheduler_task_group" "groupName" "/app/Build/DefaultDatabaseRecords/tx_scheduler_task_group.yml"
an error occurs: Some matchFields do not exist: groupame (It seems as if he swallows the big N) ;-)h2. Suggested solution: adjust the first parameter for
preg_replace
(addA-Z
) like in the following code snippetwhich results in:
What do you think @Tuurlijk ? Did I overseen anything whether something is against it?
The text was updated successfully, but these errors were encountered: