daniel_henrique
Forum Replies Created
-
Forum: Plugins
In reply to: [Blogger Importer] [Plugin: Blogger Importer] Invalid TokenNo problem. I’m using modified/fixed versions of
– Blogger Importer
– Blogger Image Import
– Auto Featured ImageFar from perfect, but they are good enough.
Best regards,
Daniel.
Forum: Plugins
In reply to: [Blogger Importer] [Plugin: Blogger Importer] Invalid TokenHi, Workshopshed. No problem at all.
But are you able to update the official Blogger Importer plugin? Not for me. For others.
In my case, I just modify/fix buggy versions of plugins/themes that I find and put the fixed versions on our internal SVN server.Best regards,
Daniel.
Forum: Plugins
In reply to: [Blogger Importer] [Plugin: Blogger Importer] Invalid TokenMy advice to you, phmag: add some logs in blogger-import.php. Especially in auth() and in get_oauth_link().
If I remember correctly, the timezone+date of our server were misconfigured and this was causing “Invalid token”.
The misconfiguration led to an oauth failure (error message “Unable to obtain OAuth request token: 400, Timestamp is too far from current time”), but the “real” error message wasn’t displayed. I think the message was on the return value of wp_remote_retrieve_body(wp_remote_get(…)) or something like that and parse_str() generated empty (invalid) tokens.
Best regards,
Daniel.
onbiz_log is just a log function. The code will work without it.
//passes all checks, create new user } else { //$addnewuser = wp_create_user($this->user_login, $this->user_pass, $this->user_email); $userdata = (array) $this; $userdata['user_login'] = esc_sql( $userdata['user_login'] ); $userdata['user_email'] = esc_sql( $userdata['user_email'] ); $addnewuser = wp_insert_user($userdata);
Thanks.
Hi
I apologize for my mistake. GetSocial plugin was installed, but it was disabled. Another social plugin was causing the problem.
Thanks.
Best regards,
Daniel.
Hi vertigoart.
I think I’m facing the same issue (https://inconvencional.com.br/). Have you find a workaround?
Thanks in advance.
Best regards,
Daniel.
At step 5, you will get
def x = [‘a’: &q u o t;b& q u o t;]