aiosa
Forum Replies Created
-
Thank you for the fix!
Just a follow-up with more info:
we are using WooCommerce Subscriptions that manage the subscription and the monthly renewal routine, WooCommerce Product Bundles and WooCommerce All Products For Subscriptions that enable subscription bunling. WC Subscriptions orchestrate PMS according to the subscription state, because user roles are not controllable by woocommerce. It works when the user is created along with the order, but when an existing user crates a new order, the data is missing there. But the data is there in the plan after we view it so I guess the action hook is fired before the data gets propagated to PMS.
Forum: Fixing WordPress
In reply to: WordPress install in subdirectoryHello, thank you for your answer, permalink re-creation was among the first things we’ve tried.
I would also guess the URL gets somehow inside the multisite if I hadn’t tried out having the root htaccess to redirect _all_ traffic to the subdirectory, even the root multisite loaded as if it was alias fordomain.xy./.htaccesscontents:RewriteCond %{REQUEST_URI} !^/subdir/ RewriteRule ^(.*)$ /subdir/$1 [L]The behavior’s the same. Since this is all the htaccess file contained for the while, it should be impossible to access anything from the multisite. Any
.../wp-content/uploads.*link was still getting trimmed.