-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
[TASK] Backport #3728 into release-11.5.x #3927
Comments
dkd-kaehm
added a commit
to dkd-kaehm/ext-solr
that referenced
this issue
May 7, 2024
…lper Problem: Calling the `s:searchForm` ViewHelper with the `pageType` or `suggestPageType` argument with a value from a typoscript setting will lead to a TypeError ```html <s:searchForm pageType="{settings.pageType}" suggestPageType="{settings.suggestPageType}"> ``` `TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder::setTargetPageType(): Argument #1 ($targetPageType) must be of type int, string given, called in /var/www/html/private/typo3conf/ext/solr/Classes/ViewHelpers/SearchFormViewHelper.php` Solution: Cast both arguments to int Fixes: TYPO3-Solr#3927 Ports: TYPO3-Solr#3728
dkd-kaehm
added a commit
to dkd-kaehm/ext-solr
that referenced
this issue
May 7, 2024
…lper Problem: Calling the `s:searchForm` ViewHelper with the `pageType` or `suggestPageType` argument with a value from a typoscript setting will lead to a TypeError ```html <s:searchForm pageType="{settings.pageType}" suggestPageType="{settings.suggestPageType}"> ``` `TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder::setTargetPageType(): Argument #1 ($targetPageType) must be of type int, string given, called in /var/www/html/private/typo3conf/ext/solr/Classes/ViewHelpers/SearchFormViewHelper.php` Solution: Cast both arguments to int Fixes: TYPO3-Solr#3927 Ports: TYPO3-Solr#3728
dkd-kaehm
added a commit
to dkd-kaehm/ext-solr
that referenced
this issue
May 7, 2024
…lper Problem: Calling the `s:searchForm` ViewHelper with the `pageType` or `suggestPageType` argument with a value from a typoscript setting will lead to a TypeError ```html <s:searchForm pageType="{settings.pageType}" suggestPageType="{settings.suggestPageType}"> ``` `TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder::setTargetPageType(): Argument #1 ($targetPageType) must be of type int, string given, called in /var/www/html/private/typo3conf/ext/solr/Classes/ViewHelpers/SearchFormViewHelper.php` Solution: Cast both arguments to int Fixes: TYPO3-Solr#3927 Ports: TYPO3-Solr#3728
dkd-kaehm
added a commit
that referenced
this issue
May 7, 2024
…lper Problem: Calling the `s:searchForm` ViewHelper with the `pageType` or `suggestPageType` argument with a value from a typoscript setting will lead to a TypeError ```html <s:searchForm pageType="{settings.pageType}" suggestPageType="{settings.suggestPageType}"> ``` `TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder::setTargetPageType(): Argument #1 ($targetPageType) must be of type int, string given, called in /var/www/html/private/typo3conf/ext/solr/Classes/ViewHelpers/SearchFormViewHelper.php` Solution: Cast both arguments to int Fixes: #3927 Ports: #3728
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What should be done in the scope of this task?
Backport #3728 into release-11.5.x
The text was updated successfully, but these errors were encountered: