Thanks for the report, but I cannot duplicate this problem.
Also, the only way I can make any of the delete buttons on that page work is to right click on it and click on Open Link in New Tab
This sounds like you are having javascript problems that is preventing the post from submitting and running the other functions on the page like the delete button from working correctly.
This is most likely caused by another plugin.
Can you add some debug information for us?
Before loading the activity page, can you load your browser’s console? In most browsers, you can open it by pressing CTRL+SHIFT+I. Then load the activity page and copy what it prints in the “Console” tab?
Thank you for replying to my question Ray. I wasn’t able to load the console the way you asked, so I right-clicked on the activity page and clicked on “Inspect Elements (Q).” I clicked the console tab and pasted everything that was underneath it in this message. I hope that was the console tab you were referring to. Here is what I found:
JQMIGRATE: Migrate is installed, version 1.4.1
jquery-migrate.min.js:2:542
whatsNewOptionsIsHidden true
jquery.customSelect.js:83:29
injectLoop11
injectLoop11.js:2:1
message
message { target: Window, isTrusted: false, data: {…}, origin: “null”, lastEventId: “”, source: Restricted https://romancingrarehearts.com/chronic-odor-info/embed/#?secret=ClI98jtN2m, ports: Restricted, eventPhase: 0, bubbles: false, cancelable: false, … }
injectLoop11.js:66:5
message
message { target: Window, isTrusted: false, data: {…}, origin: “null”, lastEventId: “”, source: Restricted https://romancingrarehearts.com/chronic-odor-info/embed/#?secret=ClI98jtN2m, ports: Restricted, eventPhase: 0, bubbles: false, cancelable: false, … }
injectLoop11.js:66:5
message
message { target: Window, isTrusted: false, data: {…}, origin: “null”, lastEventId: “”, source: Restricted https://romancingrarehearts.com/chronic-odor-info/embed/#?secret=ClI98jtN2m, ports: Restricted, eventPhase: 0, bubbles: false, cancelable: false, … }
injectLoop11.js:66:5
I took a quick look at your site and it is generating 500 errors when posting via AJAX.
Can you turn on debug mode by adding the following to your wp-config.php
file?
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
Then attempt to post an update and check your server’s /wp-content/debug.log
file for debug messages?
Okay, thanks, I’ll try that and get back to you.
Okay Ray I added that to the wp-config.php file, but there’s no change. Where can I find the /wp-content/debug.log file to check for errors? I’m in my file manager now of my cPanel, is it there? If so, I’m having trouble finding it.
I just went into my dashboard and clicked on the update button for the BuddyPress activity php, and this is the error message I got: “Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over http://FTP.”
I didn’t make any changes to the code. I just clicked on the update button to see if that will make any difference on the activity page; it didn’t.
No matter where I go to click on that update button in my dashboard, even when I’m not making any changes to any codes, I get that same message. That’s also something that’s been happening in the last few days.
I just went into my dashboard and clicked on the update button for the BuddyPress activity php
I don’t know what that means. It might be possible that your version of BuddyPress 3.0 is corrupted. Deactivate the plugin and try reinstalling the plugin.
You can also try leaving BuddyPress deactivated to see if your dashboard problems disappear. If your problems are still there after deactivating BuddyPress, that means it isn’t a BuddyPress issue.
Okay, thanks for all your help. I’ll try that.
I am facing the same/or very similar issue.
When I start write something in group activity home post button is still hidden.. but before BuddyPress update the post button always show up when I started write.
Console is clear, no errors with WP_DEBUG true. And my theme developer is not supporting it anymore 🙁