Forum Replies Created
- AuthorPosts
Brad
ParticipantHave the same thing no twitter, facebook, pinterest, g+
Brad
ParticipantHey guys I’m having the exact same problem on all of my sites and have not heard back from support either.
Bobby
ParticipantHi Christopher,
I’m having similar problems..Combine heads and see if we can solve it?
Email is bobby@digifeye.com
Bobby
ParticipantGentle bump !
Alessandro Daniele
ParticipantThis answer is not exactly acceptable, IMHO
I have the same error on a poster that publish 40 post day and I have no issue with a second poster that publish over 1200 post day.
What is this limit that u’re talking about? If u’re publishing too much in FB the error would be that “U have abused too much of this function”.
Where can be found a documentation on FB about this “limit”?
BOGDAN
Participant$posts = $em->getRepository(‘WebAdminBundle:SchedulePost’)->findBy([‘isPosted’ => false]);
foreach ($posts as $post) {
$date = $post->getPostDate()->format(‘U’);
$url = $post->getUrl();
if ($date <= date(‘U’)) {
$nt = new \nxsAPI_GP();
$loginError = $nt->connect(’email’, ‘pass’);
if (!$loginError) {
$nt->postGP($post->getTitle(), $url, ‘102714641469955361550’);
}
$em->remove($post);
$em->flush();
}
}
BOGDAN
ParticipantIm using symfony so getUrl(doctrine function) calling url column from database…. And im sure in database I dont have netscripts url
Christopher
ParticipantI have not been able to resolve this and I can’t get any responses when I submit a ticket to the author. Does anyone have suggestions as to other similar plugins?
Hil
ParticipantDid a little research and went through some of the updates.
It appears that the problem started in version 3.5.5.Here was the specific code in 3.5.4 :
if ($post->post_status == “publish” && $isAvailBG) { ?>
<input alt=”<?php echo $ii; ?>” style=”float: right;” onmouseout=”hidePopShAtt(‘SV’);” onmouseover=”showPopShAtt(‘SV’, event);” onclick=”return false;” type=”button” class=”button” name=”rePostToBG_repostButton” id=”rePostToBG_button” value=”<?php _e(‘Repost to Blogger’, ‘social-networks-auto-poster-facebook-twitter-g’) ?>” />… which was replaced with this code in 3.5.5.. which is the same problem code in the current nextscripts version:
if ($post->post_status == “publish” && $isAvailBG) { ?><?php $ntName = $this->ntInfo[‘name’]; ?>
<input alt=”<?php echo $ii; ?>” style=”float: right;” onmouseout=”hidePopShAtt(‘SV’);” onmouseover=”showPopShAtt(‘SV’, event);” onclick=”return false;” data-ntname=”<?php echo $ntName; ?>” type=”button” class=”button manualPostBtn” name=”<?php echo $nt.”-“.$post->ID; ?>” value=”<?php _e(‘Post to ‘, ‘social-networks-auto-poster-facebook-twitter-g’); echo $ntName; ?>” />I believe at least with this information support should be able to correct the url
Gary Gipson
ParticipantApparently it wont post images to personal google + accounts, but only business google+ accounts. I would remove this forum post, but do not see the delete link.
Todd
ParticipantSame problem here. Looks like its happening for a while now
Hil
ParticipantAny update on this issue?
Can Support please respond if this will be fixed?Thanks
and what exactly function getUrl() does????
Please change the code to
$url = ‘https://www.foxnews.com’;
$nt = new nxsAPI_GP();
$loginError = $nt->connect(’email@email.com’, ‘pass’);
if (!$loginError) {
$nt->postGP(‘FOX NEWS SITE’, $url, ‘102714641469955361550’);
}and watch the Fox News link shared on your G+ page.
Then please check your getUrl function
October 7, 2016 at 11:55 pm in reply to: Pinterest posting error: Somethig is Wrong – Pinterest Returned Error 502 #515908Marco
ParticipantMe sucede lo mismo. Quiero agregar gente de Yahoo hacia Pinterest para tener más seguidores en mi blog https://www.davincielsalvador.blogspot.com y no puedo agregar a mis contactos. Alguien sabe algo al respecto?
BOGDAN
ParticipantAnd I know for sure that I don’t have your url in my database.
- AuthorPosts
