Forum Replies Created
- AuthorPosts
It sounds like your old settings are stuck in your browser cache. Please try to clean the cache or refresh the plugin settings page several times to get it updated.
I tried to post that image I got the same error. Google rejects it for it’s internal reasons, I can only guess why. Something wrong from Google’s point of view either with the image or with the URL.
dreadedhamish
ParticipantAmazing!
Check updates, 3.0.6 ready, updated.
Ciro
ParticipantHello, again!
In other words, you say that problem is in Image URL.
Well, the URL is good, and works, see there:No prove this, I use the same image in Facebook post wall (Facebook SDK), and the post works perfect in facebook!
The error occours only in your API function (NextScripts).
Have another way to test and found the solution?How exactly are they not working?
This was fixed in 3.0.6
Will, let’s do it like this.
Try this code:
< ?php // login, it's ok doConnectToGooglePlus2('my-login', 'my-pass'); // image url $lnk = array('img'=> 'https://upload.wikimedia.org/wikipedia/commons/6/63/Wikipedia-logo.png');// post - return error above
doPostToGooglePlus2('message', $lnk, 'google-plus-page-id');
?>
I am pretty sure this will work. Now you need to investigate what is not correct with your image.
sonny
Participantno image posted ….
as show in previous post, my post do have image, just snap can’t get it
Y:[2013-11-08 19:06:40] – [Error] [Pinterest – Ipp] – -=ERROR=- Array ( [pgID] => [isPosted] => 0 [pDate] => 2013-11-08 19:06:38 [Error] => NO Image.Something went wrong – Image is not Set ) 12345
[2013-11-08 19:05:08] – [Posted] [Twitter – Ipp] – OK – Message Posted | PostID: 119 – 12345 |aj
[2013-11-08 19:05:07] – [Error] [Twitter – Ipp] – Could not get image, will post without it – Error:1 | PostID: 119Kirk Sylvester
ParticipantTo find the PHP.INI file for your web host, just google “your-host php.ini location” and it should pop up as it’s a very common file to edit.
I use MediaTemple and it’s located a couple directories above the ones my websites are in… in the ‘etc’ folder.
Here is a link that explains some PHP.INI settings for WordPress sites.
https://stuartmckiernan.com.au/best-php-ini-settings-for-wordpress/huski
Participant1. Yes, the error is:
[Skipped] xxx =[Unchecked Account]=2.The other problem was my fault, I saw 2 plugin examples of your upgrader, when I removed 1 instance, it dropped me back to the free version SNAP. Of course that what was causing the ‘No G++ API Lib Detected’ error. So that is resolved.
So I think my only problem is the Unchecked Account error, am I missing authorization and should check the ‘Skip User Security Verification’ checkbox under User Privileges/Security ? Or maybe something else.
Thank you for your help.
This is not about server disk space or system physical RAM space. it’s about the memory that your server allows to PHP for script execution.
Usually it should be set in the php.ini file. Please contact your hosting provider or server admin if you don’t know what is it.
>>not auto-post,
Are you getting any errors?
Please check your Log/History tab and let me know if you have any errors there.>> NO G+ API Lib Detected error
What is your full version number as seen on settings page?
Laney
ParticipantI do not understand what memory the script is talking about. My server says I have much more than 64 MB of space on it. Where can I go to fix this?
Usually it should be set in the php.ini file.
adry
Participanthello, I tried some times to autopost (version 3.0.2) on Facebook but nothing for scheduled topics. It work fine with the post not scheduled… why?
- AuthorPosts