Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi!
    try this:
    change 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;

    That worked for me.

    Regards
    Uli

    Thread Starter robhoe1965

    (@robhoe1965)

    Thanks for the tip Uli.

    No error, but the course apparently migrated from existing location to outer space.
    No idea yet how to retrieve.
    Thanks again.

    @us0906 could you give me the path where you loacte sfwd-lms-course-migration-admin?

    Cant find it in the plugins folders. Thanks!

    I have the same issue.
    I tried the hint from @us0906
    Still the same, I changed the js file at the transmitter side,
    should be changed in both sides ?
    What is the URL supposed to be entered, main receiving site? specific course url ?
    Thanks

    @sinfjell the file is in admin/js.

    Hello all,
    after you changed the js file as stated above, you have to manually reload the page. Sometimes you even have to clear your browser cache to have the changed file reloaded to your browser.

    Regards
    Ulrich

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Keep saying “Please enter a valid url”’ is closed to new replies.