aedelgod
Forum Replies Created
-
Hi @wfyann please refer to my first message.
When I visit “Click to view your system’s configuration in a new window” it gives me nothing but the word “HipHop” in the top left on the page like this:
https://drive.google.com/file/d/0B5lCFtRc60NmaXkybDhoVHJBSjQ/view?usp=sharingHi @wfyann I did that but got the same results. It looks like Wordfence may not be compatible with the HHVM engine, not sure what the disconnect may be with it.
Forum: Plugins
In reply to: [Gmail SMTP] 1.1.5 500 Server ErrorUpdate:
Changing the configuration to:
$conf[CURLOPT_SSL_VERIFYPEER] = false;
in CurlFactory.phpallows it to work but this is not a valid solution.
I have followed the rabbit hole with your previous replies to similar issues but none of them works for me. The following articles also did not help, it actually made matters worse:
https://flwebsites.biz/posts/how-fix-curl-error-60-ssl-issue
https://noorsplugin.com/how-to-fix-curl-error-60-ssl-certificate-problem-unable-to-get-local-issuer-certificate/
https://stackoverflow.com/questions/21114371/php-curl-error-code-60All the sites that use this have valid CA certs from Comodo or Let’s encrypt so we can rule out the actual cert and configuration of the cert out. It certainly resides in the compatibility of GuzzleHttp and the plugin/server. I am in talks with my hosting provider but prior to the update, everything was working fine. What Google API PHP client version were you using before in 1.1.3/1.1.4? Thanks.
Cleaner Stack:
Fatal error: Uncaught exception 'GuzzleHttp\\Exception\\RequestException' with message 'cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)' in /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:187 Stack Trace: /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(150): GuzzleHttp\\Handler\\CurlFactory::createRejection() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(103): GuzzleHttp\\Handler\\CurlFactory::finishError() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\\Handler\\CurlFactory::finish() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\\Handler\\CurlHandler->__invoke() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(51): Closure$GuzzleHttp\\Handler\\Proxy::wrapSync() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(66): Closure$GuzzleHttp\\Handler\\Proxy::wrapStreaming() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Middleware.php(30): GuzzleHttp\\PrepareBodyMiddleware->__invoke() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(70): Closure$GuzzleHttp\\Middleware::cookies#2() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Middleware.php(57): GuzzleHttp\\RedirectMiddleware->__invoke() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/HandlerStack.php(67): Closure$GuzzleHttp\\Middleware::httpErrors#2() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Client.php(277): GuzzleHttp\\HandlerStack->__invoke() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Client.php(100): GuzzleHttp\\Client->transfer() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Client.php(106): GuzzleHttp\\Client->sendAsync() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php(34): GuzzleHttp\\Client->send() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/google/auth/src/OAuth2.php(492): Google\\Auth\\HttpHandler\\Guzzle6HttpHandler->__invoke() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/src/Google/Client.php(191): Google\\Auth\\OAuth2->fetchAuthToken() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/src/Google/Client.php(170): Google_Client->fetchAccessTokenWithAuthCode() /home/***/public_html/wp-content/plugins/gmail-smtp/class.phpmaileroauthgoogle.php(99): Google_Client->authenticate() /home/***/public_html/wp-content/plugins/gmail-smtp/main.php(144): GmailXOAuth2::resetCredentials() /home/***/public_html/wp-includes/class-wp-hook.php(298): GMAIL_SMTP->plugin_init() /home/***/public_html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters() /home/***/public_html/wp-includes/plugin.php(453): WP_Hook->do_action() /home/***/public_html/wp-settings.php(448): do_action() /home/***/public_html/wp-config.php(105): include() /home/***/public_html/wp-load.php(37): include() /home/***/public_html/wp-admin/admin.php(31): include() /home/***/public_html/wp-admin/options-general.php(10): include()
Forum: Plugins
In reply to: [Gmail SMTP] 1.1.5 500 Server ErrorUpdate:
I have tried the following with no success, these suggestions from these articles throw 500 error on every website page that had the plugin enabled:
https://flwebsites.biz/posts/how-fix-curl-error-60-ssl-issue
https://github.com/google/google-api-php-client/issues/788
https://noorsplugin.com/how-to-fix-curl-error-60-ssl-certificate-problem-unable-to-get-local-issuer-certificate/Clean error with call stack for easier viewing:
Fatal error: Uncaught exception 'GuzzleHttp\\Exception\\RequestException' with message 'cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)' in /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:187 Stack Trace: /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(150): GuzzleHttp\\Handler\\CurlFactory::createRejection() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(103): GuzzleHttp\\Handler\\CurlFactory::finishError() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\\Handler\\CurlFactory::finish() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\\Handler\\CurlHandler->__invoke() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(51): Closure$GuzzleHttp\\Handler\\Proxy::wrapSync() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(66): Closure$GuzzleHttp\\Handler\\Proxy::wrapStreaming() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Middleware.php(30): GuzzleHttp\\PrepareBodyMiddleware->__invoke() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(70): Closure$GuzzleHttp\\Middleware::cookies#2() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Middleware.php(57): GuzzleHttp\\RedirectMiddleware->__invoke() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/HandlerStack.php(67): Closure$GuzzleHttp\\Middleware::httpErrors#2() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Client.php(277): GuzzleHttp\\HandlerStack->__invoke() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Client.php(100): GuzzleHttp\\Client->transfer() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/guzzlehttp/guzzle/src/Client.php(106): GuzzleHttp\\Client->sendAsync() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/google/auth/src/HttpHandler/Guzzle6HttpHandler.php(34): GuzzleHttp\\Client->send() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/vendor/google/auth/src/OAuth2.php(492): Google\\Auth\\HttpHandler\\Guzzle6HttpHandler->__invoke() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/src/Google/Client.php(191): Google\\Auth\\OAuth2->fetchAuthToken() /home/***/public_html/wp-content/plugins/gmail-smtp/google-api-php-client/src/Google/Client.php(170): Google_Client->fetchAccessTokenWithAuthCode() /home/***/public_html/wp-content/plugins/gmail-smtp/class.phpmaileroauthgoogle.php(99): Google_Client->authenticate() /home/***/public_html/wp-content/plugins/gmail-smtp/main.php(144): GmailXOAuth2::resetCredentials() /home/***/public_html/wp-includes/class-wp-hook.php(298): GMAIL_SMTP->plugin_init() /home/***/public_html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters() /home/***/public_html/wp-includes/plugin.php(453): WP_Hook->do_action() /home/***/public_html/wp-settings.php(448): do_action() /home/***/public_html/wp-config.php(105): include() /home/***/public_html/wp-load.php(37): include() /home/***/public_html/wp-admin/admin.php(31): include() /home/***/public_html/wp-admin/options-general.php(10): include()
Thanks.
Setting it to:
$conf[CURLOPT_SSL_VERIFYPEER] = false;
in CurlFactory.phpdid work but I don’t like that solution for obvious reasons.
Forum: Plugins
In reply to: [Gmail SMTP] error 500 after update to 1.1.4Hi, I am getting the same error on a new site I launched when attempting to grant, current website forms using this is also not working (contact form 7 just keeps spinning with no errors). This started to happen on the latest update. Nothing in Apache error logs either, which is rather strange. This happens with this call with granting: /options-general.php?page=gmail-smtp-settings&action=oauth_grant&code=********************#
Environment info:
PHP version: 5.6.99-hhvm
WordPress version: 4.8.1
WordPress multisite: Yes
openssl: Available
allow_url_fopen: Enabled
stream_socket_client: Available
fsockopen: Available
cURL: Available
cURL Version: 7.30.0, OpenSSL/1.0.0- This reply was modified 7 years, 6 months ago by aedelgod. Reason: additional details
Forum: Plugins
In reply to: [Team Members] On Multisite Teams randomly delete selfHi, I have submitted the ticket there with more information I discovered last night while troubleshooting.
Forum: Plugins
In reply to: [Team Members] On Multisite Teams randomly delete selfUpdate:
The data is still in the database but is not showing in WP Admin or on the site front end. It shows no data. Just a blank “member 1” slot. How can I restore this since the data is in the DB but it appears the association is not? I can confirm in _posts and _postsmeta tables.
Please see attached images for DB data. Highlighted row on each are supposed to be associated from _posts and _postmeta
- This reply was modified 7 years, 8 months ago by aedelgod. Reason: Added images
Would like to follow up with this. I need to bring my server load time down and this would (though minimal) will help. Thanks.
Hey,
I’m having the same issue with a site I am working on. I added:
.um-dropdown li, .um-dropdown ul { list-style-type:none !important; margin:0 !important; padding:0 !important; }
To my styles.css file but I did see this in the other um-XXXXX.css files associated with the plugin but it’s still showing the bullets for me. It’s driving me nuts now and I have a lot of other things that need to be taken care of for this project I am doing for a client. Any suggestions would be appreciated.