This topic has 6 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #113427
     Candrom
    Participant

    Hello,

    I ran into an issue where activity stream comments would not appear correctly. Comments that have been made only display “user XXX replied” but not what has been replied!

     

    #113593
     Radu
    Moderator

    Hi,

    I see the issue,

    Please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #113667
     Candrom
    Participant

    I did all the steps you mentioned.

    Here is what is inside the debug files, after commenting an activity update:

    COPY CODE
    [30-Mar-2016 17:49:45 UTC] PHP Notice:  Undefined index: slug in /home/ginkgoga/public_html/wp-content/themes/buddyapp/lib/plugins/buddypress/navigation-icons.php on line 41
    [30-Mar-2016 17:49:45 UTC] PHP Notice:  Undefined index: name in /home/ginkgoga/public_html/wp-content/themes/buddyapp/lib/plugins/buddypress/navigation-icons.php on line 45
    [30-Mar-2016 17:49:45 UTC] PHP Notice:  Undefined index: slug in /home/ginkgoga/public_html/wp-content/themes/buddyapp/lib/plugins/buddypress/navigation-icons.php on line 41
    [30-Mar-2016 17:49:45 UTC] PHP Notice:  Undefined index: name in /home/ginkgoga/public_html/wp-content/themes/buddyapp/lib/plugins/buddypress/navigation-icons.php on line 45
    [30-Mar-2016 17:49:56 UTC] PHP Notice:  Undefined offset: -1 in /home/ginkgoga/public_html/wp-includes/post-template.php on line 268
    [30-Mar-2016 17:49:56 UTC] PHP Notice:  Undefined index: slug in /home/ginkgoga/public_html/wp-content/themes/buddyapp/lib/theme-functions.php on line 280
    [30-Mar-2016 17:49:56 UTC] PHP Notice:  Undefined index: link in /home/ginkgoga/public_html/wp-content/themes/buddyapp/lib/theme-functions.php on line 285
    [30-Mar-2016 17:49:56 UTC] PHP Notice:  Undefined index: name in /home/ginkgoga/public_html/wp-content/themes/buddyapp/lib/theme-functions.php on line 285
    #113820
     Radu
    Moderator

    Hi,

    It seems that the notices from the debug.log file doesn’t have to do with your problem,

    Do you have tried to disable plugins except buddypres ? try to test with child theme deactivated.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #113957
     Candrom
    Participant

    Disabling plugins and child theme does not fix the issue.

    #113958
     Candrom
    Participant

    I found the culprit. It’s the LikeBTN plugin. Didn’t notice earlier when disabling because of caching.

    #114105
     Radu
    Moderator

    Great if you solved the issue,

    You can report that issue between LikeBTN and rtMedia to the plugin author

    I will mark the topic as resolved

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?