Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • billreed

    (@billreed)

    Hi folks,

    I ran into this same issue where it seemed like my SendGrid plugin stopped working for no apparent reason.

    In troubleshooting the problem, I discovered that a plugin called Page Expiration Robot broke the SendGrid plugin.

    After deactivating the Page Expiration Robot plugin, SendGrid came back to life. 🙂

    Cheers.

    Multi Network Multi Site WordPress server system where you’ve updated to WP 4.4 and experienced the white screen of death

    For those that are comfortable at a command line…
    – Debian or Ubuntu linux machines

    ssh user@serverip
    sudo apt-get install zip -y
    wget https://github.com/stuttter/wp-multi-network/archive/master.zip
    mkdir tempm
    unzip master.zip -d tempm/
    sudo rsync -ar --progress --chown www-data:www-data -v $HOME/tempm/wp-multi-network-master/ /var/www/html/wp-content/plugins/wp-multi-network

    Hi there @gvectors-team,

    We’ve recently installed wpDiscuz (v 2.2.10) on our multisite WordPress (v 4.3.1) installation and have configured it for one of our sub-sites.

    Unfortunately, we’re having an issue where users are able to vote on another user’s comment more than once.

    Here’s a test page that demonstrates the problem we’re seeing.

    I believe this may have something to do with this being a multisite WordPress.
    The root site’s comment voting functionality appears to work as expected. However, sub-sites let users vote more than once on another user’s comments.

    Any suggestions would be greatly appreciated.

    Regards.

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