Hi Ahmed
I have the same problem on my customized staging system.
I guess it is (not) a greenlight problem because in the new private
browser window it works. Likely something with the cookies has
changed?
INFO: [5a4d985a-995a-4d38-a978-01c10b107900] method=GET path=/b/
format=html controller=MainController action=index status=500
error='NoMethodError: undefined method `get_permission' for
nil:NilClass' duration=26.20 view=0.00 db=3.58 host=greenlight
FATAL: [5a4d985a-995a-4d38-a978-01c10b107900]
FATAL: [5a4d985a-995a-4d38-a978-01c10b107900] NoMethodError (undefined
method `get_permission' for nil:NilClass):
FATAL: [5a4d985a-995a-4d38-a978-01c10b107900]
FATAL: [5a4d985a-995a-4d38-a978-01c10b107900]
app/controllers/application_controller.rb:200:in `home_page'
[5a4d985a-995a-4d38-a978-01c10b107900]
app/controllers/main_controller.rb:26:in `index'
INFO: [5a4d985a-995a-4d38-a978-01c10b107900] method=GET path=/b/500
format=html controller=ErrorsController action=internal_error
status=500 error='ActionView::Template::Error: undefined method
`get_permission' for nil:NilClass' duration=20.04 view=0.00 db=0.06
host=greenlight
bash-4.4# head -n 28 main_controller.rb
# frozen_string_literal: true
# BigBlueButton open source conferencing system -
http://www.bigbluebutton.org/.
#
# Copyright (c) 2018 BigBlueButton Inc. and by respective authors (see below).
#
# This program is free software; you can redistribute it and/or modify
it under the
# terms of the GNU Lesser General Public License as published by the
Free Software
# Foundation; either version 3.0 of the License, or (at your option) any later
# version.
#
# BigBlueButton is distributed in the hope that it will be useful, but
WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A
# PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with BigBlueButton; if not, see <
http://www.gnu.org/licenses/>.
class MainController < ApplicationController
include Registrar
# GET /
def index
# Store invite token
session[:invite_token] = params[:invite_token] if
params[:invite_token] && invite_registration
redirect_to home_page if current_user
end
end
regards
Reimar
> --
> You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
bigbluebutton-...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/bigbluebutton-dev/6643c45f-cb4a-47dc-8617-c5e2b38d7ec1n%40googlegroups.com.