• ResolvedPlugin Author John Eckman

    (@johneckman)


    Received comments on Google+ that this is failing for German users.

    Warnings being thrown:

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: htmlParseEntityRef: expecting ';' in Entity, line: 60 in ..../wordpress/wp-content/plugins/wpgplus/gplus.php on line 72
    
    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: htmlParseEntityRef: expecting ';' in Entity, line: 60 in ....wordpress/wp-content/plugins/wpgplus/gplus.php on line 72
    
    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: htmlParseEntityRef: expecting ';' in Entity, line: 60 in ..../blog/wordpress/wp-content/plugins/wpgplus/gplus.php on line 72
    
    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Input is not proper UTF-8, indicate encoding ! in Entity, line: 64 in ..../blog/wordpress/wp-content/plugins/wpgplus/gplus.php on line 72
    
    Warning: DOMDocument::loadXML() [domdocument.loadxml]: Input is not proper UTF-8, indicate encoding ! Bytes: 0xC4 0x6E 0x64 0x65 in Entity, line: 1 in ..../blog/wordpress/wp-content/plugins/wpgplus/gplus.php on line 139
    
    Warning: Cannot modify header information - headers already sent by (output started at ..../blog/wordpress/wp-content/plugins/wpgplus/gplus.php:55) in ..../blog/wordpress/wp-includes/pluggable.php on line 866

    Maybe an issue with how Google+ gets encoded in German? Some other characters in the stream which make the xml loading fail?

    http://wordpress.org/extend/plugins/wpgplus/

