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

backend search not working #25

Closed
martin-git-kristensen opened this issue Jul 18, 2022 · 3 comments
Closed

backend search not working #25

martin-git-kristensen opened this issue Jul 18, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@martin-git-kristensen
Copy link

  • DCE version: 2.8.4
  • TYPO3 version: 11.5.13
  • PHP version: 8.0.11

When dce is installed the spinning search wheel in typo3´s backend never stop spinning when trying to search in backend in the searchform top right
billede

@martin-git-kristensen martin-git-kristensen added the bug Something isn't working label Jul 18, 2022
@martin-git-kristensen martin-git-kristensen changed the title dce backend search not working Jul 18, 2022
@a-r-m-i-n
Copy link
Owner

Yes, I can reconstruct this issue with PHP 8.
The issue is:

Fatal error: Declaration of T3\Dce\XClass\LiveSearch::makeQuerySearchByTable(TYPO3\CMS\Core\Database\Query\QueryBuilder &$queryBuilder, $tableName, array $fieldsToSearchWithin) must be compatible with TYPO3\CMS\Backend\Search\LiveSearch\LiveSearch::makeQuerySearchByTable(TYPO3\CMS\Core\Database\Query\QueryBuilder $queryBuilder, $tableName, array $fieldsToSearchWithin) in /var/www/dce/Classes/XClass/LiveSearch.php on line 31

@a-r-m-i-n
Copy link
Owner

Will be fixed in version 2.9.0 of DCE.
You need to clear all system caches, after updating.

@martin-git-kristensen
Copy link
Author

Så nice - thanks for quick reaction :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants