Closed (fixed)
Project:
Rabbit Hole
Version:
8.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2020 at 09:16 UTC
Updated:
17 Dec 2020 at 11:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mrcdrx commentedComment #3
mrcdrx commentedComment #4
matroskeenLol, turns out we have to support PHP 7.0 too 😅
Here is a patch with a quick fix. I discovered that PluginNotFoundException is extending PluginException, so we're safe to keep just PluginException in that catch block.
P.S. Added weekly test for PHP 7.0 here so we don't face such issues in the future: https://www.drupal.org/node/1408882/qa (I wish I did that before)
Comment #5
matroskeen@mrcdrx, thanks for the report. Will you able to apply the patch and make some tests?
I'll probably have to cut a new release, once I receive some confirmation that everything's fine.
Comment #7
matroskeenTests are happy about this change, so committed to 8.x-1.x.