typo3-extensions

TYPO3: what is the field “access_group” for?

爱⌒轻易说出口 提交于 2021-02-05 11:28:48
问题 I don't know what is the field "access_group int(11) DEFAULT 0 NOT NULL" for? First I thought it's for restriction by user_group, but there is an field "fe_group varchar(100) DEFAULT '' NOT NULL" for it. You can find the field also at the documentation Preparing the database , but I couldn't find a description for it, only for "fe_group". 回答1: access_group is the be_user group. In TYPO3 you have an access-system similar to the unix-rights, where you can grnat access to pages (and records in

Typo3 : Get Extensions option is not showing in Extension module

ε祈祈猫儿з 提交于 2020-06-28 03:40:17
问题 Where I want that option I want to add a new extension, but I don't have the "Get extension" Option. Please check above screenshot. 回答1: Have a look at the blue box: your instance is running in composer mode, so you have to use composer to install extensions. Please use composer require to add new extensions see https://docs.typo3.org/m/typo3/guide-installation/10.4/en-us/ExtensionInstallation/Index.html#install-extension-with-composer 来源: https://stackoverflow.com/questions/62211764/typo3

How to create a file upload field in flexform of a custom extbase extension in TYPO3 10?

落花浮王杯 提交于 2020-05-16 01:33:09
问题 I tried to create a file upload field in flexform of an extbase extension in TYPO3 10. since the internal_type "file" is not supported in TYPO3 10, I tried the below given code. <settings.bgImage> <TCEforms> <label>Background Image</label> <config> <type>inline</type> <maxitems>1</maxitems> <foreign_table>sys_file_reference</foreign_table> <!--<foreign_field>uid_foreign</foreign_field>--> <foreign_table_field>tablenames</foreign_table_field> <foreign_label>uid_local</foreign_label> <foreign

How can I get back access to the backend of TYPO3 when fluidpages are causing an error on backend and frontend?

给你一囗甜甜゛ 提交于 2020-03-25 13:57:01
问题 I got to work on a Typo3 page and I have to say I'm at the very beginning if it comes to TYPO3. So I wanted to fix a bug and updated the plugin "fluidpages" from version 4.1.0 (I guess) to 4.3. That cause the "Oops, an error occurred!" in the backend and frontend, so I dont have access from that side. I still have the FTP login for the website. The version of TYPO3 is 8.7.18. The errorcode I get is that one: Could not analyse class: "FluidTYPO3\Flux\Configuration\ConfigurationManager" maybe

How can I get back access to the backend of TYPO3 when fluidpages are causing an error on backend and frontend?

只愿长相守 提交于 2020-03-25 13:56:06
问题 I got to work on a Typo3 page and I have to say I'm at the very beginning if it comes to TYPO3. So I wanted to fix a bug and updated the plugin "fluidpages" from version 4.1.0 (I guess) to 4.3. That cause the "Oops, an error occurred!" in the backend and frontend, so I dont have access from that side. I still have the FTP login for the website. The version of TYPO3 is 8.7.18. The errorcode I get is that one: Could not analyse class: "FluidTYPO3\Flux\Configuration\ConfigurationManager" maybe

“Controller does not exist. Reflection failed.” TYPO3

牧云@^-^@ 提交于 2020-02-21 06:58:11
问题 I am working on my own extension in TYPO3 (v 9.5.12) and when I click on my extension via Admin Tools, an error message pops up: The log reads following error message: Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1278450972: Class Secsign\Secsign\Controller\SecsignController does not exist. Reflection failed. | TYPO3\CMS\Extbase\Reflection\Exception\UnknownClassException thrown in file C:\xampp\htdocs\Typo9\public\typo3\sysext\extbase\Classes\Reflection\ReflectionService.php in

“Controller does not exist. Reflection failed.” TYPO3

我怕爱的太早我们不能终老 提交于 2020-02-21 06:58:07
问题 I am working on my own extension in TYPO3 (v 9.5.12) and when I click on my extension via Admin Tools, an error message pops up: The log reads following error message: Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1278450972: Class Secsign\Secsign\Controller\SecsignController does not exist. Reflection failed. | TYPO3\CMS\Extbase\Reflection\Exception\UnknownClassException thrown in file C:\xampp\htdocs\Typo9\public\typo3\sysext\extbase\Classes\Reflection\ReflectionService.php in

Controllers and Template (how to filter results correctly or give arguments via backend?)

两盒软妹~` 提交于 2020-01-25 23:48:42
问题 I got following problem on my hand. My Site has a extension (written by me) which modelates a vehicle park. There are vehicles (german: Fahrzeug sry about that and in the future when I use german in my code/post) and there are VCategories (FzKategorie). They stand in N-1 relation , meaning N vehicles have all 1 Category min/max. I created a second plugin for the task, and gave it the default action: ListByCateory. Now I'm stuck WHEN to filter my restults, WHERE to hand over arguments which