Title: digitaltech's Replies | WordPress.org

---

# digitaltech

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [WordPress Docker Image breaks REST api because loopback fails](https://wordpress.org/support/topic/wordpress-docker-image/)
 *  [digitaltech](https://wordpress.org/support/users/digitaltech/)
 * (@digitaltech)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/wordpress-docker-image/#post-13109735)
 * >  Is there a Docker only workaround so that I can expose any port I want to 
   > the host and still have the loopback call work?
 * I encountered something similar, and after MUCH searching and experimenting, 
   I stumbled upon [this post](https://wordpress.org/support/topic/what-is-the-url-used-for-the-loopback-curl-check/#post-10850446),
   which solved the issue for me. Maybe it will provide some insights for your situation.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minimal Coming Soon – Coming Soon Page] Fatal Error Due to Hard Coded Directory Name](https://wordpress.org/support/topic/fatal-error-due-to-hard-coded-directory-name/)
 *  Thread Starter [digitaltech](https://wordpress.org/support/users/digitaltech/)
 * (@digitaltech)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-due-to-hard-coded-directory-name/#post-11296224)
 * Yes, exactly. What I offered is an improvement over the existing approach, but
   it doesn’t cover the case where `wp-content` has been moved to another level.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Minimal Coming Soon – Coming Soon Page] Fatal Error Due to Hard Coded Directory Name](https://wordpress.org/support/topic/fatal-error-due-to-hard-coded-directory-name/)
 *  Thread Starter [digitaltech](https://wordpress.org/support/users/digitaltech/)
 * (@digitaltech)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-due-to-hard-coded-directory-name/#post-11296128)
 * Sorry for the late reply, but thanks for the notice. Just FYI, the following 
   should enable the preview to work for default WP installations as well as in 
   situations where the `wp-content` directory is simply renamed (such as in my 
   case)…
 *     ```
       $wp_loader = realpath( __DIR__ . '/../../../../../wp-load.php' );
       if ( file_exists( $wp_loader ) ) {
       	require_once( $wp_loader );
       } else {
       	die( 'Unable to load WP core. Please preview Maintenance Mode by opening the site home page.' );
       }
       ```
   
 * It won’t work, however, in cases where the `wp-content` directory is actually
   moved to another location relative to the site root.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] The Events Calendar Pro Pre Purchase Questions](https://wordpress.org/support/topic/the-events-calendar-pro-pre-purchase-questions/)
 *  [digitaltech](https://wordpress.org/support/users/digitaltech/)
 * (@digitaltech)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/the-events-calendar-pro-pre-purchase-questions/#post-10903111)
 * (Mis-post. Sorry.)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Accounts and Registration – Conceptual Overview?](https://wordpress.org/support/topic/accounts-and-registration-conceptual-overview/)
 *  Thread Starter [digitaltech](https://wordpress.org/support/users/digitaltech/)
 * (@digitaltech)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/accounts-and-registration-conceptual-overview/#post-9498111)
 * Thanks for the reply, [@lorro](https://wordpress.org/support/users/lorro/). I
   did figure things out. I just wasn’t grasping that the My Account page was nothing
   but a “login” or “register and login” page (depending on settings) if the user
   is not logged in. I was expecting behavior/flow more like that of other systems
   I’ve used – i.e. if a user attempts to access a page that requires login, they
   are simply redirected to the “usual” login page and then redirected to the page
   they were trying to access once logged in. Having the exact same URL serve up
   entirely different content depending on context just caught be off guard and 
   confused me. Anyway, I think I got it now.
    -  This reply was modified 8 years, 8 months ago by [digitaltech](https://wordpress.org/support/users/digitaltech/).
    -  This reply was modified 8 years, 8 months ago by [digitaltech](https://wordpress.org/support/users/digitaltech/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Webhooks *sometimes* not firing](https://wordpress.org/support/topic/order-sometimes-not-set-to-paid-web-hooks-sometimes-not-firing/)
 *  [digitaltech](https://wordpress.org/support/users/digitaltech/)
 * (@digitaltech)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/order-sometimes-not-set-to-paid-web-hooks-sometimes-not-firing/#post-9206729)
 * Thanks for the info. It definitely works far more often than it doesn’t, but 
   that just makes it especially perplexing. I submitted a WC support request and
   will pass along your troubleshooting results. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Webhooks *sometimes* not firing](https://wordpress.org/support/topic/order-sometimes-not-set-to-paid-web-hooks-sometimes-not-firing/)
 *  [digitaltech](https://wordpress.org/support/users/digitaltech/)
 * (@digitaltech)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/order-sometimes-not-set-to-paid-web-hooks-sometimes-not-firing/#post-9206664)
 * Just wanted to +1 this issue. I’m running WP 4.7.5 and WC 3.0.7 with no caching
   enabled. I have a single webhook that fires on “Order created”, but it’s not 
   100% reliable. Every once in a while, it doesn’t get triggered (which is problematic
   since I have a back-office workflow that depends on it).
 * I guess I’ll submit a WC support issue. Not sure how to debug it since it occurs
   unpredictably.
 * -Steve
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] Does it support WP’s built-in “Schedule” feature?](https://wordpress.org/support/topic/does-it-support-wps-built-in-schedule-feature/)
 *  Thread Starter [digitaltech](https://wordpress.org/support/users/digitaltech/)
 * (@digitaltech)
 * [9 years ago](https://wordpress.org/support/topic/does-it-support-wps-built-in-schedule-feature/#post-9108714)
 * Great, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] Only 1 person reached?](https://wordpress.org/support/topic/only-1-person-reached/)
 *  Thread Starter [digitaltech](https://wordpress.org/support/users/digitaltech/)
 * (@digitaltech)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/only-1-person-reached/#post-8998451)
 * Ok, that did it! Thank you! (Lots of hoops to jump through, but I can’t blame
   you for that. I find it a challenge to navigate the Facebook UI.)

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