I have an new TYpo3 13.4 installation with my sitepackage. I’ve done that several times. Now I have one system where no system records show up, when I choose “Create new record”.
I don’t find the reason for that. I can’t find any settings which might disable that.
In a similar installation it works as it should.
Does anybody have an idea what the reason could be?
That’s all I see…
Where do you try to insert a new record, whats the doktype of the page? Things like being a siterroot or sysfolder can affect that, also maybe page tsconfig…?
It is allways the same on a page or sysfolder…
It doesn’t happen on another installation I’ve created in parallel.
Most propably I need to setup my system once again.
I assume that you’ve checked most of these things already:
- you’re working as a user with admin rights?
- did you try with a differen admin account?
- do you have settings (TSConfig or in TCA) which disable creation of records on certain pages or
- can you check in configuration module for
$GLOBALS['TCA']
ifsys_template
andbackend_layout
are there?
My suggestion would be to use Xdebug to step through vendor/typo3/cms-backend/Classes/Controller/NewRecordController.php
, especially the renderNewRecordControls
method.
1 Like