Title: macdabby's Replies | WordPress.org

---

# macdabby

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] the intent is missing the following data: payment_method.](https://wordpress.org/support/topic/the-intent-is-missing-the-following-data-payment_method-2/)
 *  [macdabby](https://wordpress.org/support/users/macdabby/)
 * (@macdabby)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/the-intent-is-missing-the-following-data-payment_method-2/#post-17727174)
 * any news on this? It seems I had to update to the new method a few days ago because
   the old method uses an API that was discontinued. The new system is not working
   with the same error from above.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Control - The Ultimate Content Restriction Plugin! Restrict Content, Create Conditional Blocks & More] Blocking not working](https://wordpress.org/support/topic/blocking-not-working-3/)
 *  Thread Starter [macdabby](https://wordpress.org/support/users/macdabby/)
 * (@macdabby)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/blocking-not-working-3/#post-14866431)
 * Hi, the category is not the issue. I have had the product category selected the
   whole time.
 * It does appear to be working now. Maybe it was a cache issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Control - The Ultimate Content Restriction Plugin! Restrict Content, Create Conditional Blocks & More] Blocking not working](https://wordpress.org/support/topic/blocking-not-working-3/)
 *  Thread Starter [macdabby](https://wordpress.org/support/users/macdabby/)
 * (@macdabby)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/blocking-not-working-3/#post-14843172)
 * I was hoping for just a message and not show the product. However, I tried changing
   it to redirect and it works if i am logged in, but if i open a new incognito 
   window, i still see the product.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress Minify] Error 400 with blank css file name](https://wordpress.org/support/topic/error-400-with-blank-css-file-name/)
 *  Thread Starter [macdabby](https://wordpress.org/support/users/macdabby/)
 * (@macdabby)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/error-400-with-blank-css-file-name/#post-8250135)
 * It looks like the problem is that it’s failing this expression:
    preg_match(‘/
   ^[^,]+\\.(css|js)(?:,[^,]+\\.\\1)*$/’, $_GET[‘f’], $m)
 * A few lines above, as a bandaid, this fixes it:
    $_GET[‘f’] = str_replace(‘,,’,‘,’,
   $_GET[‘f’]);

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