Bernhard Eckl

Results 45 issues of Bernhard Eckl

The suggest feature always returns results of the default language even if I do this: Change reques to type 7385 and: [getTSFE().type == 7385] config { sys_language_uid = 1 language...

I updated from TYPO3 9 to 10 and latest version of tx_news and I get the following error in the frontend when debug preset is active: PHP Warning: array_splice() expects...

Bug

When I install the extension I get the following error in the frontend: Class 'CONTENT' not found. Typoscript template is included. What’s wrong? TYPO3 version is 10.4.31 and frontend_editing is...

Since TYPO3 9 has the url routing, a slug field (and automatic updater of slugs when editing the fe_user in the frontend) would be great.

status: planned
type: feature

Hello, I get the folliowing compile error: root@home:~/pi-touchscreen-timeout# gcc timeout.c -o timeout timeout.c: In function ‘main’: timeout.c:47:22: warning: implicit declaration of function ‘isdigit’ [-Wimplicit-function-declaration] if (!isdigit(argv[1][i])) { ^~~~~~~ timeout.c:97:22: warning:...

count($pathSegments) === 2 does never be true because there is only one element in the array, I fixed with the following (Classes/Service/UploadFileService.php, line 91): ` if (count($pathSegments) === 2 &&...

I tried the following (to only have predefined categories as facets): \Fab\Vidi\Facet\StandardFacet::class => [ 'name' => 'categories', 'label' => 'Kategorie', 'suggestions' => [ '156' => 'foo', '157' => 'bar' ]...

I tried to use the generic renderer like in the documentation: 'renderer' => \Fab\Vidi\Grid\GenericColumn:class, But I get the following error: Class 'Fab\Vidi\Grid\GenericColumn' not found

Hello, When I use the search box with free text input filtering I always get an error 500. The request link is: typo3/index.php?M=content_VidiTtAddressM1&moduleToken=eced12e5b478ccbd98b12a3212a49c8c95c9a62e&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&order%5B1%5D%5Bcolumn%5D=0&order%5B1%5D%5Bdir%5D=asc&start=0&length=25&search%5Bvalue%5D=%5B%7B%22text%22%3A%22test%22%7D%5D&search%5Bregex%5D=false&tx_vidi_content_vidittaddressm1%5Bcolumns%5D=__checkbox%2Cpid%2Clast_name%2Cfirst_name%2Ccompany%2Cemail%2Caddress%2Czip%2Ccity%2Ccategories%2C__buttons&tx_vidi_content_vidittaddressm1%5BsearchTerm%5D=%5B%7B%22text%22%3A%22test%22%7D%5D&tx_vidi_content_vidittaddressm1%5Baction%5D=list&tx_vidi_content_vidittaddressm1%5Bcontroller%5D=Content&tx_vidi_content_vidittaddressm1%5Bformat%5D=json&_=1614872182982 How can I fix that?

Hello, it would be nice to define which categories should be listed when filtering by categories (e.g. fe_users or tt_address).