Pedro
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] 502 Bad Gateway when goes to the cartHello,
I have the same issue when using the Romanian version of the plugin. Does this have to do with the translated versions? Anybody else having a similar issue?
@happiness1 – what WC version do you have? This seems to only happen in recent versions, I think 2.0.3 or 2.0.4 was the last one that I remember working fine.
@roaming_elephants thanks for the fix, it works like a charm!
I had the secondary error:
An invalid date was found. Please fix the date or formatting before resubmitting.
Thanks again!
Forum: Plugins
In reply to: [Liveblog] [Plugin: Liveblog] Error 404Hey all,
Just ran into the same issue (404’s when posting any update) quite suddenly. As a background:
– permalinks structure: /%post_id%/%postname%/
– webserver: nginx
– custom caching mechanism, tested quite a lot before with Liveblog plugin, all working fine, so I’d exclude caching from the equation.All seemed fine up to a point (exactly when the live blogging was supposed to start, obviously) when the 404’s started to appear. After logs of debugging and canceling of all nginx redirects the actual solution that got it going again was:
– deactivate Liveblog plugin
– re-activate Liveblog plugin
– (re)save the permalinks structureBefore that all links that had either /liveblog/crud or /liveblog/1366743207/1366752213/ (or any other timestamp) at the end were 404’ing no matter what I tried.
I want to help getting this fixed, let me know if you need further details.
Forum: Plugins
In reply to: [WooCommerce] Order notification emails are never sentI confirm that on a totally new install (2.0.6) the e-mail sending is working fine. However on updating from 1.6.x to 2.0.x this issue remains.
So the only solution in this case is to make a new install, migrate somehow the entire content (it wasn’t easy in my case) and then start over again on 2.0.x. Hope that helps someone else to fix their problems.
Forum: Fixing WordPress
In reply to: wordpress plugin showing text-enhance links?Hey guys,
Here’s a potential FireFox extension to cause this crap, it’s called VideoFileDownload:
https://www.tinymce.com/forum/viewtopic.php?id=29649
I hope this helps some of you to avoid the code to appear again on your sites.
Stay safe!
Forum: Plugins
In reply to: [WooCommerce] Order notification emails are never sent@naeem – I’m still using 2.0 beta2, haven’t upgraded yet to 2.02 but I will do it soon.
@splashingpixels.com – I tested this functionality on a test site that only had a clean WP 3.5.1 install, the twenty twelve theme and WooCommerce 2.0beta2. Still no order related e-mails being sent. The only ones sent are stock notifications (besides standard WP e-mails like new users, password reset etc.).
What I forgot to mention is that I don’t use PayPal as a payment method, but just COD (Cash On Delivery) and Bank Transfer. I think this issue doesn’t appear for those who use PayPal or other payment gateways.
Hello and sorry for not coming back here earlier.
The issue I had was that the pop-up wasn’t appearing when selecting the option to only appear on certain URLs. I have fixed my issue and it comes from the way the plugin is identifying the site URL and the wp-admin url.
In my case there was a special setup like this:
Public site = https://www.example.com
WP-Admin area = https://secure-url.com/wp-adminSo the site url and wp-admin url are totally different and it seems that the plugin is not correctly identifying this situation.
The dirty trick that worked in my case was to use in the list of URLs where the pop-up to appear this type of addresses:
https://secure-url.com/post-slug-where-the-pop-up-should-appear/ (attention – no https as it normally is in the wp-admin URL).
I hope this helps someone else facing similar issues and I also hope it helps the plugin creators refactor the way the URL’s are checked. While in probably most cases the plugin would work, in special cases like the one above it doesn’t.
I’m having the same issue with WP 3.5.1. Anyone has any idea or any way to make it work?
Forum: Plugins
In reply to: Woocommerce email notification / receipt not workingHey @notomo,
I have the same issue, I don’t get any e-mails that are related with the orders, but I get stock notifications and standard WP e-mails (like reset password, new users etc.).
I tried setting up the same e-mail address everywhere but this still hasn’t solved the issue for me. Even with setting up WP-Mail-SMTP plugin with the same e-mail address (gmail settings) nothing changes.
I even changed 2 hosts for this reason to no avail. If this is not a woocommerce bug, then what is?? What else could I change to make this thing work?
Forum: Plugins
In reply to: WooCommerce email problem , not solved !Hi folks,
I have the same issue. I installed that plugin, configured it but I still don’t receive any notification about the orders. I get the low stock notification e-mails though, so this is clearly an issue on the plugin level, as all other WP notification emails are correctly sent.
If anyone has any other ideas, please go ahead!
Forum: Plugins
In reply to: [Facebook] Social Publisher and Scheduled Posts in WordPressSame issue here while running version 1.1.8 of the plugin. Actually for me the social publishing for scheduled posts has never worked with this plugin ??
What is different in the last few versions is that the page where posts should be published on remains saved (compared with some earlier versions of the plugin).If there’s any debugging info needed, I’d be glad to offer it so this issue gets sorted out.
Forum: Fixing WordPress
In reply to: Trouble with exporting blogHey all,
I had the same issue with:
Error 6 (net::ERR_FILE_NOT_FOUND): The file or directory could not be found.
I tried increasing php_memory_limit and even php_max_execution_time with no results. What fixed the issue for me and the export could be done, was to disable JetPack plugin. After that I could do the export without any issues.
Hope this helps someone!
Hey all,
I know the topic is very old, but maybe this helps someone. I bumped in the same issue when trying to export data. It actually is from a wp.org blog (and not wp.com) and besides trying to increase php_memory_limit or php_max_execution_time that didn’t solve the issue, I disabled JetPack plugin and then it worked.
Not sure if this is something that could be disabled on a wp.com account, but it solved my problem.
Forum: Plugins
In reply to: [Yoast SEO] Jetpack WP 1.9 & WPSEO 1.2.8.7 ConflictHey guys,
I ran into the same issue and I confirm that disabling JetPack made WP SEO work. After digging a bit into this, I found out that resources from this kind of links are not loaded:
https://s1.wordpress.com/wp-content/js/backbone.js?ver=201243
https://s1.wordpress.com/wp-includes/js/jquery/jquery.spin.js?ver=201243
https://s1.wordpress.com/wp-content/js/mustache.js?ver=201243
https://s1.wordpress.com/wp-content/js/underscore.js?ver=201243causing the WP SEO plugin blank page. There seems to be some issue with the certificate used for serving these links as you get a certificate error while trying to access them.
Another behavior I noticed is that on the post edit screens, the WP SEO menu is collapsed and cannot be expanded.
My expertise regarding certificates is limited and I hope this helps in finding a fix for it.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Permalinks Category Base ProblemHello,
I just want to say I have the same issues with the sub-categories, that are always broken in my case (returning 404).
If there is any fix for this I’d gladly use it. Meanwhile I’m using another plugin called WP No Category Base that works fine for me.
Maybe it helps someone else.
Thanks,
Pedro