whitelamp
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Cannot create markersI found two unwanted RewriteRules in the .htaccess. Removing these fixed the problem.
For the archives – always check that Permalink Settings is set to “Post Name” and check that the suggested .htaccess file corresponds to what you have in place.
Thanks, but I am not looking for support. Rather in the spirit of open source software I am putting up a suggestion, for public review, of how the plugin might be improved. We’ll only be using it for another seven weeks…
Forum: Plugins
In reply to: [GazChap's WooCommerce getAddress.io Postcode Lookup] Fatal errorAnd another.
cURL error 28: Operation timed out after 5001 milliseconds with 0 bytes received
I checked the mail logs for last week and found that on Friday, MX lookups for gmail.com were failing.I think there’s something up at the datacentre.
Forum: Plugins
In reply to: [GazChap's WooCommerce getAddress.io Postcode Lookup] Fatal errorI’ve contacted the hosting company…
Forum: Plugins
In reply to: [GazChap's WooCommerce getAddress.io Postcode Lookup] Fatal errorIt’s odd – they claim 100% uptime this month:
https://stats.pingdom.com/4ql0hawg3xkk/1562420/2020/11Forum: Plugins
In reply to: [GazChap's WooCommerce getAddress.io Postcode Lookup] Fatal errorI’ve had a reported error today:
cURL error 6: Could not resolve host: api.getaddress.ioForum: Plugins
In reply to: [GazChap's WooCommerce getAddress.io Postcode Lookup] Fatal errorAfraid I have no idea what the error was; but I have added a mail() so if it happens again the error messages will appear in my inbox. And I will let you know. But AFAIK this is the first time in over 12 months we have had an issue.
So it could be a long wait.Forum: Plugins
In reply to: [GazChap's WooCommerce getAddress.io Postcode Lookup] Fatal errorThat should read:
‘error’ => $msgs,Forum: Plugins
In reply to: [WP eCommerce] PHP Upgrade 7… errors…Have you updated to the latest version of wp-e-commerce? It fixes some issues with PHP 7.
Forum: Plugins
In reply to: [WP eCommerce] Amazon Pay GatewayThen it’s time to start doing some debugging. See if it is failing on
one of these conditions for a start:
return version_compare( phpversion(), ‘5.3’, ‘>=’ )
&& function_exists( ‘curl_init’ )
&& function_exists( ‘_wpsc_get_current_controller’ );You can check by adding error_log() if you have access to the logs or alternatively just echo and it will appear in the page. If it’s a live site then echo out your debugging info as HTML comments.
Forum: Plugins
In reply to: [WP eCommerce] Amazon Pay GatewayI suspect it’s curl that is the missing link.
Forum: Plugins
In reply to: [WP eCommerce] Amazon Pay GatewayWell – you need to make sure you’re on PHP 5.3+ and that curl is enabled!
https://linuxconfig.org/how-to-enable-and-disable-php-curl-module-with-apache-on-ubuntu-linux
I think TEv2 means Theme engine V2 – which should be there in 3.14.0.
Forum: Plugins
In reply to: [WP eCommerce] Amazon Pay GatewayIt’s in there:
wpec.3.14.0/wpsc-components/merchant-core-v3/gateways/amazon-payments.php
but there’s a comment in the code that says:“Load gateway only if curl is enabled (SDK requirement), PHP 5.3+ (same) and
TEv2.”Forum: Plugins
In reply to: [WP eCommerce] Screen Printing / Embroidery Price TableDon’t have a wordpress install in front of me, but IIRC quantity discounts are on the right hand side when editing the product (or variations).
Forum: Plugins
In reply to: [WP eCommerce] Screen Printing / Embroidery Price TableShould be fine – the number of colours would be a product variation and then for each variation there’s quantity discounts.
Not that I understand why the price jumps up from 0.90 to 5.20 when the quantity gets to 75…