Error: There is no one available to have a dialogue with

Error: There is no one available to have a dialogue with

per Antonia Martinez -
Nombre de respostes: 7

I have the module set to Teacher-Student, which the instructions say allows either one of us to initiate the discussion. When I initiate, works fine. When the student tries to initiate, it says "There is no one available to have a dialogue with." I double-checked that I am assigned Teacher role for the course. Suggestions?

Mitjana de qualificacions: -
En resposta a Antonia Martinez

Re: Error: There is no one available to have a dialogue with

per Stuart Hiles -

Hi Antonia,

I'm having the same problem - have you managed to fix it?

En resposta a Stuart Hiles

Re: Error: There is no one available to have a dialogue with

per Andy Tagliani -
This seems really a bug! I try it under different settings, so i will see in the bug tracker is there a entry, if not i will open a ticket, latest tomorrow.

Andy
En resposta a Andy Tagliani

Re: Error: There is no one available to have a dialogue with

per Andy Tagliani -
It can be i found a solution, but please wait if the developer see this thread and (so i hope) he will give a feedback. We will give him some days, or i open a ticket as i wrote before Complicitat

In the file /moodle/mod/dialogue/loacallib.php in line 219, here is what the line is showing at the moment:

if ($otheruser->authority == 0) {

I mean it must be:
if ($otheruser->id == 0) {

But please wait for the feedback of the developer.
Andy
En resposta a Andy Tagliani

Re: Error: There is no one available to have a dialogue with

per Andy Tagliani -
En resposta a Andy Tagliani

Re: Error: There is no one available to have a dialogue with

per Ali Hastie -

Hi Andy

This worked for me (version 1.8.3+)

Thanks,

Ali.

En resposta a Andy Tagliani

Re: Error: There is no one available to have a dialogue with

per Howard Miller -
Imatge de Core developers Imatge de Documentation writers Imatge de Particularly helpful Moodlers Imatge de Peer reviewers Imatge de Plugin developers
It's not quite the fix. It's even easier than that. The test is now meaningless, as that function is covered by roles and we cannot detect it. I have simply commented it out. Fixed in latest version CVS.

Thanks for spotting this.