-
**Describe the bug**
Imagine that you have something like this in your indexing queue:
```
fields {
content = SOLR_CONTENT
content {
cObject = CONTENT
…
-
Tried to place the plugin via Typoscript:
```
10 = USER
10 {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensionName = Femanager
pluginName = Pi1
vendorName = In2code
…
-
We're in the process of updating a Typo3 page that had several fields added to tt_address. After updating EXT:extender to version 10.1.1. there is no frontend output of these fields anymore. The field…
-
**Describe the bug**
Properties are requested with underscores instead of camelCase in the builder module and they are created with underscores in the models too, like $my_property.
This clashes cer…
-
When defining a hierarchy via `uses`, the methods, properties, etc. are not carried along; e.g., If `X` uses `A`, and `A` uses `B`, then `B` stuff does not show up on `X`.
Using [this code example](h…
ericf updated
12 years ago
-
Got "Undefined global variable $TSFE" warning in backend:
![warning_screenshot](https://user-images.githubusercontent.com/721716/196183541-05dfae50-20a1-427c-825a-d829a3e64675.png)
It look like th…
-
## Goal
I as a user want to see some examples of Services and Utility classes.
## Acceptance Criteria
- [ ] the examples are implemented
## Additional Information
Controllers in Extbase shoul…
-
There is an issue in class UrlEncoder, method "storeInUrlCache()". It puts **all** "originalUrlParameters" to the cache entry but should ignore the noMatch parameters.
This causes some errors: If y…
-
## Goal
As a developer I want to add the plugin to the newContentElement Wizard
## Acceptance Criteria
- [ ] the plugin is added to the Wizard
## Additional Information
I was considering to…
-
The corresponding TypoScript set Content-Type to application/json:
```
feManagerValidation = PAGE
feManagerValidation {
typeNum = 1548935210
config {
additionalHeaders.10.header = Conten…