[TYPO3-mvc] Adding relation FE problem
Jochen Rau
jochen.rau at typoplanet.de
Tue Jun 7 19:02:49 CEST 2011
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
--
Every nit picked is a bug fixed
More information about the TYPO3-project-typo3v4mvc
mailing list