gateway
Forum Replies Created
-
Ok. lol.. I figured it out.. my /etc/hosts had my domain name as local host.. so when you do curl -v domain.com its using localhost thus it doesn’t go though the proper dns routing to get to the server. I knew my SSL was set up properly.. but man took me a few hours to finally track down..
I dont think its cron because when I just run the job from the admin section the same error happens.. ??
Sorry for the late reply, getting around to updating my wordpress sites and yes they are all using the cloudflare ssl set to Full, with my server running nginx and the ssl certs setup and configured.
Forum: Plugins
In reply to: [Travelpayouts] ElementorIm facing the same issue. If you switch to standard edit Elementor states that it may break the design of the page.
I wish there was a list of short codes handy with params that we could use instead or if it just worked 🙂
resolved.. had to add custom css to it..
.ipnrm { margin: 0 auto; }Forum: Plugins
In reply to: [PHP Browser Detection] is_desktop seems to be showing on iOS devicesoh and here is the array of data from my ipad.
( [browser_name] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2 [browser_name_regex] => ^mozilla/5\.0 \(.*mac os x 10_(\d).*\) applewebkit/.* \(khtml, like gecko\) .*version/(\d)\.(\d).* safari/.*$ [browser_name_pattern] => Mozilla/5.0 (*Mac OS X 10_9*) AppleWebKit/* (KHTML, like Gecko) *Version/7.0* Safari/* [Parent] => Safari 7.0 [Platform] => MacOSX [Platform_Version] => 10.9 [Comment] => Safari 7.0 [Browser] => Safari [Version] => 7.0 [MajorVer] => 7 [Frames] => 1 [IFrames] => 1 [Tables] => 1 [Cookies] => 1 [JavaScript] => 1 [JavaApplets] => 1 [CssVersion] => 3 [MinorVer] => 0 [Alpha] => [Beta] => [Win16] => [Win32] => [Win64] => [BackgroundSounds] => [VBScript] => [ActiveXControls] => [isMobileDevice] => [isTablet] => [isSyndicationReader] => [Crawler] => [AolVersion] => 0 )Forum: Plugins
In reply to: [PHP Browser Detection] is_desktop seems to be broken in 3.1fixed confirmed and thanks for the quick turn around.
Ditto on this.. same issue today while setting up this
Awesome! We will probably be using this on Pepper Mining Company but Ill need to add in coinbase rates, which I did for the last version you had.
cheers!
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] The new edition of BitcoinWay plugin.I added in bitstamp to the code i was using until the woo 2.1 blew everything else up.
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] The new edition of BitcoinWay plugin.Thanks for letting us know. I used it for some time and am also a coder. I was wondering if their would be a way to just patch it for the woo 2.1 changes. I started to dig in a bit but as you haven’t had much time to get back to it. One thing to note their are other pretty good exchanges to pull data from, I think I added coinbase or bitpay for one client using this plugin which I could provide the code for.
how about a btc donation box? Also does this require a huge rewrite to fix it for woo 2.1?
Forum: Plugins
In reply to: [Head, Footer and Post Injections] ndefined index: mobile_user_agents_parsedYea.. didnt seem to work :/ thought you would want to know.. just a notice but always nice to clean these up
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] woocommerce 2.1 problemsI’m also seeing this issue, someome on our admin updated today to 2.1 and im looking at the error right now.. here is what I have in the error logs.
[Sat Feb 22 18:23:31 2014] [error] [client 72.47.20.114] WordPress database error Duplicate entry '4' for key 'index_in_wallet' for query INSERT INTOe6iqlf_bwwc_btc_addresses\r\n (btc_address,origin_id,index_in_wallet,total_received_funds,received_funds_checked_at,status) VALUES\r\n ('sdfgW6sdfgsfdgfFUDuahXGsdfgsdyEFw', 'electrum.mpk.sdfdfgdfgdc4sdfgsdg28732bf11cddf9sdfgsdfg9cb', '4', '0', '1393093411', 'unused'); /* From [example.com/checkout/] in [/nas/wp/www/cluster-2092/example/wp-content/plugins/bitcoin-payments-for-woocommerce/bwwc-utils.php:336] */ made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Form_Handler->checkout_action, WC_Checkout->process_checkout, BWWC_Bitcoin->process_payment, BWWC__get_bitcoin_address_for_payment__electrum, BWWC__generate_new_bitcoin_address_for_electrum_wallet, referer: https://example.com/checkout/the error is on this line..
$query = "INSERT INTO <code>$btc_addresses_table_name</code> (<code>btc_address</code>, <code>origin_id</code>, <code>index_in_wallet</code>, <code>total_received_funds</code>, <code>received_funds_checked_at</code>, <code>status</code>) VALUES ('$new_btc_address', '$origin_id', '$next_key_index', '$funds_received', '$received_funds_checked_at_time', '$status');"; $ret_code = $wpdb->query ($query);Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Weight Average CalculationI backed tracked this in the module, it turns out in the bwwc-utils function , the function calls blockchain.info first and caches that results, thus bypassign mtgox call.. so ideally you are getting the lower btc amounts that blockchain info is reporting (not sure what their calculations are)..
suggestion, provide a checkbox if you want to use mtgox or blockchain info.
Forum: Fixing WordPress
In reply to: Moving a WP MU blog to WordPress?I guess with images and other stuff I need to copy over the data.. I used ngg gallery and some times the wordpress images..