Learnpress course blocked
-
A course on my website has expired. I’ve since then changed the expiration date for the course but at the time the course was made available it was set to a specific date. So I found the row in the database (wp8l_learnpress_user_items) that sets the end date and I modified it so it has no expiration and I changed so the status and graduation is enrolled and in-progress repectively.
I also found that thimpress had a cache with the date, so I modified that too
wp8l_thim_cache
(‘learn_press/user-items/38/2765/lp_course’, ‘{“user_item_id”:”988″,”user_id”:”38″,”item_id”:”2765″,”item_type”:”lp_course”,”status”:”finished”,”graduation”:”passed”,”ref_id”:”4509″,”ref_type”:”lp_order”,”start_time”:”2023-05-23 18:43:56″,”end_time”:”2023-11-27 00:43:18″}’, NULL),The end_time is now empty string, should be ok?
However, even with these modifications, the user cannot access the course, it says it is blocked because she finished it. Is there any other data I need to modify?
I don’t want to just create a new order because she was almost done with the course and I wish to keep the progress data for later processing.
- The topic ‘Learnpress course blocked’ is closed to new replies.