macdabby
Forum Replies Created
-
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.
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.
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
In reply to: [Better WordPress Minify] Error 400 with blank css file nameIt 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’]);