[TYPO3-english] Custom Plugin - Can't create new records on BE
Andreas Kiessling
kiessling at pluspol.info
Wed Jun 15 08:18:57 CEST 2011
Hi,
please have a look at the documentation:
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.3.0/view/4/2/#id2517078
To create records on the root level, "rootLevel" must be set to 1 or -1
for that table. Normal records are usually created in folders (so
editors can create or change them) and have this set to 0.
You should find that setting the the ext_tables.php of your extension.
HTH,
Andreas
More information about the TYPO3-english
mailing list