Title: danbeach's Replies | WordPress.org

---

# danbeach

  [  ](https://wordpress.org/support/users/danbeach/)

 *   [Profile](https://wordpress.org/support/users/danbeach/)
 *   [Topics Started](https://wordpress.org/support/users/danbeach/topics/)
 *   [Replies Created](https://wordpress.org/support/users/danbeach/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/danbeach/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/danbeach/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/danbeach/engagements/)
 *   [Favorites](https://wordpress.org/support/users/danbeach/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Accordion Block] Version 1.3.0 causes fatal error](https://wordpress.org/support/topic/version-1-3-0-causes-fatal-error/)
 *  Thread Starter [danbeach](https://wordpress.org/support/users/danbeach/)
 * (@danbeach)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/version-1-3-0-causes-fatal-error/#post-18233087)
 * Even after deleting the plugin and cache and reinstalling it, I get the same 
   error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NS Cloner - Site Copier] Cron rescheduling error](https://wordpress.org/support/topic/cron-rescheduling-error/)
 *  Thread Starter [danbeach](https://wordpress.org/support/users/danbeach/)
 * (@danbeach)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/cron-rescheduling-error/#post-17970137)
 * We are running the latest version (4.4.7) and continue to see the php errors.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [6.4.1 update causes fatal error](https://wordpress.org/support/topic/6-4-1-update-causes-fatal-error/)
 *  Thread Starter [danbeach](https://wordpress.org/support/users/danbeach/)
 * (@danbeach)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/6-4-1-update-causes-fatal-error/#post-17373479)
 * There wasn’t a second step for me. Everything just started working with the newer
   sunrise.php. Could caching (either on the server or your browser) be the culprit?
   Just a wild guess.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [6.4.1 update causes fatal error](https://wordpress.org/support/topic/6-4-1-update-causes-fatal-error/)
 *  Thread Starter [danbeach](https://wordpress.org/support/users/danbeach/)
 * (@danbeach)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/6-4-1-update-causes-fatal-error/#post-17263827)
 * I found a slightly different (newer?) sunrise.php file and put that in place 
   and all worked afterwards. The differences are super minor, but the key line 
   that needs fixing is:
 * Old one (line 10 or 11):
 *     ```wp-block-code
       $dm_domain = $wpdb->escape( $_SERVER[ 'HTTP_HOST' ] );
       ```
   
 * New one:
 *     ```wp-block-code
       $dm_domain = $_SERVER[ 'HTTP_HOST' ];
       ```
   
 * Essentially, the call to the “escape” function triggers the call to wp_kses().
   I believe there’s been a change in ordering for when some include files are read
   so that function isn’t defined at the time.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [6.4.1 update causes fatal error](https://wordpress.org/support/topic/6-4-1-update-causes-fatal-error/)
 *  Thread Starter [danbeach](https://wordpress.org/support/users/danbeach/)
 * (@danbeach)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/6-4-1-update-causes-fatal-error/#post-17252196)
 * I just wanted to follow-up in case anyone ever runs into this (unlikely, though).
   The problem wasn’t the theme or a plugin. It was the sunrise.php drop-in that
   I’ve had for many years to support multiple domains in my multisite. The site
   was set up before version 4.5 when domain mapping was integrated into core. Everything
   continued to work with it until 6.4.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [6.4.1 update causes fatal error](https://wordpress.org/support/topic/6-4-1-update-causes-fatal-error/)
 *  Thread Starter [danbeach](https://wordpress.org/support/users/danbeach/)
 * (@danbeach)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/6-4-1-update-causes-fatal-error/#post-17207715)
 * Thanks for the confirmation. I believe I’ve traced it down to a custom theme/
   plugin that we use but it’s been very difficult to get a useful error message
   to track what function or other part of the code is failing. For the time being,
   I’m also locking the production site to 6.3.2 until we can figure it out.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Comments - Remove Comments & Stop Spam [Multi-Site Support]] Need to disable gravatar in multisite network](https://wordpress.org/support/topic/need-to-disable-gravatar-in-multisite-network/)
 *  Thread Starter [danbeach](https://wordpress.org/support/users/danbeach/)
 * (@danbeach)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/need-to-disable-gravatar-in-multisite-network/#post-15181033)
 * I just installed the latest update and everything is working as expected. Thank
   you so much for the quick fix!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Disable Comments - Remove Comments & Stop Spam [Multi-Site Support]] Disable specific subsites of a multisite](https://wordpress.org/support/topic/disable-specific-subsites-of-a-multisite/)
 *  [danbeach](https://wordpress.org/support/users/danbeach/)
 * (@danbeach)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/disable-specific-subsites-of-a-multisite/#post-14945460)
 * I’d like to add my $0.02. I like the idea of network-level control of the plugin
   but it’s leading to some confusion.
 * I have the plugin network-activated and had chosen the “Everywhere” option which
   is what I need for my multisite network/website. When only that is selected and
   no sites are selected in the box above that (“Disable comments in the following
   sites:”), each admin dashboard displays a message that the plugin is active but
   isn’t configured to do anything yet. It has a link to the configuration page 
   but that gives an error (“Sorry, you are not allowed to access this page.”).
 * If I select all of the sites in the list of sites and save the settings, the 
   dashboard message disappears. But this confuses me because the “Everywhere” option
   is still selected and it says it disables comments globally on the entire website.
   Also, if I had a new site to my multisite, am I going to have to remember to 
   come to the settings page to make sure it’s selected and comments are disabled?
   I’d prefer to have any new site be included rather than have to remember to do
   it each time. Or have a separate setting that specifies what to set a new site
   with (disabled or enabled).
 * Thanks,
    Dan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NS Cloner - Site Copier] Latest update causing high load](https://wordpress.org/support/topic/latest-update-causing-high-load/)
 *  Thread Starter [danbeach](https://wordpress.org/support/users/danbeach/)
 * (@danbeach)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/latest-update-causing-high-load/#post-13679169)
 * That took care of it. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast Duplicate Post] Nag message keeps coming back](https://wordpress.org/support/topic/nag-message-keeps-coming-back/)
 *  Thread Starter [danbeach](https://wordpress.org/support/users/danbeach/)
 * (@danbeach)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/nag-message-keeps-coming-back/#post-9848000)
 * That fixed the issue. Thanks so much!
    -  This reply was modified 8 years, 5 months ago by [danbeach](https://wordpress.org/support/users/danbeach/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast Duplicate Post] Nag message keeps coming back](https://wordpress.org/support/topic/nag-message-keeps-coming-back/)
 *  Thread Starter [danbeach](https://wordpress.org/support/users/danbeach/)
 * (@danbeach)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/nag-message-keeps-coming-back/#post-9831508)
 * Thanks for the reply. I did verify that the relevant checkbox was unchecked. 
   Doing a few more tests, I discovered that it’s actually a reminder at the network
   level. This is installed on a multisite installation. The sites that have it 
   enabled (and have the appropriate checkbox disabled) are fine. At the network
   level, there are no settings available so it keeps showing up.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate TinyMCE] [Plugin: Ultimate TinyMCE] No buttons in row 4 breaks editor](https://wordpress.org/support/topic/plugin-ultimate-tinymce-no-buttons-in-row-4-breaks-editor/)
 *  Thread Starter [danbeach](https://wordpress.org/support/users/danbeach/)
 * (@danbeach)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-no-buttons-in-row-4-breaks-editor/#post-2928853)
 * Plugin version 2.8. WordPress 3.4.1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate TinyMCE] [Plugin: Ultimate TinyMCE] No buttons in row 4 breaks editor](https://wordpress.org/support/topic/plugin-ultimate-tinymce-no-buttons-in-row-4-breaks-editor/)
 *  Thread Starter [danbeach](https://wordpress.org/support/users/danbeach/)
 * (@danbeach)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-ultimate-tinymce-no-buttons-in-row-4-breaks-editor/#post-2928840)
 * I’m using the Table Controls Dropdown Button and the Delete Button. The editor
   works as long as one of them is activated and in row 4. If I turn them all off
   or try to move them both to row 3, the editor breaks.

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