NextScripts.com

Forum Replies Created

Viewing 15 posts - 2,161 through 2,175 (of 3,474 total)
  • Author
    Posts
  • in reply to: Google+ Api broken #176197
    maarlok
    Participant

      I can not post on G+, it always returns the following error:

      ******************************
      Array ( [pgID] => [isPosted] => 0 [pDate] => 2014-03-28 09:55:56 [Error] => WP_Error Object ( [errors] => Array ( [http_request_failed] => Array ( [0] => URL indicata non valida. ) ) [error_data] => Array ( ) ) – ERROR IMG Upl )
      *****************************

      the plugin is updated to the latest version!

      Thank

      in reply to: Google+ Api broken #176126
      CloneVince
      Participant

        Seriously, did you test your version ?
        Did you have a look on the nxs-http.php file after my post ?

        Here is the code (for example) :

        $args = wp_parse_args( $args );
        if ( isset($args['method']) && 'HEAD' == $args['method'] ) $defaults['redirection'] = 0;
        $r = wp_parse_args( $args, $defaults ); $r['_redirection'] = $r['redirection'];

        Can you explain me how the 2.14.5 version does not require any WordPress functions ?!
        wp_parse_args is explained here : https://codex.wordpress.org/Function_Reference/wp_parse_args

        There are 6 wp_*() functions in nxs-http.php, which is required by postToGooglePlus.php
        (line 11 : require_once “nxs-http.php”; )

        Plz, provide a version without wp_*() functions in https://www.nextscripts.com/mypage/?download-api link.

        Thanks

        in reply to: Google+ Api broken #176005
        NextScripts.com
        Participant

          Thx for the update, but why the standalone library require some functions from wordpress ?
          For example : wp_parse_args() in nxs-http.php on line 22
          Here is the error_log : PHP Fatal error: Call to undefined function wp_parse_args()
          Can you provide a new version without any wordpress functions plz ?
          Thanks

          Version 2.14.5 does not require any WordPress functions.

          in reply to: Google+ Api broken #175977
          SG
          Participant

            have you figured it out how to post again with big images in google+ ?

            in reply to: Google+ Api broken #175976
            SG
            Participant

              Is there any fix for the Google+ big image post ? thanks!

              I updated the API and still doesn’t work!

              thanks!

              in reply to: Google+ Api broken #175920
              CloneVince
              Participant

                Thx for the update, but why the standalone library require some functions from wordpress ?
                For example : wp_parse_args() in nxs-http.php on line 22
                Here is the error_log : PHP Fatal error: Call to undefined function wp_parse_args()
                Can you provide a new version without any wordpress functions plz ?
                Thanks

                in reply to: debug off showing error #175909
                sondang
                Participant

                  sorry I mean debug mode on

                  in reply to: Google+ Api broken #175884
                  NextScripts.com
                  Participant

                    New Google+ API 2.14.5


                    in reply to: Re-posting Old Posts #175849
                    A12345
                    Participant

                      Anybody?

                      in reply to: Google+ Api broken #175500
                      Jo
                      Participant

                        I have download the last version https://www.nextscripts.com/updts/news/2014/03/new-google-api-2-14-2/ and i do not have more the 2000 pictures in my Google+ but it is still not working. Nothing changed. There is also not output of $loginError. Just in case you are asking – sure i also upload the nxs-http.php. So what to do now?

                        in reply to: Google+ Api broken #175271
                        As
                        Participant

                          Sadly I bought the multi-pro edition for WP specifically for the G+ posting on 3/19/ and has not worked since I got it…which appears to coincide with all the API issues happening around the same time.

                          I get the error message trying to submit a test post.


                          Array
                          (
                          [pgID] =>
                          [isPosted] => 0
                          [pDate] => 2014-03-26 21:32:00
                          [Error] =>
                          The email or password you entered is incorrect.
                          - BAD USER/PASS
                          )
                          Array ( [pgID] => [isPosted] => 0 [pDate] => 2014-03-26 21:32:00 [Error] => The email or password you entered is incorrect. - BAD USER/PASS )

                          in reply to: Bug on Verify "Featured" Image #175206
                          Kaya
                          Participant

                            Same Problem :/

                            in reply to: Google+ Api broken #175153
                            CloneVince
                            Participant

                              Here is my code :

                              <?php
                              require "postToGooglePlus.php";
                              $email = 'myemail';
                              $pass = 'mypassword';
                              $msg = 'Test debug';
                              $pageID = '104783581838643492102';
                              $loginError = doConnectToGooglePlus2($email, $pass);
                              if (!$loginError)
                              {
                              $lnk = doGetGoogleUrlInfo2('');
                              doPostToGooglePlus2($msg, $lnk, $pageID);
                              } else echo $loginError;
                              ?>

                              in reply to: Google+ Api broken #175130
                              Porter
                              Participant

                                Having issues with google + posting too. About two days ago my blog posts were being sent to google + without the posted images. Only text was making it to google +. Not sure if related but I was having issues with posting to twitter too. Now and again, my WP site says the account is not authorized to post to twitter.

                                in reply to: Google+ Api broken #175092
                                NextScripts.com
                                Participant

                                  What is your exact code? It’s hard to imagine how $loginError could be NULL. Function should return something.

                                Viewing 15 posts - 2,161 through 2,175 (of 3,474 total)