Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [typo3-11.x]

TYPO3 is a free and open source web content management system written in PHP. It is released under the GNU General Public License. This tag is for questions relating to version 11 of TYPO3.

-3 votes
1 answer
49 views

I cant manage my extensions even if I am admin user in typo3 [closed]

I am using ddev based typo3 project and I cant manage my extensions, I cant find the get extensions, activate or any other action even if I am admin user I looked in a lot of typo3 issues and dindt ...
scofio's user avatar
  • 3
0 votes
1 answer
7 views

TYPO3 11.5: Get properties of invalid domain object in Controller action

There are two actions in my Controller, formAction() and sendOrderAction(). The latter should process a domain object Order, which is validated on submitting the formAction. This works as expected. ...
biedert's user avatar
  • 208
0 votes
1 answer
32 views

issue with Template selector - none of my customisations do work properly

I'm using Typo3 in version 11.5.19 with the News plugin and bootstrap extension. So far, I had a lot of trouble to implement some customisations into a site package: none of my customisations would ...
chubert86's user avatar
0 votes
0 answers
34 views

TYPO3 EXT:femanager show hidden textfield upon a specific selection with select field

I followed the example on how to extended femanager with my own select field ... (https://docs.typo3.org/p/in2code/femanager/7.3/en-us/Features/NewFields/Index.html) I had a question answered, leading ...
webman's user avatar
  • 1,169
0 votes
1 answer
37 views

TYPO3 EXT:femanager extended with a select field

I followed the example on how to extended femanager with my own fields ... (https://docs.typo3.org/p/in2code/femanager/7.3/en-us/Features/NewFields/Index.html) I need to add a select field that lists ...
webman's user avatar
  • 1,169
0 votes
0 answers
76 views

TYPO3 Extbase Extension with bidirectional mm-relation messed up language relation fields

System: TYPO3 11.5.36 with own expansion to display news and persons. Running on Apache with PHP 7.4.33 and MySQL 5.5.5-10.5.23-MariaDB-0+deb11u1 Setup: We have a person model and a news model. The ...
Oliver's user avatar
  • 1
1 vote
0 answers
14 views

TYPO3: gridelements image flexform, save images twice

TYPO3: 11.5.36 gridelelemts: 11.1.0 I have a flexform to save tree images. Here ist the flexform-code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <...
Mario Wilhelm's user avatar
0 votes
0 answers
53 views

Extbase - Error - Trusted properties used outdated serialization format instead of json

After upgrading my site from 9.5 to LTS 10 and LTS 11, I have an Extbase error regarding the __trustedProperties argument in the Extbase URL. Extbase wants a Json but an old format is created. Format ...
SteveLeg's user avatar
0 votes
1 answer
59 views

Attempt to insert record on page

I have this error when trying to save the page, i have added a new Tab to pages and when i try to save this error is showing: 1: Attempt to insert record on page 'Page name' (371) where this table, ...
Mohamed Masmoudi's user avatar
0 votes
1 answer
49 views

Get data from database and pass it to the template in TYPO3 11.5

Please help me. I need to display the list of the 4 most searched words. I am making a query request to the table "index_stat_word" (indexed_search extension). But the result is empty. My ...
Dmitriy's user avatar
  • 31
2 votes
1 answer
46 views

Autogenerate link title based on URL/target for accessibility

I would like to automatically add the respective addition: “opens external link” on external URLs using target="_blank" or “opens email program” to email links that exist in a text, for ...
Ralho's user avatar
  • 29
0 votes
2 answers
57 views

How do I get current FE language in where clause in DatabaseQueryProcessor in TYPO3?

I want a condition to get data, language wise in FE. I don't know how to get current language uid in a where clause in DatabaseQueryProcessor. I tried different approaches to achieve this, but it ...
Chetan Shah's user avatar
0 votes
1 answer
157 views

Upload and update assets with FAL reference and property value TYPO3 in frontend context

I'm trying to update record having FAL image. Here is my update action, $obj = $this->mediaAlbumRepository->findByUid(GeneralUtility::_GP('album')); $obj->setTitle(GeneralUtility::_GP(...
Geee's user avatar
  • 2,239
0 votes
2 answers
58 views

Problems with TYPO3 installations version typo3_src-11.5.35.tar.gz

The installation guide is not easy for me to understand to install TYPO3. The decompressed file was placed in the path /var/www/test. I create the FIRST_INSTALL file. I create the database, the user ...
Viking Sharp Ax's user avatar
0 votes
2 answers
82 views

TYPO3 - more content element fields without extending tt_content

I'm kind of new to typo3, and I'm facing a little problem. My case is simple: I'd like to have, for example, two headers, but the tt_content table only has one header. I don't want to extend ...
Kaplan's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
15