Tomas Norre Mikkelsen

Results 202 comments of Tomas Norre Mikkelsen

Thanks again for your input, which is all valid. They are all 3 doing the same job: Processing entries in the Queue. The reason for the "add process" from the...

Suggestion on Twitter. https://docs.typo3.org/c/typo3/cms-scheduler/9.5/en-us/DevelopersGuide/CreatingTasks/Index.html Update: Will not work as that is for "regular" scheduler tasks, and not from symfony commands.

Hi @Typine3 Sounds strange to me. Which version of the Crawler are you using? Are you installing you TYPO3 with composer? Which PHP version? Which MySQL/MariaDB Version?

Thanks for the additional info. Will see if I can get to reproduce this next week.

As the Crawler works without indexed_search I tend to say it's a misconfiguration of the indexed_search. Could you perhaps check if there are any pointers here to help you out?...

The frontend index will fill the index as soon as someone visits the page. But as you can never be sure every page is visited, it's and advantage to do...

Hi again @Typine3, I got a little further. Don't think it's an indexed_search configuration problem, but a Crawler bootstrapping/class-loading problem. When I use my crawler devbox which is installed with...

It doesn't work in combination with indexed_search, correct. The crawler itself for e.g. Cache warm up is working.

Nothing is impossible. But don't know the solution yet. @infabo has suggested adding the indexed_search to the ext_emconf.php suggest array, to ensure load order. Have tried it really quick, but...