daboo
Forum Replies Created
-
Hey there, similar issue with the following address (it’s a hotel, not sensitive):
Hasbrouck House
3805 US-209
Stone Ridge, NY 12484Using “3805 Main Street” also does not work. I seem to have this issue most often with numbered routes. It’s significant, because when I enter an identical address that gave me issues in WooCommerce Services into USPS.com’s click & ship service, I do not get an error.
Thoughts on how I should proceed in these situations? Thanks
Forum: Reviews
In reply to: [Social Slider Feed – Social Media Feed & Gallery Widgets] No longer workingFWIW, it seems to be just images saved to my media library that have trouble displaying.
Forum: Reviews
In reply to: [Social Slider Feed – Social Media Feed & Gallery Widgets] No longer workingI am also having issues on several sites I have this plugin installed on.
<img src=(unknown) ...>The alt tags, link to the image, and images themselves all seem correct. It is simply having an issue displaying the image within the widget.
Forum: Plugins
In reply to: [Go Gallery] Sorting imagesI am also looking for the answer to this question.
Back again, after some more troubleshooting.
It turns out that the conflicting code I discovered was a false positive. In the days that followed, I would be able to buy and print labels for several different orders in a row, then encounter the same 500 Internal Server Error. No changes were made to the code during this time.
After a bit of digging, I actually called my bank to cross that possibility off the list. Apparently Mastercard had been flagging some charges from WooCommerce Services, and halting them for further review. After a day or so I would be able to use that card again. This process repeated a few times. I’ve submitted a request to whitelist the charges in the future, but we’ll have to wait and see. Apparently this wasn’t my local bank’s fraud prevention dept, but Mastercard itself.
Please consider this a request – if possible – to return a more detailed error when a payment problem arises. 500 Internal Server Error doesn’t really point to a payment issue, and it’s really only been luck/desperation that brought me to the solution.
Thanks again for making a great product,
JohnWell, after some testing I’ve tracked down the source of the error, but I can’t say I understand it.
I found a section of my theme’s functions.php that seemed to have caused the conflict.
What I don’t understand is why the error a) persisted after removing custom functions from functions.php, and b) persisted when using unmodified Storefront.
Probably some fluke of my browser, though I did a hard refresh between tests.
Anyway, hope this helps someone.
The same error as above persists this morning. I’m not able to find any relevant errors anywhere else.
This error was with unmodified Storefront activated, and only 4 plugins activated (WooCommerce, WooCommerce Services, Jetpack, & a maintenance mode plugin). I can’t imagine there are any conflicts.
09-05-2017 @ 09:23:06 - wcc_server_error_response Error: The WooCommerce Services server returned: Internal Server Error An internal server error occurred ( 500 ) (WC_REST_Connect_Shipping_Label_Controller)Again, this is on a live site that has been working correctly with WooCommerce Services for two weeks. No significant changes have been made to the site since it last worked to print labels.
I haven’t been able to get far with the WooCommerce Services Error message. Definitely open to suggestions.
Thanks!
- This reply was modified 8 years, 8 months ago by daboo.
Forum: Plugins
In reply to: [WooCommerce Tax (formerly WooCommerce Shipping & Tax)] Feature RoadmapThanks, re:logos.
Sorry, I phrased the second feature request badly. I’m able to print multiple labels for a single order. My feature request is to print labels for multiple orders at once.
Follow up: turns out I’d left WooCommerce Services debug logging enabled! Yay!
09-04-2017 @ 15:12:00 - wcc_server_error_response Error: The WooCommerce Services server returned: Internal Server Error An internal server error occurred ( 500 ) (WC_REST_Connect_Shipping_Label_Controller)Forum: Plugins
In reply to: [WooCommerce Tax (formerly WooCommerce Shipping & Tax)] Feature RoadmapThanks for the response! Sounds good.
I’d like to throw two feature requests out there:
1) Adding a logo to printed labels.
2) Printing multiple labels at once.We appreciate the work you folks have put into this. Thanks again!
Forum: Fixing WordPress
In reply to: .htaccess trouble after uninstalling WP Super CacheEverything working properly with the following .htaccess file:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]Forum: Fixing WordPress
In reply to: .htaccess trouble after uninstalling WP Super CacheJust updated to 3.4.1. No changes, but wanted to note that I have upgraded.
Forum: Fixing WordPress
In reply to: .htaccess trouble after uninstalling WP Super CacheThanks, but I actually already read that, and followed the instructions during uninstall. This is following all of those steps, where I am left with a wordpress install, and a .htaccess file that was modified to remove the SuperCache rules.
Leaving the file at that, homepages on my multisite install display fine, but /photographs/ (for example) returns a 404.
Using the rules I posted above (found via google), /photographs/ shows up, but attached images don’t load.
Forum: Plugins
In reply to: Second Loop not displaying all postsDear Sir,
You are a very clever man. I don’t know why that hadn’t crossed my mind, but that was exactly the problem. Thank you so much!Forum: Themes and Templates
In reply to: WPFolio Theme Options not saving?Well, thanks. I thought I had covered that base, but after your comment I re-checked. I had hit the “Delete Cache” button a few times, and even set it to serve admins cached files (I figured that would show if super cache was the problem or not), but I didn’t look at the super cache time stamp in the source until just now. And that was it. Fiddled with it for a bit and all is well.
Thanks notlaura!