Viewing 15 replies - 46 through 60 (of 65 total)
  • Plugin Author John Eckman

    (@johneckman)

    It is definitely not your computer accessing Google+. cURL runs on the server where your WordPress blog (and thus the wpgplus plugin) is installed.

    But it isn’t clear why that should make a difference – it works fine for me on two different blogs, and I’ve had lots of others tell me it works for them too.

    In the development version I posted last night, the debug should capture the response from google at each step – can you post what precisely it says in the debug file where it is not recognizing the device?

    Have you set something in Google+ to only allow certain devices? I’ve never edited my Google+ security settings.

    Sparky73

    (@sparky73)

    Hello all,

    Firstly, Many thanks for Great efforts with WPGPlus plugin.

    Question:

    Is it possible use Plugin for G+ Group? I would like sending messages to the G+ Group that I have been created as well as my personal G+ account?

    What I need to change in Plugin and where?

    Thanks for help in advance.

    With bets regards

    SPARKY

    Sparky73

    (@sparky73)

    Finally PLUGIN doesn’t working for me. The ERROR is follow:

    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/xyz/hom/wp-content/plugins/wpgplus/gplus.php on line 63

    Fatal error: Call to a member function getAttribute() on a non-object in /home/xyz/hom/wp-content/plugins/wpgplus/gplus.php on line 79

    lukapusic

    (@lukapusic)

    Hello!

    First of all, I’d like to thank John for this cool plugin that is based on my PHP Google+ updater.

    @sparky73
    You are running PHP in safe mode, which can be turned off in php.ini if you are permitted to change it on the server. The script currently requires safe mode to be OFF, which is default.

    And, the answer to your previous question is Yes, you can post to specific groups, but you will have to modify the source code near this comment:

    /* group=m1c is ‘your circles’, group=b0 is ‘public’ */

    I will try to improve my code as soon as I find some time 🙂

    Plugin Author John Eckman

    (@johneckman)

    Hello Luka!

    Thanks for building the Google+ update script.

    How do you tell what the group codes are for other groups? I’d love to make the group target configurable.

    I’d also love to find a way to parse links, like the regular desktop web browser version of G+ does – you put in a link and it checks that link, pulling out metadata.

    Für all jene, bei denen die debug.txt wie bei Ariherzogs Kommentar aussieht, habe ich eine Lösung:

    Den Link aus der Zeile ‘2012-02-19 18:22:32 : and base url is…’ in den Browser eingeben und dann die Nutzungsbedingungen bestätigen.

    Dann klappt die Veröffentlichung auf g+
    ——————
    For all those, with which the file debug.txt looks as with ariherzogs Comment has I a solution

    The URL from the line ‘2012-02-19 18:22: 32: and base URL is…’ enter into the browser and the use conditions confirm.

    Then the publication folds on g+

    I have another problem with the plugin, though I have not idea whether that’s because I’m a German user or something else.

    When I activated the plugin for the first time, it more or less shut down my WordPress-account and prevented me from logging in again.
    Instead, I got half a dozen warnings comparable to the ones quoted by Mr. Eckman in the opening post

    “Warning: Cannot modify header information – headers already sent by (output started at …./blog/wordpress/wp-content/plugins/wpgplus/gplus.php:55) in …./blog/wordpress/wp-includes/pluggable.php on line 866”

    only this time the bone of contention was another WP-plugin, more specifically the SEO-all-in-one-pack. I had to manually remove it (the SEO-pack, not the wpgplus-plugin – the removal of this tool didn’t help at all) from the plugin-folder before I could log in again and was able to deactivate the wpg+p.

    But since I haven’t been able to verfiy so far whether the plugin works alt all, I reactivated it at the expense of SEOaiop. Next time I blog something I’ll see if it works at all or if other problems arise.

    However, if it does, I have a second question: Is it a known problem that SEOaiop apparently doesn’t mesh with wpg+p or is just me?
    It might have something to do with me forgetting to link my wordpress acount with my g+account the first time I activated the wpg+p, thus provoking that kind of error I encountered – I doubt it, but am sufficiently clueless (hence the name) to not be able to make an educated guess on that subject.

    Thanks in advance for any (helpful) answer!

    “But since I haven’t been able to verfiy so far whether the plugin works alt all, I reactivated it at the expense of SEOaiop. Next time I blog something I’ll see if it works at all or if other problems arise.”

    Update: We tried to post a new entry on our blog, but it didn’t get published on G+ either; my colleague told me it was some kind of “php-problem”.

    I tried to post it as a link (keep in mind, the g+publish-function was activated) in an independet comment, but to no avail – it didn’t work either.

    Is it really intentional that it is so fiendishly complicated to quote a simply stupid blog post on google+ or am I just to stupid to see the solution?

    Plugin Author John Eckman

    (@johneckman)

    @cluelessvisitor

    I will need considerably more detail than just “some kind of php problem” to be able to help.

    The reason it is fiendishly difficult here is because Google have not published any read/write API to Google+, so we have to impersonate the user and do the post via curl – there are many many different kinds of configurations for that, some of which fail.

    When you say you tried to post it as a link in an independent comment, I don’t know that that means – you wrote a second blog post and published that?

    Hello John !
    I use WordPress-Persian , I did all of settings ( set email+password and select yes in excerpt box)
    but my post can not to share my G+…
    what is should to do??
    site for check : p30af
    thanks

    Plugin Author John Eckman

    (@johneckman)

    Is your Google+ set for dual-factor authentication?

    Have you ever logged in to google+ on your mobile?

    Is your Google+ set for dual-factor authentication?

    Have you ever logged in to google+ on your mobile?

    Yes , I am always login in my Gmail and G +
    If I want share my new post to G + I must log out form Google ?

    Dear John :
    What is dual-factor? for this plguin must enable? how I can enable?
    I must login in G+ for use this plugin or no?
    thanks

    Plugin Author John Eckman

    (@johneckman)

    Dual-factor authentication isn’t a WordPress thing, it’s a Google+ thing.

    See Advanced Sign-in Security

    If you have this “2 step verification” enabled in your google account wpgplus will fail.

    Have you looked at what is in the debug file in your wpgplus directory?

    The plugin tries to log you in to GPlus itself, via Curl, so it shouldn’t matter if you are logged in to GPlus in your browser or not

    Dual-factor authentication isn’t a WordPress thing, it’s a Google+ thing.

    See Advanced Sign-in Security

    If you have this “2 step verification” enabled in your google account wpgplus will fail.

    Have you looked at what is in the debug file in your wpgplus directory?

    The plugin tries to log you in to GPlus itself, via Curl, so it shouldn’t matter if you are logged in to GPlus in your browser or not

    Oh, No I don’t have any “2 step verification” in my G+ , Just my G+ has 1 step to login!
    in here : site.com/wp-admin/options-general.php?page=WPGPlus.php
    I put my gmail email and password… I downloaded and installed this plugin form wordpress.org all of files is correct and complete but this plugin don’t work ! I don’t see where table in DB ? all of my DB tables is :

    wp_BWPS_d404
    wp_BWPS_ll
    wp_BWPS_lockouts
    wp_commentmeta
    wp_comments
    wp_contact_form_7
    wp_links
    wp_options
    wp_postmeta
    wp_posts
    wp_redirection_groups
    wp_redirection_items
    wp_redirection_logs
    wp_redirection_modules
    wp_smileys
    wp_terms
    wp_termsmeta
    wp_term_relationships
    wp_term_taxonomy
    wp_usermeta
    wp_users
    wp_wps_bans
    wp_wps_logins
    wp_wps_logs

    where data of this plugin come to save?
    help me please
    thanks 🙂

Viewing 15 replies - 46 through 60 (of 65 total)
  • The topic ‘[Plugin: WPGPlus] Failing for German users’ is closed to new replies.