Closed ax-ha closed 5 years ago
Same problems with Typo3 Version 9.5.8-dev
Got the same problem with TYPO3 v9.5.8 Any updates on this so far?
Yes, luckily I have some news! After starting from the scratch with the solr setup, everything worked as expected over here. I think the problem was that all cores had been created with the same data directory (dataDir). But every core should have an own one like: data/core_de/ and data/core_en
Hopefully this helps you a bit!
Thanks for your quick help. But unfortunately every core already has an own data directory. Maybe I also have to start from scratch with the setup ...
any updates? same problem TYPO3 9.5.8 and Solr 7.6.0
Please try using dev-master
The problem occurs when the global language configuration is removed from Typoscript. As soon as I inserted it back into Typoscript the pages were indexed correctly.
Typoscript Configuration:
[globalVar = GP:L = 0]
config {
sys_language_uid = 0
language = de
}
[end]
[globalVar = GP:L = 1]
config {
sys_language_uid = 1
language = it
}
[end]
Should be solved with EXT:solr 10 and TYPO3 9.5.9, please re-open if you still have any issues
Describe the bug The indexer indexes content correctly into one of two given cores (core_de) but stores the wrong language (en) in the uri field. For example there is the url of the english page stored in the german core: /en/company/newsletter whereas the correct url would be /unternehmen/newsletter
The other fields like title, content... are stored correctly. (german in this case)
To Reproduce 1: Create a site with the following setup:
languages:
2: Extend your sitepackage setup with the basic solr setup:
3: Extend the constants typoscript file:
Expected behavior Both cores should be filled correctly with the correct URLs.
Used versions (please complete the following information):
TYPO3 Version: 9.5.6, running in ddev enviroment
Browser:
EXT:solr Version: 9.0.2
PHP Version: PHP 7.2.16
MySQL Version: 10.2.22-MariaDB-1:10.2.22+maria~bionic-log - mariadb.org binary distribution
Additional context The funny thing is that my news indexing is working like a charm in the same enviroment. Please bear with me if this is a configuration problem but the page and language behavior are working as expected. Thanks a lot for your help!