Forum Replies Created

Viewing 15 replies - 106 through 120 (of 200 total)
  • @7dallas5 can you share the snippet you found?

    Same here. Please fix.

    I can confirm the same thing when using the DKPDF plugin to generate PDFs on our site all of the images are corrupted in the PDF. When we disable the HTML minify it works.

    https://wordpress.org/plugins/dk-pdf/

    Thread Starter contemplate

    (@contemplate)

    In case anyone else have this issue I solved it.

    I traced it back to IPv6 addresses not being saved in the database due to the varchar value being set to low. Once I changed the IP column in the following tables to varchar(60) for wp_ulike, wp_ulike_activities, wp_ulike_comments, wp_ulike_forums everything saved fine.

    Same here except we have the latest Visual Composer.

    VC 5.6
    Social Warfare 3.4.0 (and Pro)
    Social Warfare
    Latest WordPress

    On Posts where we don’t even have Visual Composer active we can no longer toggle between the Visual editor and Text tab.

    Thread Starter contemplate

    (@contemplate)

    I’ve spent significant time trying to debug this… with no fix in sight.

    We use the username method for logging. But every user who it doesn’t save the likes for has an IPv6 address while IPv4 users it works fine. It doesn’t appear that this should be an issue with username logging.

    Any help?

    Hey @nebrekab we had a similar issue back in the Fall which I discussed here on the GitHub thread: https://github.com/kylephillips/favorites/issues/77

    I turned off the Page Cache setting which showed a drop in ajax calls. However we don’t use the anonymous users feature so I’m not sure the impact this will have on that.

    Thread Starter contemplate

    (@contemplate)

    Based on the function that was throwing this error it looks like it is caused from us using the Monster Insights Google Analytics plugin found here:
    https://wordpress.org/plugins/google-analytics-for-wordpress/

    I didn’t try deactivating the plugin but simply made this patch 🙂

    Oh here is my server info:

    OS: Linux FreshStartFamilyOnline-com 3.10.0-327.18.2.el7.centos.plus.x86_64 #1 SMP Fri May 13 02:05:28 UTC 2016 x86_64
    PHP version: 7.0.31
    WordPress version: 4.9.8
    WordPress multisite: No
    openssl: Available
    allow_url_fopen: Enabled
    stream_socket_client: Available
    fsockopen: Available
    cURL: Available
    cURL Version: 7.29.0, NSS/3.34

    I’m having the same issue. After the account email password was changed the authentication doesn’t work.

    – I tried re-installing the plugin
    – I tried doing a fresh authorization from gmail setting up a new oAuth with new client ID and client secret. … it still doesn’t work.

    Help!?

    
    2018-08-13 14:40:44 Connection: opening to smtp.gmail.com:587, timeout=300, options=array ()
    2018-08-13 14:40:44 Connection: opened
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is ""
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "220 smtp.gmail.com ESMTP b18-v6sm21327771pgk.15 - gsmtp"
    2018-08-13 14:40:44 SERVER -> CLIENT: 220 smtp.gmail.com ESMTP b18-v6sm21327771pgk.15 - gsmtp
    2018-08-13 14:40:44 CLIENT -> SERVER: EHLO freshstartfamilyonline.com
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is ""
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250-smtp.gmail.com at your service, [66.172.34.3]"
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [66.172.34.3]"
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250-SIZE 35882577"
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [66.172.34.3]250-SIZE 35882577"
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250-8BITMIME"
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [66.172.34.3]250-SIZE 35882577250-8BITMIME"
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250-STARTTLS"
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [66.172.34.3]250-SIZE 35882577250-8BITMIME250-STARTTLS"
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250-ENHANCEDSTATUSCODES"
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [66.172.34.3]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES"
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250-PIPELINING"
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [66.172.34.3]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES250-PIPELINING"
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250-CHUNKING"
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [66.172.34.3]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING"
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250 SMTPUTF8"
    2018-08-13 14:40:44 SERVER -> CLIENT: 250-smtp.gmail.com at your service, [66.172.34.3]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING250 SMTPUTF8
    2018-08-13 14:40:44 CLIENT -> SERVER: STARTTLS
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is ""
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "220 2.0.0 Ready to start TLS"
    2018-08-13 14:40:44 SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
    2018-08-13 14:40:44 CLIENT -> SERVER: EHLO freshstartfamilyonline.com
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is ""
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250-smtp.gmail.com at your service, [66.172.34.3]"
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [66.172.34.3]"
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250-SIZE 35882577"
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [66.172.34.3]250-SIZE 35882577"
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250-8BITMIME"
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [66.172.34.3]250-SIZE 35882577250-8BITMIME"
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH"
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [66.172.34.3]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH"
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250-ENHANCEDSTATUSCODES"
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [66.172.34.3]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES"
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250-PIPELINING"
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [66.172.34.3]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES250-PIPELINING"
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250-CHUNKING"
    2018-08-13 14:40:44 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [66.172.34.3]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING"
    2018-08-13 14:40:44 SMTP -> get_lines(): $str is "250 SMTPUTF8"
    2018-08-13 14:40:44 SERVER -> CLIENT: 250-smtp.gmail.com at your service, [66.172.34.3]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING250 SMTPUTF8
    2018-08-13 14:40:44 Auth method requested: XOAUTH2
    2018-08-13 14:40:44 Auth methods available on the server: LOGIN,PLAIN,XOAUTH2,PLAIN-CLIENTTOKEN,OAUTHBEARER,XOAUTH
    2018-08-13 14:40:45 CLIENT -> SERVER: AUTH XOAUTH2 dXNlcj1hZG1pbkBmcmVzaHN0YXJ0ZmFtaWx5b25saW5lLmNvbQFhdXRoPUJlYXJlciABAQ==
    2018-08-13 14:40:46 SMTP -> get_lines(): $data is ""
    2018-08-13 14:40:46 SMTP -> get_lines(): $str is "334 eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiwic2NvcGUiOiJodHRwczovL21haWwuZ29vZ2xlLmNvbS8ifQ=="
    2018-08-13 14:40:46 SERVER -> CLIENT: 334 eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiwic2NvcGUiOiJodHRwczovL21haWwuZ29vZ2xlLmNvbS8ifQ==
    2018-08-13 14:40:46 SMTP ERROR: AUTH command failed: 334 eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiwic2NvcGUiOiJodHRwczovL21haWwuZ29vZ2xlLmNvbS8ifQ==
    SMTP Error: Could not authenticate.
    2018-08-13 14:40:46 CLIENT -> SERVER: QUIT
    2018-08-13 14:40:46 SMTP -> get_lines(): $data is ""
    2018-08-13 14:40:46 SMTP -> get_lines(): $str is "535-5.7.8 Username and Password not accepted. Learn more at"
    2018-08-13 14:40:46 SMTP -> get_lines(): $data is "535-5.7.8 Username and Password not accepted. Learn more at"
    2018-08-13 14:40:46 SMTP -> get_lines(): $str is "535 5.7.8 https://support.google.com/mail/?p=BadCredentials b18-v6sm21327771pgk.15 - gsmtp"
    2018-08-13 14:40:46 SERVER -> CLIENT: 535-5.7.8 Username and Password not accepted. Learn more at535 5.7.8 https://support.google.com/mail/?p=BadCredentials b18-v6sm21327771pgk.15 - gsmtp
    2018-08-13 14:40:46 SMTP ERROR: QUIT command failed: 535-5.7.8 Username and Password not accepted. Learn more at535 5.7.8 https://support.google.com/mail/?p=BadCredentials b18-v6sm21327771pgk.15 - gsmtp
    2018-08-13 14:40:46 Connection: closed
    SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
    

    +1

    I have the same exact need. But we need our second button to be “mark as read” and it create a list of all the articles the user read which is separate from their favorite list.

    Same Here. It’s actually affected a lot of crucial plugins.
    The culprit is this line of CSS code:

    /wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-760.min.css

    input.textinput, select, textarea {
    width: 400px;
    }

    Same Here. It’s actually affected a lot of crucial plugins.
    The culprit is this line of CSS code:

    /wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-760.min.css

    input.textinput, select, textarea {
    width: 400px;
    }

    Same here. Our Social Counts don’t really seem to be working. We don’t show them on the frontend but view them through the ALL Posts list. Usually we see anywhere from 500 – 2k per post. Now they are mostly 0 or in the single digits.

Viewing 15 replies - 106 through 120 (of 200 total)