invalid Receiver-URL
-
Hello,
I tried to migrate a course from one server to another.
Checking the receiver URL always returned an error.
After changing line 76 of sfwd-lms-course-migration-admin from
var $url = $(‘#ldcm_receiver_url’).attr(‘value’) + ldcm_urls.endpoint;
to
var $url = $(‘#ldcm_receiver_url’).val() + ldcm_urls.endpoint;
I was able to connect to my receiving service. Prior to that, $url did not have any service-URL.
I am using WordPress 5.5 with BuddyPress plugin
Regards
- The topic ‘invalid Receiver-URL’ is closed to new replies.