Skip to content
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

[BUGFIX:BP:11.2] Make API eID script compatible with TYPO3 v11.5 #3550

Conversation

dkd-friedrich
Copy link
Member

What this pr does

Backport of #3350, API has to be adapted for TYPO3 10.4 as well:

Uncaught TYPO3 Exception: #1425381442: Invalid target for "EXT:solr/Classes/Eid/Api.php", as it is not callable. | InvalidArgumentException thrown in file /typo3/sysext/core/Classes/Http/Dispatcher.php in line 95. Requested URL: https://www.domain.tld/index.php?eID=tx_solr_api&api=siteHash&domain=otherdomain.tld&apiKey=98edf0f46e468fbc35d21b9215e73cd8c8017a6c

How to test

Call to https://www.domain.tld/index.php?eID=tx_solr_api&api=siteHash&domain=otherdomain.tld&apiKey=98edf0f46e468fbc35d21b9215e73cd8c8017a6c
should return a valid json encoded response like this:

{"sitehash":"d25b497e596326aeba48edac11294668d793481f"}

@dkd-friedrich dkd-friedrich force-pushed the bugfix/release-11.2.x/fix-eid-script branch from 491c22a to 05214a0 Compare March 24, 2023 14:13
@dkd-friedrich dkd-friedrich force-pushed the bugfix/release-11.2.x/fix-eid-script branch from 05214a0 to b7ec160 Compare March 24, 2023 16:02
@dkd-friedrich dkd-friedrich merged commit 708df0f into TYPO3-Solr:release-11.2.x Mar 27, 2023
@dkd-friedrich dkd-friedrich deleted the bugfix/release-11.2.x/fix-eid-script branch March 27, 2023 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants