• Resolved Whole Boss

    (@lifeit)


    After the update of this plugin I get a blank page when trying to edit a learndash course. When I disable this plugin it works again. I have already tried to remove it and add it back, but still doesn’t work.

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

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author BuddyBoss

    (@buddyboss)

    @lifeit
    Sorry for the trouble, Please let us know if generate any error logs at the server, it will help to debug the issue.

    I’m getting the exact same issue. When I deactivate the plugin, I can edit the course again. This is happening to 2 of my courses but the third one works fine. I tried deleting the courses and re-creating them with no luck.

    Where can I check error logs on the server?

    I’m getting the exact same issue. When I deactivate the plugin, I can edit the course again. This is happening to 2 of my courses but the third one works fine. I tried deleting the courses and re-creating them with no luck.

    Where can I check error logs on the server?

    Same here, I have noticed however its only on courses that are NOT free. If its a closed, I cant edit it and only get a white screen.

    Same here!! It is happening with both my courses. Awaiting the fix…

    Thread Starter Whole Boss

    (@lifeit)

    Hey @buddyboss here is the error I see.
    [16-Aug-2017 11:59:28 UTC] PHP Warning: Invalid argument supplied for foreach() in /home2/lifeit/public_html/wholeuschool.com/wp-content/plugins/LearnDash-bbPress-v2.0/functions.php on line 73

    Plugin Author BuddyBoss

    (@buddyboss)

    [16-Aug-2017 11:59:28 UTC] PHP Warning: Invalid argument supplied for foreach() in /home2/lifeit/public_html/wholeuschool.com/wp-content/plugins/LearnDash-bbPress-v2.0/functions.php on line 73

    @lifeit it’s Learndash BBpress addon specific error, try to update it to latest version or contact with learndash support.

    Thread Starter Whole Boss

    (@lifeit)

    @buddyboss Lol sorry well I didn’t see one for your buddypress/learndash plugin. I’m going to try to reinstall the plugin now and see if it generates an error.

    Thread Starter Whole Boss

    (@lifeit)

    @buddyboss okay I just tested the plugin again and I am still getting blank pages but it’s still on the courses I just added. Not all of my courses are giving me a blank page. I deactivated learndash-bbpress to see if that made your plugin work, it still didn’t.

    yes, I can confirm on my end that it’s the buddypress learndash plugin. When I deactivate it, things work well. I don’t have the bbpress plugin for learndash.

    Plugin Author BuddyBoss

    (@buddyboss)

    @samehmeh @lifeit
    It sounds like something causing 500 Internal Server Error.

    Error 500 that usually means something has triggered a PHP error, but errors are hidden on your server. To find out the cause of the error we have two choices:

    Look at your server error logs and find the latest ‘fatal error’
    Enable WP_DEBUG mode and view the page again

    Enabling WP_DEBUG involves editing your wp-config.php file and changing, or adding if it’s not there:
    define( 'WP_DEBUG', true );
    When this is done, a more useful error message should be shown. Most of the time this contains the name of the plugin file and the line number causing the issue allowing you to act.

    Once you have a useful error, if it’s not obvious whats causing it, post it here for us.

    I thinnk the error is this one ?? :

    Call to a member function get_results() on array line 79 for the file user_enrollement

    I 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 7 years, 3 months ago by fouad.z.

    This code just remove the error but now the problem is that the buddylist is never updated

    Plugin Author BuddyBoss

    (@buddyboss)

    @fouadz, thanks for your input
    We have also fixed it at our end and will release it today.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Blank page course backend’ is closed to new replies.