Title: rasaunders's Replies | WordPress.org

---

# rasaunders

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/rasaunders/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/rasaunders/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Search for Domain needs exact domain, can’t see full list](https://wordpress.org/support/topic/search-for-domain-doesnt-work-cant-see-full-list/)
 *  [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/search-for-domain-doesnt-work-cant-see-full-list/#post-9201897)
 * This is an issue for me as well.
 * Once you progress past 20 sites it’s not a very user intuitive view.
 * Went through the plugin to search for the appropriate line:
 * $rows = $wpdb->get_results( “SELECT * FROM {$wpdb->dmtable} ORDER BY id DESC 
   LIMIT 0,20” );
 * Where I suppose you could change the DESC LIMIT 0,20 to DESC LIMIT 0,100 or some
   such value of larger quantity to be able to see all available domains.
 * Not sure why you would want it to stop at 20 without pagination, but there it
   is.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-in-One WP Migration and Backup] Inconsistent Errors with Import](https://wordpress.org/support/topic/inconsistent-errors-with-import/)
 *  Thread Starter [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/inconsistent-errors-with-import/#post-8419744)
 * I didn’t contact support at the multisite extension address, I wasn’t aware they
   provided a separate level of support given the migration tool is likely the issue
   and not necessarily the extension itself.
 * I don’t get an error on Export I get one on the Import. The errors above are 
   both for Import.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Accessibility] Broken Script](https://wordpress.org/support/topic/broken-script-2/)
 *  Thread Starter [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/broken-script-2/#post-8419726)
 * As I’ve already stated I can’t link the site, it’s on a private network that 
   can’t be reached without a firewall IP greenlight.
 * If it can’t be debugged via what I’ve provided and you can’t reproduce the behavior
   then I suppose I will have to move on and consider it either a false positive
   or employ other methods.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Accessibility] Broken Script](https://wordpress.org/support/topic/broken-script-2/)
 *  Thread Starter [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/broken-script-2/#post-8407047)
 * It appears only on the front end (never for the dashboard)
 * > [View post on imgur.com](https://imgur.com/a/Ci84m)
 * Here is an image of the compromise. Could it be because we are including some
   of the UI libraries in the theme by default? Perhaps something isn’t in No Conflict
   mode?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Accessibility] Broken Script](https://wordpress.org/support/topic/broken-script-2/)
 *  Thread Starter [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/broken-script-2/#post-8405889)
 * Unfortunately no.
 * Perhaps there is only a conflict with another plugin. You are seeing no conflict
   with Query Monitor plugin installed at all?
 * Given expected behavior is there, it could just be a false positive.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Accessibility] Broken Script](https://wordpress.org/support/topic/broken-script-2/)
 *  Thread Starter [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/broken-script-2/#post-8396311)
 * Console shows no errors but the Query Monitory scripting error that I see is:
 * Broken Dependencies for jQuery and the two dependencies listed are jQuery-Migrate
   and jQuery-Core. I only see them flagged from the end user view (not the admin
   portal).
 * The plugin has caused conflicts with other plugins that use jQuery-ui.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TAO Schedule Update] Schedule updates not getting published](https://wordpress.org/support/topic/schedule-updates-not-getting-published/)
 *  [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/schedule-updates-not-getting-published/#post-8387356)
 * Yeah it turned out that Cron job was getting blocked by a bad curl request (this
   was a staging environment multisite), WP Crontrol was extremely useful for debugging.
 * The problem was tied to a problem with executing wp-cron.php, not this plugin
   specifically.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TAO Schedule Update] Schedule updates not getting published](https://wordpress.org/support/topic/schedule-updates-not-getting-published/)
 *  [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/schedule-updates-not-getting-published/#post-8362920)
 * I am also seeing this behavior. “Publish Now” still works and replaces the parent
   page with the appropriate content, but the actual scheduled updates do not work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Dreamhost parked domain not getting mapped](https://wordpress.org/support/topic/dreamhost-parked-domain-not-getting-mapped/)
 *  Thread Starter [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/dreamhost-parked-domain-not-getting-mapped/#post-6582491)
 * I resolved the issue.
 * For future Dreamhost users:
 * You need to point the domain [http://www.site1.com](http://www.site1.com) to 
   point to the directory of [http://www.mainsite.com](http://www.mainsite.com).
 * And then your domain mapping plugin will map [http://www.mainsite.com/site1](http://www.mainsite.com/site1)
   onto the domain [http://www.site1.com](http://www.site1.com)
 * To avoid a redirect loop I had to set the domain at the top to “leave it alone”
   to accept [http://www.site1.com](http://www.site1.com) or site1.com. I can probably
   further configure wordpress so that isn’t necessary, but haven’t gotten that 
   far yet.
 * So follow all the standard steps like I stated above and then these steps on 
   your dreamhost domain manager section under edit (and make sure you do it with
   the user that has those domains).
 * I have yet to see someone talk about how to get it working in Dreamhost with 
   a relatively reasonable walkthrough so I might do a video on it myself. Until
   then I hope you find this thread.
 * Marking as resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Dreamhost parked domain not getting mapped](https://wordpress.org/support/topic/dreamhost-parked-domain-not-getting-mapped/)
 *  Thread Starter [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/dreamhost-parked-domain-not-getting-mapped/#post-6582459)
 * when you say “park it onto my install” I am not sure what you mean.
 * The Dreamhost options don’t give me a domain option for parking it onto the location
   I want. It simply gives me an option to park.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Dreamhost parked domain not getting mapped](https://wordpress.org/support/topic/dreamhost-parked-domain-not-getting-mapped/)
 *  Thread Starter [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/dreamhost-parked-domain-not-getting-mapped/#post-6582421)
 * WordPress support says that “parking the domain only shows our parked domain 
   message, if you want to use it for something else you need to change it”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Dreamhost parked domain not getting mapped](https://wordpress.org/support/topic/dreamhost-parked-domain-not-getting-mapped/)
 *  Thread Starter [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/dreamhost-parked-domain-not-getting-mapped/#post-6582420)
 * The pages are parked though, that’s why in the first post I mention it just shows
   the Dreamhost default parked page (with a cat falling over and an icon in the
   top left saying “Dreamhost – Parked Domain”.
 * Am I asking them to restart so that the parked domains can pick up on my mapping?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Dreamhost parked domain not getting mapped](https://wordpress.org/support/topic/dreamhost-parked-domain-not-getting-mapped/)
 *  Thread Starter [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/dreamhost-parked-domain-not-getting-mapped/#post-6582306)
 * Steps I followed:
 * 1. Parked parkedsite.com
    2. Created subsite on Multisite (www.multisite.com/
   parkedsitedirectory) 3. moved plugin into site for install 4. moved sunrise to
   wp-content folder 5. moved domain_mapping.php to mu-plugin folder 6. updated 
   wp-config file and set sunrise to on with define snippet 7. set domain mapping
   to my [http://www.multisite.com](http://www.multisite.com) pinged IP address 
   8. set my site id (parkedsite id = 2) and domain name to “parkedsite.com”
 * Tried to go to the URL. I don’t think I left any steps out but I was very thorough.
 * Hope this helps narrow things down..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe2 - Form, Email Subscribers & Newsletters] Cannot change email to "domain", looking for other solutions to this error](https://wordpress.org/support/topic/cannot-change-email-to-domain-looking-for-other-solutions-to-this-error/)
 *  Thread Starter [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/cannot-change-email-to-domain-looking-for-other-solutions-to-this-error/#post-5888891)
 * I solved this problem.
 * Was SMTP disabled on the site, it was a new server so we didn’t have all the 
   software running.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Firelight Lightbox] Fancy box image close button is not working in google](https://wordpress.org/support/topic/fancy-box-image-close-button-is-not-working-in-google/)
 *  [rasaunders](https://wordpress.org/support/users/rasaunders/)
 * (@rasaunders)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/fancy-box-image-close-button-is-not-working-in-google/page/2/#post-5365946)
 * R.I.P.
 * I am sorry for wasting all your time.
 * Turns out there was a stray tag for jquery 2.1 in my footer T.T
 * You are a God among men sir, thanks for helping me so much!!

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/rasaunders/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/rasaunders/replies/page/2/?output_format=md)