maccast
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] 'orders' and 'payment-methods' My Account endpoints fail.Thanks again Mike. I actually did do that and that wasn’t it. The good news is I just discovered the issue. Turned out to be Redis Object Cache. Once I cleared that things began working as normal. Sorry to have bothered you with this.
Any reason why these two particular endpoints would be impacted by Redis while the other endpoints are not?
The Redis drop-in I have been using is Eric Mann’s Redis Object Cache
Forum: Plugins
In reply to: [WooCommerce] 'orders' and 'payment-methods' My Account endpoints fail.Ok. Well I tried with a clean install of WordPress and Woocommerce and it all seems fine there, so something about this environment. What’s odd is I tried disabling all plugins except WooCommerce and switching to the TwentSizteen theme and still it wasn’t working.
Forum: Plugins
In reply to: [WooCommerce] 'orders' and 'payment-methods' My Account endpoints fail.@mike Jolley: Why would all the endpoints EXCEPT these two work? I’m open for ANY troubleshooting ideas. Is there a way for me to set some breakpoints or something?
Forum: Plugins
In reply to: [WooCommerce] 'orders' and 'payment-methods' My Account endpoints fail.What happens If the account doesn’t have any orders? I would assume it says “no orders” and doesn’t just deliver a 404 page, right?
Forum: Plugins
In reply to: [WooCommerce] 'orders' and 'payment-methods' My Account endpoints fail.Forum: Plugins
In reply to: [WooCommerce] 'orders' and 'payment-methods' My Account endpoints fail.No luck, but good thing to check. I can’t imagine I’m the only one encountering this issue, am I?
Forum: Plugins
In reply to: [WooCommerce] 'orders' and 'payment-methods' My Account endpoints fail.I looked into the
woocommerce_account_orders_endpointhook and it seems like the page is re-directing to a 404 before thewoocommerce_account_ordersmethod is even called.Forum: Plugins
In reply to: [WooCommerce] Remove WC My Account navigation linksI having a somewhat different issue as the
ordersandpayment-methodsendpoints are returning 404 pages for me. I looked into thewoocommerce_account_orders_endpointhook and it seems like the page is re-directing to a 404 before thewoocommerce_account_ordersmethod is even called.Forum: Plugins
In reply to: [WooCommerce] 'orders' and 'payment-methods' My Account endpoints fail.@caleb: Thanks, but this is not an editing the tabs issue. These are the “default” ones and they are not working for me. I just disabled plug-ins and tested in the TwentySixteen theme and they are also not working there so I don’t believe it’s an issue with my code.
One helpful thing from those docs ,right be looking at the
woocommerce_account_orders_endpointhook, but should’t that be working “out of the box” in 2.6? I assume I would only use this to override or enhance current functionality.Forum: Plugins
In reply to: [Import and export users and customers] Import hashed passwordsI’m sorry, what do you mean by “you can support it”? It’s for sure a feature I could use at the moment. Are you asking me to develop it and support it?
Forum: Plugins
In reply to: [WordPress Social Login] Facebook Profile URL?I’m also having a small issue with the Facebook avatar URLs, but in my case it’s a bit different. The URL is correct, but WordPress is returning an XML parsing error right before displaying the avatar.
Caught exception: String could not be parsed as XMLI’m trying to use the method where I pass an array of $args, but it’s not working for me.
Here’s my basic code:
$current_user = wp_get_current_user(); $args = array( 'height' => '32', 'width' => '32', 'class' => array('avatar') ); $alt = $current_user->user_firstname . '\'s Avatar'; printf( '<a href="%s">%s</a>', get_edit_user_link($current_user->ID), get_avatar($current_user->ID, 32, null, $alt, $args) );WordPress is not adding the height, width, or class attributes. Any ideas?
I would also would love this feature. Is it possible?
Forum: Plugins
In reply to: [TubePress] curl_multi_exec error kills Tubepress on GoDaddyNo, this is awesome! Thanks so much for the reply. Luckily it turned out that my client was on a managed dedicated server (I thought they were on shared) and they were able to have support adjust the PHP config (I wasn’t allowed direct access). Still I think this would prove a helpful solution in the future for any servers where you can’t get at the config. I REALLY appreciate the response.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] eCommcere tracking not working@rkinks35 I’m still searching for an answer too. It was working for us before it was broken out of the WooCommerce core.