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

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

de Antonia Martinez -
Número de respuestas: 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?

Promedio de valoraciones: -
En respuesta a Antonia Martinez

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

de Stuart Hiles -

Hi Antonia,

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

En respuesta a Stuart Hiles

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

de 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 respuesta a Andy Tagliani

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

de 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 guiño

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 respuesta a Andy Tagliani

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

de Andy Tagliani -
En respuesta a Andy Tagliani

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

de Ali Hastie -

Hi Andy

This worked for me (version 1.8.3+)

Thanks,

Ali.

En respuesta a Andy Tagliani

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

de Howard Miller -
Imagen de Core developers Imagen de Documentation writers Imagen de Particularly helpful Moodlers Imagen de Peer reviewers Imagen 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.