Hi Nikolas,
Thanks for the quick fix. It looks like configuration settings are now
saved properly.
Grade submission / Roster access/ Custom settings are still failing
with "Not permitted" though. It seems that settings aren't being read
properly when used, e.g.: starting around line 86 in 'service.php', we
have
if (! $basiclti = get_record("basiclti", "id", $placement))
doError("Bad sourcedid 5");
where settings are being read from the "basiclti" table. This isn't a
problem except $basiclti is later used to try to access values that no
longer exists in the table, such as 'allowroster' on line 103.
if ( $basiclti->allowroster == 1 ||
( $basiclti->allowroster == 2 && $basiclti-
>instructorchoiceallowroster == 1 ) ) {
- John
On Jun 28, 7:17 am, Nikolas Galanis <
ngala...@gmail.com> wrote:
> OK, that went better than I expected. I think it is fixed now. Both the
> mercurial and the zip file have been updated with the newer versions.
>
> Please let me know if you stumble upon any more problems. I really
> appreciate the feedback.
>
> Regards,
>
> Nikolas
>
>
>
>
>
>
>
> On Tue, Jun 28, 2011 at 3:47 PM, Nikolas Galanis <
ngala...@gmail.com> wrote:
> > Update: You were right John. I am currently fixing the tool + applying some
> > changes already implemented for the 2.0 version. Changes should be up in a
> > couple of hours. I will let you know.
>
> > Cheers,
> > Nikolas
>
> > On Tue, Jun 28, 2011 at 12:29 PM, Nikolas Galanis <
ngala...@gmail.com>wrote:
>
> >> Hi John,
>
> >> I am looking into your problems right now. I had to download a new
> >> Moodle1.9 instance to make sure that we are at the same starting point. I
> >> will let you know if I am able to reproduce your problems.
>
> >> Regards,
> >> Nikolas
>