-
-
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] PHP Warning: Return value of SiteUtility::getConnectionProperty() must be of the type string #3394
Comments
@SSFGizmo in release-11.5.x: ext-solr/Classes/System/Util/SiteUtility.php Lines 72 to 84 in 61076e3
in release-11.2.x: as well: ext-solr/Classes/System/Util/SiteUtility.php Lines 85 to 92 in 8af8a64
SolutionReturn type must be "mixed", because multiple calls set the mixed $defaultValue. Target versions:
|
`SiteUtility::getConnectionProperty()` method must handle mixed types. Fixes: TYPO3-Solr#3394
`SiteUtility::getConnectionProperty()` method must handle mixed types. Fixes: TYPO3-Solr#3394
`SiteUtility::getConnectionProperty()` method must handle mixed types. Fixes: TYPO3-Solr#3394 Ports: TYPO3-Solr#3396
`SiteUtility::getConnectionProperty()` method must handle mixed types. Fixes: #3394
`SiteUtility::getConnectionProperty()` method must handle mixed types. Fixes: #3394
I try to save one tt_content element on the page under "Page 2"
The text was updated successfully, but these errors were encountered: