Skip to:
Content
Pages
Categories
Search
Top
Bottom

Activity page buttons not working


  • richardrcook2
    Participant

    @richardrcook2

    Hi. I’m using WordPress 4.9.2 and BP 3.0.0. This is a link to my site: https://romancingrarehearts.com/ My theme is Twenty Fifteen 1.2. My problem is that the Post Update button on the activity page is no longer working. I type in a message and click on Post Update and nothing happens. 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; it takes me to the same activity page where it says that the deletion has been successful. Otherwise, if I just click on the delete button, nothing will happen. I’ve had this site for three years now and it’s never acted this way.

    Is there anybody who can help me with this? Please!

Viewing 9 replies - 1 through 9 (of 9 total)

  • r-a-y
    Keymaster

    @r-a-y

    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?


    richardrcook2
    Participant

    @richardrcook2

    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


    r-a-y
    Keymaster

    @r-a-y

    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?


    richardrcook2
    Participant

    @richardrcook2

    Okay, thanks, I’ll try that and get back to you.


    richardrcook2
    Participant

    @richardrcook2

    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.


    richardrcook2
    Participant

    @richardrcook2

    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.


    r-a-y
    Keymaster

    @r-a-y

    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.


    richardrcook2
    Participant

    @richardrcook2

    Okay, thanks for all your help. I’ll try that.


    trolinof
    Participant

    @trolinof

    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 🙁

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.
Skip to toolbar