NextScripts.com

Forum Replies Created

Viewing 15 posts - 736 through 750 (of 3,474 total)
  • Author
    Posts
  • in reply to: Instagram image upload error #498032
    Kent
    Participant

      not working 🙁 pls fix this.

      in reply to: Telegram error #497853
      Simone
      Participant

        It worked, with the new version of the plug-in does not work

        bahssine
        Participant

          Warning: Creating default object from empty value in /home/liennet/public_html/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc-cl/da.api.php on line 56

          Warning: Creating default object from empty value in /home/liennet/public_html/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc-cl/da.api.php on line 56

          Warning: Creating default object from empty value in /home/liennet/public_html/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc-cl/da.api.php on line 56

          Warning: Illegal string offset ‘isPosted’ in /home/liennet/public_html/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc-cl/da.php on line 231

          Warning: Cannot modify header information – headers already sent by (output started at /home/liennet/public_html/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc-cl/da.api.php:56) in /home/liennet/public_html/wp-admin/post.php on line 237

          Warning: Cannot modify header information – headers already sent by (output started at /home/liennet/public_html/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc-cl/da.api.php:56) in /home/liennet/public_html/wp-includes/pluggable.php on line 1196

          bahssine
          Participant

            même probleme

            in reply to: instagram error ? #497806
            xaurus
            Participant

              I’m trying to manually post but gives an error

              Y:[2016-04-03 11:49:31] – [Error] [IG – inst] – -=ERROR=- Array ( [pgID] => [isPosted] => 0 [pDate] => 2016-04-03 11:49:30 [Error] => Something went wrong – ERROR -04- Array ( [headers] => Array ( [content-language] => en [expires] => Sat, 01 Jan 2000 00:00:00 GMT [vary] => Cookie, Accept-Language [x-instagram-ssl-everywhere] => True [pragma] => no-cache [cache-control] => private, no-cache, no-store, must-revalidate [date] => Sun, 03 Apr 2016 08:49:31 GMT [content-type] => application/json [set-cookie] => Array ( [0] => csrftoken=a8a89f93376709c7b6f56baf58f1398c; expires=Sun, 02-Apr-2017 08:49:31 GMT; Max-Age=31449600; Path=/ [1] => mid=VwDZGwABAAGutz8_-YgsuiiuyOUC; expires=Sat, 29-Mar-2036 08:49:31 GMT; Max-Age=630720000; Path=/ ) [connection] => keep-alive [content-length] => 84 ) [body] => {“status”:”ok”,”errors”:{“error”:[“Sorry, there was a problem with your request.”]}} [response] => Array ( [code] => 200 [message] => OK ) [cookies] => Array ( [0] => WP_Http_Cookie Object ( [name] => csrftoken [value] => a8a89f93376709c7b6f56baf58f1398c [expires] => 1491122971 [path] => / [domain] => i.instagram.com [max-age] => 31449600 ) [1] => WP_Http_Cookie Object ( [name] => mid [value] => VwDZGwABAAGutz8_-YgsuiiuyOUC [expires] => 2090393371 [path] => / [domain] => i.instagram.com [max-age] => 630720000 ) ) [filename] => ) )
              [2016-04-03 11:49:30] – [-=== New Form Post requested ===-] [Form] – 1 Networks Array ( [0] => ig–0 )
              0

              in reply to: Can't add Instagram account #497766
              Andreas
              Participant

                I noticed it worked when I manually clicked “Post to Instagram” in my posts. Autoposting posts a white blank image on Instagram, but the correct on all other social med accounts.

                I tried clicking “Use advanced image finder”, but that did not help. Any clues?

                in reply to: Can't add Instagram account #497762
                Andreas
                Participant

                  Thank you, works like a charm now 🙂

                  in reply to: Can't add Instagram account #497758
                  NextScripts.com
                  Participant

                    Please upgrade to the version 3.5.3. This problem has been fixed there.

                    in reply to: instagram error ? #497251
                    xaurus
                    Participant

                      i don’t understand image format. Previously published on my account featured with a visually added the official Instagram content I want to publish it. I am clicking on the Submit button to content editing Instagram page at the bottom but still the same error I’m getting. Individual pictures do I need to fix ?

                      in reply to: instagram error ? #496941
                      NextScripts.com
                      Participant

                        Two possible reasons.

                        1. Your image is not ok. Please make sure your posts have images and those images are not broken or corrupted, not protected by some “hot-linking” protection service and valid for Instagram posting. (I.e. not animated gifs, broken, or some weird formats like .bmp, .eps or .tif

                        2. You have HTML in the message format.

                        in reply to: Instagram issues and hastag style? #496094
                        Daire
                        Participant

                          Can you show me where? The only thing I can find is the new 4.0 beta update which only solves image size.

                          in reply to: Instagram issues and hastag style? #495988
                          romapad
                          Participant

                            All your questions was already answered on this fourm

                            in reply to: LinkedIn Error: No posting form found #495815
                            NextScripts.com
                            Participant

                              Please contact support directly.

                              in reply to: Posting Errors #495813
                              NextScripts.com
                              Participant

                                This error is coming from upnclose.com. It looks like your server admin needs to talk to it’s admin.

                                in reply to: Instagram – nxs_mkRemOptsArr #495568
                                Pixuk
                                Participant

                                  What I have learnt so far…

                                  The stand alone API replicates some of the WordPress functions, so the order of including libraries is important. nxs-http needs to get in before the functions_adv, for instance so NextScript’s curl routines are defined. Getting that sorted helped progress, and I’m now loading nxs-http, nxs-api, nxs-functions & nxs-functions-adv in that order.

                                  This got me a little further, but still an error on an undefined function add_action() in the API. But given add_action() appears just before the nxs_remote_post() call, and then remove_action() just after it, I wondered whether this was just popping something into a status and whether it would work without, so commented it out. Suddenly the script was reporting it posted successfully…

                                  … but it wasn’t. Although the response says it’s posted, going to the URL says the page is unavailable. Very strange. I even added a var_dump on the $rep variable and Instagram appears to saying it’s all good. But the post just isn’t there – not in my Instagram profile or at the end of the URL retrieved from the response text.

                                  Obviously my desperate attempts to cobble this together would be helped if NextScripts just made a working package available for download with *all* the necessary files.

                                Viewing 15 posts - 736 through 750 (of 3,474 total)