fouad.z
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress for LearnDash] Erreur 500 after course savingI know its hard to quote, and i have no log, wordpress log doesnt show this error and server log doesnt show also, this is why i went to test each plugin conflicting by disabling it one by one and then i found that the problem came from learndash and group system of buddypress for learndash, i have no other information, sorry
Forum: Plugins
In reply to: [Clean Login] Bug with password regenerationThank you
Forum: Plugins
In reply to: [Clean Login] Bug with password regenerationCorrected on clean-login.php line 575
replace
$url = esc_url( add_query_arg( 'pass', $new_password, $url ) );by
$url = esc_url( add_query_arg( 'pass', urlencode($new_password), $url ) );Forum: Plugins
In reply to: [BuddyPress for LearnDash] Template overrideGreat it works, thank you
Forum: Plugins
In reply to: [BuddyPress for LearnDash] Blank page course backendThis code just remove the error but now the problem is that the buddylist is never updated
Forum: Plugins
In reply to: [BuddyPress for LearnDash] Blank page course backendI d replaced the line 79 by and it work:
if ( $course_users_query instanceof WP_User_Query ) { $users = $course_user_query->get_results(); }in file includes/bp-learndash-users-enrollment.php
- This reply was modified 8 years, 4 months ago by fouad.z.
Forum: Plugins
In reply to: [BuddyPress for LearnDash] Blank page course backendI thinnk the error is this one π :
Call to a member function get_results() on array line 79 for the file user_enrollement
Thank you for support, the owner of the page has his publication limited to friends that why we do not see his review
Sended by email, thank you
Maybe it will be better if we work with our own facebook api and not widgetpack no ?
Hi we have the pro version and reviews never refresh, i configured with one hour, empty the cache of the website but only one review is showing
@programmin you marked this post as resolved , did you find a solution please, thank you
- This reply was modified 8 years, 7 months ago by fouad.z.