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

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

Antonia Martinez發表於
Number of replies: 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?

評比平均分數: -
In reply to Antonia Martinez

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

Stuart Hiles發表於

Hi Antonia,

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

In reply to Stuart Hiles

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

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
In reply to Andy Tagliani

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

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 眨眼

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
In reply to Andy Tagliani

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

Andy Tagliani發表於
In reply to Andy Tagliani

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

Ali Hastie發表於

Hi Andy

This worked for me (version 1.8.3+)

Thanks,

Ali.

In reply to Ali Hastie

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

Andy Tagliani發表於
You´re welcome Ali, what i did not understand, that they have not fixed in the last version ...

Bye Andy
In reply to Andy Tagliani

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

Howard Miller發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 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.