• Resolved rodimusprime01

    (@rodimusprime01)


    Hi Edwiser team,

    I have installed the Edwiser plug in and trying to sync with moodle, unfortunately I have had installed MooWoodle before and it didn’t work as expected…

    Now I got this message:
    If in case you had used the WooMoodle plugin in the past, ensure it has left no plugin-code residuals on your site. Because it may conflict with the Edwiser synchronization process.
    So, how do I check to ensure MooWoodle residuals are completely deleted?

    Any help Appreciated.

    Thanks,
    Rod

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @rodimusprime01,

    Greetings!

    We would request you to try the below-mentioned troubleshooting steps to overcome this issue.

    ? Add following code in is_course_presynced function before return in file wp-content/plugins/edwiser-bridge/includes/class-eb-course-manager.php

    if ( get_post_type( $course_id ) !== ‘eb_course’ ) { delete_post_meta( $course_id, ‘moodle_course_id’ ); $course_id = false; }

    ? This will delete any residual synced course data from the database.

    Note: Kindly take a complete backup of the site before applying the above changes.

    Thanks,
    Dharmesh Barot
    Team Edwiser

Viewing 1 replies (of 1 total)
  • The topic ‘Synchronization not working’ is closed to new replies.