[TYPO3-mvc] Adding relation FE problem
Henjo Hoeksma
me at henjohoeksma.nl
Tue Jun 7 21:22:16 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,
found it. I needed to set the argument 'foreign_sortby' ...
*overlooked*. Thanks for pointing me in the right direction!
Henjo
More information about the TYPO3-project-typo3v4mvc
mailing list