Closed xaviaracil closed 7 years ago
Changing Permissions.register
for ::Permissions.register
in /var/canvas/gems/plugins/analytics/lib/analytics/engine.rb
worked for me.
I'd make a pull request if you agree.
Hey @xaviaracil, this is already fixed in master: https://github.com/instructure/analytics/commit/25ced53494b2833e6a0aa31f6679aa86bee5f3ca. it will be in the 2/18 release to stable, but it should be fine to cherry-pick over as well.
Hi all,
After installing the analytics module and restarting
canvas_init
I got the following error:My guess is that it's confusing
/var/canvas/gems/plugins/analytics/lib/analytics/permissions.rb
with/var/canvas/lib/permissions.rb
fromcanvas-lms
.Using stable branches both in
canvas-lms
andanalytics
.Thanks in advance,
Xavi