typo3

TYPO3 sys_language_mode = strict still get me the record with “Default” language

为君一笑 提交于 2019-12-11 18:38:28
问题 Why does sys_language_mode = strict get me the record with Default language if the specified record is not existing for other languages? The expected behavior is to not show anything if the record is not existing for the specified language. The config.sys_language_overlay = hideNonTranslated which says that "Fetch records from the default language and overlay them with translations. If some record is not translated it will not be shown." 来源: https://stackoverflow.com/questions/51082382/typo3

No ImageMagick installation available in TYPO3, I can't resize the images

送分小仙女□ 提交于 2019-12-11 17:58:11
问题 I am very new in TYPO3 world (I came from Joomla and WordPress) I noticed that after inserting an image in a page, if I resize it, after that I save the page, the image come back to its original size. Reading on Internet seems to me that this thing may depend by ImageMagick configuration. So if I go into my administration panel and Install ---> Basic Configuration in the Check ImageMagick field say to me: No ImageMagick installation available It seems that there is no adequate ImageMagick

The class you are trying to register is not available [TYPO3 8.7.26]

北慕城南 提交于 2019-12-11 17:44:17
问题 I'm installing self created extensions in TYPO3. My composer.json file ar location /var/www/html/typo3 looks like: { "repositories": [{ "type": "composer", "url": "https://composer.typo3.org/" }, { "type": "package", "package": { "name": "Bm/ah-content-api", "version": "0.0.1", "type": "typo3-cms-extension", "source": { "url": "https://user@bitbucket.org/company/ah_config_typo3.git", "type": "git", "reference": "master" }, "autoload": { "psr-4": { "bm\\ah-content-api\\": "typo3conf/ext/ah

TYPO3 indexed_search does not index the page

自闭症网瘾萝莉.ら 提交于 2019-12-11 17:31:53
问题 In my TYPO3 6.2.31 page I try to get indexed_search working. In Backend it looks good, Search Page form is implemented as well. Problem is the page will not get indexed. Any ideas? Update in template I have this: <!-- main content anfang --> <main role="main" class="maininhalt"> <!--TYPO3SEARCH_begin--> ###CONTENTMAIN### <!--TYPO3SEARCH_end--> </main> <!-- main content ende --> and in typoscript setup: page.config.index_enable = 1 回答1: After some Teamviewer investigations we found the problem

TYPO3 force internal links to cross domain pages to use https in news

纵然是瞬间 提交于 2019-12-11 17:25:12
问题 my TYPO3 website has multiple domains that have links from internal news to another a page in another domain. Domain A (with SSL in frontend) Page 1 News (folder) News A News B Domain B (with SSL in frontend) Page 2 Page 3 Links in News A to Page 1 work perfectly fine, but when linking from News B to Page 2 or Page 3 , the url is generated properly, but the scheme is always http : Example News A : <a href="/Page-1.html">Page 1</a> Example News B : <a href="http://domain-b/Page-2.html">Page 2<

TYPO3 Best practice assigning cObject data to view since getContentObject() is depricated

邮差的信 提交于 2019-12-11 17:19:53
问题 I was wondering how this is solved in modern extensions, but could not figure it out. Most of them just magical using e.g. {data.uid} inside their views without any $view->assign('data',...) In my old actions I had used something like this: public function myAction() { $data = $this->configurationManager->getContentObject()->data; $this->view->assign('data', $data); } Since getContentObject() is marked as deprecated in v8, it should be replaced with getContentObjectRenderer() , but the

rendered links in HTML element in typo3 9

谁都会走 提交于 2019-12-11 16:43:43
问题 Default behaviour of Typo3 is that Typo3-Links are not rendered in a HTML-element. There is a workaround, see here: How to get rendered links of a HTML element in TYPO3 7.6 Unfortunately, in Typo3 9.5.7 this seems not to work. As described above, I replaced html.html by this: <f:format.htmlentitiesDecode> <f:format.html parseFuncTSPath="lib.parseFunc"> {data.bodytext} </f:format.html> </f:format.htmlentitiesDecode> I also replaced html.html by this, did't work for me: <f:format.html>{data

Service Unavailable (503) No TypoScript template found

和自甴很熟 提交于 2019-12-11 16:30:28
问题 I tried to install the introduction package in Typo3 cms. But I receive the following error: Service Unavailable (503) No TypoScript template found! 回答1: You might need to include the package into your core template in Typo3. Whenever you are using a new package/extension which having template files, you are needed to added those in your root template. Go to Template Menu in the typo3 backend Select the root page from the treelist on the left side panel (it might be Congratulations). Choose

Typo3 : using typoscript to modify the base-url

梦想的初衷 提交于 2019-12-11 16:07:18
问题 I am trying out TYPO3's introduction package. For that I am using Xampp on my computer. I have installed it in a subdirectory, but since it uses "real-url", I need to modify the generated links, so that instead of http://localhost/about-typo3/ I get http://localhost/subfolder/about-typo3/ I believe it must be done via "typo-script", and from what I have read on the Internet, this line should do the job : config.baseURL = http://localhost/subfolder/ But I don't know where I should put it. I

Install TYPO3 8.7.7 with SQL Server on IIS

瘦欲@ 提交于 2019-12-11 15:58:40
问题 I tried to install TYPO3 (8.7.7) on my Webserver (IIS) and I'd like to use my SQL Server instead of MySQL. I found lots of instructions how to make this (on typo3.org and other websites) but none of these worked for me. I found out, that I must install two extensions before I start the installation (ADOdb & DBAL). Probably there is my fault. Can anybody explain step by step how to install these extensions before the TYPO3 installation? 回答1: I'm using the following configuration to