Forum Replies Created
- AuthorPosts
Kent
Participantnot working 🙁 pls fix this.
Simone
ParticipantIt worked, with the new version of the plug-in does not work
April 3, 2016 at 12:53 pm in reply to: Illegal String Error after submitting new blog post / forum post (bbpress) #497831bahssine
ParticipantWarning: 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
April 3, 2016 at 12:52 pm in reply to: Illegal String Error after submitting new blog post / forum post (bbpress) #497830bahssine
Participantmême probleme
xaurus
ParticipantI’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
Andreas
ParticipantI 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?
Andreas
ParticipantThank you, works like a charm now 🙂
Please upgrade to the version 3.5.3. This problem has been fixed there.
xaurus
Participanti 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 ?
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.
Daire
ParticipantCan you show me where? The only thing I can find is the new 4.0 beta update which only solves image size.
romapad
ParticipantAll your questions was already answered on this fourm
Please contact support directly.
This error is coming from upnclose.com. It looks like your server admin needs to talk to it’s admin.
Pixuk
ParticipantWhat 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.
- AuthorPosts
