- This topic has 2 replies, 3 voices, and was last updated 5 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Welcome to GPLDL - we are still beta - please report any bugs via the contact form.
Hi there,
I tried to install Sensei LMS Content Drip Addon and Sensei LMS Course Progress Addon but none of them is showing in the lessons, or where it’s supposed to show. Any idea why?
Thanks a lot for your help!
https://github.com/woocommerce/sensei-course-progress/issues/56
read the first post.
It says, you need to switch woothemes / woo-themes on line 23
or they have planned to change it for next update if you can wait.
Am not using drip feature, so i don’t know about it.
I just downloaded Sensei LMS Master 2.0.1 + Sensei Drip 2.0.0 and had the same issue but I found the origin of it. It said the Drip plugin needed Sensei 1.11.0 minimum and it was there, but it couldn’t find it.
In ../sensei-content-drip-master/includes/class-scd-ext-dependency-checker.php, line 73, replace:
$search_sensei = array(
‘sensei/sensei.php’, // Sensei 2.x from WordPress.org.
‘sensei/woothemes-sensei.php’, // Sensei 1.x or Sensei 2.x Compatibility Plugin.
‘woothemes-sensei/woothemes-sensei.php’, // Sensei 1.x or Sensei 2.x Compatibility Plugin.
);
with:
$search_sensei = array(
‘sensei-master/sensei-lms.php’, // Sensei 2.x from WordPress.org.
‘sensei/woothemes-sensei.php’, // Sensei 1.x or Sensei 2.x Compatibility Plugin.
‘woothemes-sensei/woothemes-sensei.php’, // Sensei 1.x or Sensei 2.x Compatibility Plugin.
);