Attached is a patch for the issue using 7.x-1.11 sources. Fixes the described error in 2 files (brilliant_gallery_manage.inc & brilliant_gallery_showtime.inc)
Deprecated function: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in require_once() (line 341 of ../includes/module.inc).
This happens in brilliant_gallery\brilliant_gallery_manage.inc and brilliant_gallery\brilliant_gallery_showtime.inc
'$secur = empty($_SERVER["HTTPS"]) ? '' : ($_SERVER["HTTPS"] == "on") ? "s" : "";'
Use PHP7.4, Token and PathAuto module, and Brilliant Gallery. Try to adjust the url patterns at /admin/config/search/path/patterns, many tokens will be missing when clicking on "Browse availabel tokens". For example all tokens starting with "[node:".
Add perenthesis to the lines mentioned in the problem.
-
-
-
-
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Attached is a patch for the issue using 7.x-1.11 sources. Fixes the described error in 2 files (brilliant_gallery_manage.inc & brilliant_gallery_showtime.inc)