jkenzer
Forum Replies Created
-
I am also having this issue. Going to submit it at the github.
Since the Paypal Express button is on the Cart page, there is no shipping address entered or selected. Once they return to the checkout page after confirming the purchase in PayPal, they get the screen @jaydisc uploaded in #4 of his post above. There is no option at this point to enter a shipping address.
Regular orders in other gateways work fine, including PayPal PayFlow. This is strictly with the PayPal Express option.
We are having the exact same issue and we are not using Table Rate Shipping from WooThemes. It appears to have started after the 1.1.2 update.
Forum: Plugins
In reply to: [Redis Object Cache] Two Different Clients ReportedYeah, I was confused because it appeared to be working in the admin area, but it must have just been reporting incorrectly. I got the extension loaded in php.ini and now it works correctly. Thanks.
Forum: Plugins
In reply to: [Redis Object Cache] Two Different Clients ReportedOK, I tracked it down to line 353 of object-cache.php. It’s failing on the “class_exists( ‘Redis’ )” check.
Any thoughts from here?
Forum: Plugins
In reply to: [Redis Object Cache] Two Different Clients ReportedI get the following error on the front end only (back end worked fine):
Warning: require_once(/path-to/plugins/redis-cache/includes/predis.php): failed to open stream: No such file or directory in /path-to/wordpress/wp-content/object-cache.php on line 409
Fatal error: require_once(): Failed opening required ‘/path-to/plugins/redis-cache/includes/predis.php’ (include_path=’.:/usr/local/lib/php’) in /path-to/wordpress/wp-content/object-cache.php on line 409
Obviously I substituted the real path with “path-to”
Forum: Plugins
In reply to: [Redis Object Cache] Two Different Clients ReportedI completely disabled W3 Total Cache and had the same results. Is it possible that Debug Bar is just reporting the wrong client?
Forum: Plugins
In reply to: [Redis Object Cache] Two Different Clients ReportedI do have W3 Total Cache set up for page caching but I don’t have any of the object caching setup through there. Not sure of that would cause some kind of conflict?
Forum: Plugins
In reply to: [Redis Object Cache] Two Different Clients ReportedYes, I have:
define(‘WP_REDIS_CLIENT’, ‘pecl’);
Forum: Plugins
In reply to: [Redis Object Cache] Out of Memory MYSQL CrashesSince the out of memory issue seems to take days to occur, it’s tough to say I get the errors when the object cache is disabled. I’ll try switching to PhpRedis first and see if that solves it. Thanks.
Forum: Plugins
In reply to: [Analyticator] External Event tracking broken in latest versionSame problem here.
Forum: Fixing WordPress
In reply to: Textmate Blogging TagsThanks. I was wondering how to do that.
Forum: Fixing WordPress
In reply to: popup Press ItI created a wordpress plugin that mimicks the functionality of the Tumblr bookmarklet allowing you to quickly post photos, text, quotes and videos. Check it out here: http://blog.twelvehorses.com/2007/07/18/tumblr-inspired-quick-post-wordpress-plugin/