-
Author
-
March 29, 2016 at 23:14 #113427CandromParticipant
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!
March 30, 2016 at 18:20 #113593RaduModeratorHi,
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 CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( '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 solutionMarch 30, 2016 at 20:51 #113667CandromParticipantI 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
March 31, 2016 at 17:05 #113820RaduModeratorHi,
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 solutionApril 1, 2016 at 01:19 #113957CandromParticipantDisabling plugins and child theme does not fix the issue.
April 1, 2016 at 01:44 #113958CandromParticipantI found the culprit. It’s the LikeBTN plugin. Didn’t notice earlier when disabling because of caching.
April 1, 2016 at 15:56 #114105RaduModeratorGreat 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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.