peterhadorn
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Support Image Upload Resize & Quality+1, a resizing original image option would be incredibly useful!
Forum: Plugins
In reply to: [WooCommerce] 500 Internal Server Error after upgrade to 2.3.1We did maintain the comments, but it inserted its code again anyway and overwrote several lines of the original htaccess, that’s why a 500 error was caused. This was the first part of the original
RewriteEngine On
RewriteCond %{ENV:HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]php_value allow_url_fopen On
<FilesMatch “\.(ttf|otf|eot|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>Options -Indexes
…and these were the same lines after the WooCommerce update, partially overwritten:
RewriteEngine On
RewriteCond %{ENV:HTTPS} on# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
h>Options -Indexes
I understand it’s not really a WooCommerce issue, but how can this ever happen (original WP code with comments is further down in this htaccess)?
Forum: Plugins
In reply to: [WooCommerce] 500 Internal Server Error after upgrade to 2.3.1Fair enough Mike, makes sense for new installs, but can’t you disable it for updates?
Forum: Plugins
In reply to: [WooCommerce] 500 Internal Server Error after upgrade to 2.3.1Just had the same issue with the update to WooCommerce 2.4.4. It screwed up the custom .htaccess on that site. We could fix it easily by replacing it with a backed up version. Why would a WooCommerce update need to trigger a permalinks refresh with rewriting htaccess? The admin can do that manually if needed?
Forum: Plugins
In reply to: [WooCommerce German (de_DE)] Missing translations for Woocommerce 2.3Same here, lots of missing translations since the latest update. But the German language file on the WooCommerce repository is updated 🙂 https://github.com/woothemes/woocommerce-language-packs/tree/master/packages
Thanks a lot, works like a breeze 🙂
Wow, thanks a lot Thomas, breadcrumb validation now works like a breeze 🙂