Skip to content
Advertisement

Tag: typo3

ORM model for foreign database in typo3

I am writing a typo3 plugin that needs to access a database table of a pre-defined structure on a configurable MySQL / MariaDB database server. This is the model I wrote: Of course this does not work as it stands, since Typo3 assumes the model to represent a table as defined by ext_tables.{php,sql} within the local typo3 database. But I

Updating data after backend action TYPO3 11.5

Working on Typo3 11.5.13 I’m trying to update some data on my pages table after a be_user changed something. I read something about setting hooks for that purpose but I can’t seem to find a good explanation as to how hooks actually function within Typo3 and how to configure one, especially for my purpose. As far as I can see,

TYPO3 date issue

I’m a new user of TYPO3 and I’m creating a simple extension for registering data in backend and for display them. I have two date fields with which we can choose dates ourselves to determine the duration of an event by example startDate and endDate However, when I display the elements saved thanks to my extension, it does not display

TYPO3 – Error by creating custom content element

I need your help creating a custom content element. I use TYPO3 ver. 10.4.21 and I’d added extensions (fluid_styled_content and sitepackage). I could create a wizard and content type (CType) for dropdown list, but if I let show my content element on the frontend (websie), then an error occured: Oops, an error occurred! Code: 202111110917379495faab. Maybe there are errors by

Cannot inject foreign repository into my controller

I’ve got a problem concerning a plugin I’m writing for Typo3. I want to have access to a repository (and the content of that) of a plugin in a different plugin. Like importing the stuff from one plugin to another. What I tried was using @inject in my controller, but the result is null. And my action function: My Typo3

Select Input TYPO3 v9 Symfony Command

I want to make a scheduler command in TYPO3 v9, the problem is, that I don’t know and can’t find how I can make a select input. This is what I have: Answer You cannot put user choice questions on the command options…, instead you have to use a ask method of helper with ChoiceQuestion object to In your commande

Container Registry TYPO3 not available

At deployment getting the following exception when trying to invoke a typo3 cli command. ./typo3cms list. At local env this does not occur Answer The occurs due that the composer.json and composer.lock are not deployed to the machine were the command is executed. In these file a configuration/bootstrap is setup which is needed to invoke these commands.

Advertisement