[TYPO3-mvc] Adding relation FE problem
Henjo Hoeksma
me at henjohoeksma.nl
Tue Jun 7 19:48:48 CEST 2011
On 2011-06-07 19:02:49 +0200, Jochen Rau said:
> Hi Henjo,
>
> Henjo Hoeksma <me at henjohoeksma.nl> writes:
>> Understandable since the third argument is missing:
>>
>> INSERT INTO tx_eventsmanager_event_subscription_mm (uid_foreign,
>> uid_local, , pid) VALUES ('16', '1', '1', '24')
>>
>> What should this 3d argument be?
>> How to solve this?
>
> It's supposed to be the sorting column. Do you have specified such a
> column like
>
> sorting int(11) DEFAULT '0' NOT NULL,
>
> as described in
>
> http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.3.0/view/4/2/#id2522688
Best
Jochen
Hi
>
Jochen,
thanks for your reply. I have it in my sql (as: sorting int(11)
unsigned DEFAULT '0' NOT NULL, ), but not in my TCA, I will see if that
makes a difference.
Thanks so far.
Henjo
More information about the TYPO3-project-typo3v4mvc
mailing list