Guido Schmechel

Results 10 issues of Guido Schmechel

Related #2800 There are still some things that are unclear to me here. I have tried to work on the things. Unknown are the following things: - A multiple ArrayDimFetch...

Source `$configArray = BackendUtility::getModTSconfig($pid, 'mod.web_list');` Target `$configArray['properties'] = BackendUtility::getPagesTSconfig($pid)['mod.']['web_list.'] ?? [];` Changelog via https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/9.3/Deprecation-84993-DeprecateSomeTSconfigRelatedMethods.html

Feature

**Describe the bug** Some context: We have a frontend-disabled language (ID 0) and a translation (e.g. Italian ID 7) for a root page. In a document indexer (outsourced SysFolder) the...

The function header already contains an integer. We could probably also adopt and use this. Code: https://github.com/TYPO3-Solr/ext-solr/blob/master/Classes/IndexQueue/PageIndexerDocumentsModifier.php#L47 Hint: Small change, but would be breaking!

First of all: Thanks for your work. In this times its important to thanks for work. And now my problem in a worst case scenario like my customer does. Setup:...

bug
confirmed

First draft, to clarify: - Is the platform detection OK? - Use class variable $this->binary instead of function parameter $binary? Questions / TODO: - How can we test mariadb-dump? There...

Currently we get the following error message during TYPO3 export. **However, this is not a problem on the part of the TYPO3 console**: `"mysqldump: Deprecated program name. It will be...

**Describe the bug** If you create several result plugins on a TYPO3 page with different settings, then these settings are merged down in the backend output for the plugins and...

As before, we currently have the problem that ‘solr’ is forced in the URL. This is done via the "context" from the Solarium Library. `vendor/solarium/solarium/src/Core/Client/Endpoint.php` -> $options Building the endpoint...

Context: We have a customer with 70 mandates in TYPO3 v13. Of course, each mandate has a ReIndex and a QueueTask. The scheduler is very slow in the overview, even...