Project

General

Profile

Actions

Bug #93133

closed

Not processing images when indexing in Solr

Added by Tomek W over 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Image Generation / GIFBUILDER
Target version:
Start date:
2020-12-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

TYPO3 in version 10.4.11 introduced regression by this patch https://github.com/TYPO3/TYPO3.CMS/commit/0c5439f2ce

In latest version, when indexing links to images via Solr is broken, because of deferred generation of images. Solr receives link to generate image instead of link to generated image.

Stack:
TYPO3 10.4.11
georgringer/news - 8.5
apache-solr-for-typo3/solr - 11.0.3

code to reproduce in :

In standard Solr configuration for news with code added in plugin.tx_solr.index.queue.news


image_stringM = SOLR_CONTENT
        image_stringM {
          cObject = COA
          cObject {
            10 = FILES
            10 {
              references {
                table = tx_news_domain_model_news
                uid.data = {field:uid}
                uid.insertData = 1
                uid.intval = 1
                fieldName = fal_media
              }

              maxItems = 1
              renderObj = TEXT
              renderObj {
                typolink {
                  parameter.stdWrap {
                    cObject = IMG_RESOURCE
                    cObject {
                      file.import.data = file:current:uid
                      file.treatIdAsReference = 1
                    }
                  }

                  returnLast = url
                  forceAbsoluteUrl = 1
                }
              }

            }
          }
        }

Above code should return link to processed link in Solr index,
but in 10.4.11 BEFORE frontend rendering of news with image attached return links to TYPO3 backend with token to generate image.
But when news is rendered on frontend, and then indexed, above code work as previous version.


Related issues 5 (1 open4 closed)

Related to TYPO3 Core - Bug #92188: Deferred image processing in the backend is only partly implementedClosed2020-09-03

Actions
Related to TYPO3 Core - Bug #93139: Revert image processingClosedBenni Mack2020-07-242020-07-24

Actions
Related to TYPO3 Core - Bug #93245: Images not processed in Scheduler task since version 10.4.11Closed2021-01-08

Actions
Related to TYPO3 Core - Bug #93766: BE user emailMeAtLogin throws TypeErrorClosedStefan Froemken2021-03-17

Actions
Related to TYPO3 Core - Bug #98174: Not processing images when indexing in SolrNeeds Feedback2022-08-19

Actions
Actions

Also available in: Atom PDF