polyhedras
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce adding an order manually with discountI’ve found when inputting an order in the admin interface, if you calculate the discounted price and edit the product line in the order to reflect that, it automatically notes the discount in the order. Cheers!
Forum: Installing WordPress
In reply to: WP directory shown twice in generated URLs?Okay, I seem to have it fixed now.
eep, when you’re logged in, go to “Settings,” and make sure you have both the “WordPress address” (the url where the installation is located) and the “Blog address” (the url where your home page will be) set correctly.
That cleared up the error for us.
Forum: Installing WordPress
In reply to: WP directory shown twice in generated URLs?I’m having a similar error on one blog out of the half-dozen I maintain. As luck would have it, it’s the blog for my day job. In our case, the problem is only on initially logging in, and it redirects to [url]/weblog/%2Fweblog%2Fwp-admin%2F, which resolves to [url]/weblog//weblog/wp-admin/, of course. (Note the double forward slash.)
To confuse matters further, once I’ve done the login, if I manually enter the correct path, I am logged in. And if I then log out and use the “logged out” page to login again, there is no error this time.
Apparently something is working incorrectly in the case logic of the wp-login.php file, but I can’t locate it.