Forum Replies Created
- AuthorPosts
maarlok
ParticipantI 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
CloneVince
ParticipantSeriously, 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_argsThere 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
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 ?
ThanksVersion 2.14.5 does not require any WordPress functions.
SG
Participanthave you figured it out how to post again with big images in google+ ?
SG
ParticipantIs there any fix for the Google+ big image post ? thanks!
I updated the API and still doesn’t work!
thanks!
CloneVince
ParticipantThx 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
sondang
Participantsorry I mean debug mode on
A12345
ParticipantAnybody?
Jo
ParticipantI 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?
As
ParticipantSadly 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 )
Kaya
ParticipantSame Problem :/
CloneVince
ParticipantHere 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;
?>
Porter
ParticipantHaving 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.
What is your exact code? It’s hard to imagine how $loginError could be NULL. Function should return something.
- AuthorPosts
