Monday, 21 March 2016

Google Sign-in Requesting “Have offline access” – HybridAuth Fix

Source : Google Sign-in Requesting “Have offline access” – HybridAuth Fix
Published On : March 21, 2016 at 02:21PM
By : Agbonghama Collins

A customer of our ProfilePress WordPress plugin reported an issue where previously Google-authorized users of his website were being requested to grant his website offline access to their account.

Google sign-in requesting permission

We use the popular HybridAuth library to power the social login feature of ProfilePress. In this tutorial, I am going to show us how to fix this issue in it.

Fixing this issue is as easy as making the following modification to your existing Google HybridAuth config array.…



For More Go to : W3Guy – A Geek's Diary

Labels:

Thursday, 17 March 2016

How to Fix SVN Error “The HTTP method ‘MKCOL’ is not allowed on …”

Source : How to Fix SVN Error “The HTTP method ‘MKCOL’ is not allowed on …”
Published On : March 18, 2016 at 03:24AM
By : Agbonghama Collins

I ran into the following error while trying to svn commit the code of this plugin to WordPress plugin repository.

The HTTP method ‘MKCOL’ is not allowed on …

Got to discover via this stackoverflow thread that the error was as a result of me trying to add or push a directory that already existed in the SVN repository.

Wheew!…



For More Go to : W3Guy – A Geek's Diary

Labels: