-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
3.4
-
MOODLE_34_STABLE
Just pointing to MDL-60656, where 2 strange errors were happening:
- Alert error with text An error occurred when attempting to save your tick mark. (.)
Running the features @ {badges/tests/behat/award_badge.feature}}.
Apart from where it happens, and the error itself... others were unable to reproduce the problem. Comparing php -m installed stuff the problem was narrowed to having/not having opcode cache installed.
So, with PHP 7.2 (rc5) (not tested if also happens with other PHP versions):
- With opcache php module installed behat passes.
- Without it, the feature above throws 2 errors (alerts).
Worth investigating, but not critical for releasing...
Ciao