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

[BUG] Cannot create Event Queue Worker Scheduler Task #3767

Closed
achimfritz opened this issue Aug 25, 2023 · 0 comments · Fixed by #3768
Closed

[BUG] Cannot create Event Queue Worker Scheduler Task #3767

achimfritz opened this issue Aug 25, 2023 · 0 comments · Fixed by #3768

Comments

@achimfritz
Copy link
Collaborator

Describe the bug
trying to create a new Scheduler Task "Event Queue Worker" throws a TypeError Exception
ApacheSolrForTypo3\Solr\Task\EventQueueWorkerTask::setLimit(): Argument #1 ($limit) must be of type int, null given, called in /var/www/html/vendor/apache-solr-for-typo3/solr/Classes/Task/EventQueueWorkerTaskAdditionalFieldProvider.php on line 102

if you set your exceptionalErrors to include Warnings you got a TYPO3\CMS\Core\Error\Exception
PHP Warning: Undefined array key "solr_eventqueueworkertask_limit" in /var/www/html/vendor/apache-solr-for-typo3/solr/Classes/Task/EventQueueWorkerTaskAdditionalFieldProvider.php line 102

To Reproduce
Steps to reproduce the behavior:

  1. Go to Scheduler Module
  2. Click on new Task
  3. Select Event Queue Worker
  4. Choose proper Frequency
  5. save

Expected behavior
Task is saved

Screenshots
Screenshot 2023-08-25 at 15 08 20
Screenshot 2023-08-25 at 14 28 06

Used versions (please complete the following information):

  • TYPO3 Version: 12.4.5
  • EXT:solr Version: 12.0.0-beta-1
  • PHP 8.1
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 a pull request may close this issue.

1 participant