Closed (fixed)
Project:
Quiz
Version:
7.1.x-dev
Component:
Code - Quiz core
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
3 Jan 2026 at 20:46 UTC
Updated:
15 May 2026 at 15:45 UTC
Jump to comment: Most recent
Pipeline has several errors, lets fix the ones we can.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
smustgrave commentedThis still needs work, and seems rules no longer works in 11.3 (yay!)
Comment #4
dadderley commentedQuick question, is the fix in this issue https://www.drupal.org/project/quiz/issues/3564150 in the dev release?
Because for me right now quiz is broken. Please see my comment there. https://www.drupal.org/project/quiz/issues/3564150#comment-16414405
Thanks
Comment #5
smustgrave commentedquiz doesn't work in 11.3 right now, and neither does rules https://www.drupal.org/project/rules/issues/3563101
Comment #6
dadderley commentedThankyou.
I downgraded to Drupal to 11.2.10 and it works again.
Comment #7
smustgrave commentedComment #11
smustgrave commentedThis is what I may have to do
1. Wait on rules to be fixed for 11.3/10.6
2. Make a new branch 7.1.x that is just 11.3/10.6
3. While I'm at it start a 7.2.x branch for just 11.3
Comment #12
smustgrave commentedComment #13
smustgrave commentedComment #15
smustgrave commentedComment #18
dadderley commentedOK,
I am sorry, but I find this all quite confusing.
Does this actually work now in 11.3?
Comment #19
ben.hamelin@dadderley I believe there are still errors when trying to run certain versions of quiz on 11.3. For example I am running 11.3 now fine, but just updated quiz from 7.0.4 > 7.1.0 and started getting the construct error you called out in https://www.drupal.org/project/quiz/issues/3564150#comment-16414405.
I believe @smustgrave indicated a 7.2.x branch was coming for use with 11.3 but I don't see that yet. I do see that the 8.x-dev branch looks to resolve this specific error: https://git.drupalcode.org/project/quiz/-/blob/8.0.x/src/Controller/Quiz...
where "$request_stack" is added back as the last argument.
For now I am locking to 7.0.4 until we have stability.
Comment #20
smustgrave commentedSo 7.1.x isn't working right now? Did you also update rules?
Comment #21
smustgrave commentedComment #22
ben.hamelinYes, or rather was already on Rules 4.0.1.
As near as I can tell it's just because of the missing $request_stack argument in the QuizController and QuizQuestionController, which is fixed in 8.x
Comment #24
smustgrave commentedThis has been getting me all kinds of turned around
Okay 7.0.x = 10.3 + 11
When you get to 11.3 switch to 7.1.x or 8.0.x