bgilly
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Simplify Commerce "Place Order" button produces fatal errorI fixed it. Wow, what an adventure. I’ve been working on this for days, running into one dead-end after another. Turns out that I didn’t have curl installed. It was a long shot, but I installed it, and now I can place orders without any issue.
In case anybody else runs into this – check out https://stackoverflow.com/a/8199206
Forum: Plugins
In reply to: [Debug This] DebugThis not working in 3.9.2?Good call, I fixed up my SSL conf in Apache, and now your plugin works. 🙂
RTFM applies to me on this one, my bad. I went through https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/637/37/certificate-installation-apache–mod_ssl and it got me fixed up.
I didn’t have the CA bundle put together correctly, nor did I have it specified properly in my default-ssl.conf.
Forum: Plugins
In reply to: [Debug This] DebugThis not working in 3.9.2?Thanks Chris. Here’s what I got when I turned on debug mode (with debug display enabled). An odd thing in the third part of this error is that it is trying to connect to ssl://siteURL instead of https://siteURL, is that normal?
Warning: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in /var/www/html/wp-includes/class-http.php on line 1008 Warning: stream_socket_client(): Failed to enable crypto in /var/www/html/wp-includes/class-http.php on line 1008 Warning: stream_socket_client(): unable to connect to ssl://bagels.shirted.co:443 (Unknown error) in /var/www/html/wp-includes/class-http.php on line 1008 Fatal error: Cannot use object of type WP_Error as array in /var/www/html/wp-content/plugins/debug-this/debug-this.php on line 183Forum: Plugins
In reply to: [Debug This] DebugThis not working in 3.9.2?Hi Chris,
I am experiencing the same issue, but I am not behind a load balancer. Choosing any of the menu items returns a blank page. I would be curious about a solution that doesn’t involve modifying code.Thanks,
Ben