-
-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Call to a member function getSolrConfiguration() on null #3597
Comments
christophlehmann
added a commit
to christophlehmann/ext-solr
that referenced
this issue
Apr 12, 2023
1 task
christophlehmann
added a commit
to christophlehmann/ext-solr
that referenced
this issue
Apr 13, 2023
dkd-friedrich
pushed a commit
to dkd-friedrich/ext-solr
that referenced
this issue
Apr 14, 2023
dkd-friedrich
pushed a commit
that referenced
this issue
Apr 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
During a TYPO3 Upgrade, i have a root page without a site. An Update Wizard should delete it with all its content.
When I execute the Update Wizard (DataHandler is involed), then this error occurs:
Call to a member function getSolrConfiguration() on null
Exception trace:
#0 ()
typo3conf/ext/solr/Classes/IndexQueue/Queue.php:205
#1 ApacheSolrForTypo3\Solr\IndexQueue\Queue->updateOrAddItemForAllRelatedRootPages()
Expected behavior
The element is skipped.
Used versions (please complete the following information):
Problematic code is also in main branch.
The text was updated successfully, but these errors were encountered: