You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With debugging turned on when I visit the URL: /local/ltiprovider/tool.php?id=1 I get the following notices:
Notice: Undefined index: lti_message_type in /usr/local/moodle/m2dev/local/ltiprovider/ims-blti/blti.php on line 9 Notice: Undefined index: lti_version in /usr/local/moodle/m2dev/local/ltiprovider/ims-blti/blti.php on line 10 Notice: Undefined index: resource_link_id in /usr/local/moodle/m2dev/local/ltiprovider/ims-blti/blti.php on line 11
The text was updated successfully, but these errors were encountered:
I setup a development server so that we can try out the lti-provider tool. Normally for a development machine I turned on debugging. However, I am assuming that having these debugging messages will interfere with the consumer tool. So, for now, I have turned off debugging on our development server. But I am hoping that the tool can be fixed to remove these debugging notices.
With debugging turned on when I visit the URL: /local/ltiprovider/tool.php?id=1 I get the following notices:
Notice: Undefined index: lti_message_type in /usr/local/moodle/m2dev/local/ltiprovider/ims-blti/blti.php on line 9 Notice: Undefined index: lti_version in /usr/local/moodle/m2dev/local/ltiprovider/ims-blti/blti.php on line 10 Notice: Undefined index: resource_link_id in /usr/local/moodle/m2dev/local/ltiprovider/ims-blti/blti.php on line 11
The text was updated successfully, but these errors were encountered: