Hi, i'm trying to configure the OAuth2 plugin in the v1.9.0-3-gae5e138 to authenticate users and staff members against Goole+ but, like in the 1.9RC, I receive a "No input file specified." error page.
I've follow those steps:setup an osTicket test siteupload the auth-oauth.phar in the /include/plugins folderadd the new plugin from the scp - Manage - Plugins pageconfigure it by adding parameters obtained from the Google Developer Consolle (https://console.developers.google.com/project):i've create a new project name (osTicket)in the section APIs & Auth --> API, i've enable the Google+ all APIsin the section APIs & Auth --> Credentials, i've create a new client IDin the client ID Edit Settings page, i've set the AUTHIORIZED JAVASCRIPT ORIGIN and the AUTHORIZED REDIRECT URI fields repectively by: https://<myOST.address.uri> and https://<myOST.address.uri>/api/auth/exti've copied the ClietnID and the Client Secret values to the OAuth2 plugin configuration pagein the OAuth2 plugin config page, i've set the Authenticate field to "Agents and Clients"Enable the pluginCreate test user with the same username i use to login to Google+ (but i've read in the Google Documentation API it use a unique ID like 108604857544782769005)Set the authentication backend to "-- Use Any available backends --"So, when i try to authenticate by Google+ backend i correct reach the g+ request authorization access page but after this i'll redirect to someting like:http://<myOST.address.uri>/api/auth/ext?state=4241a72ee8e71a5c4f1e7396dde4c933&code=4/MWeeoLkpqUUoxzDVO3KyYBaeGXGG.MpnRVecCcLcYOl05ti8ZT3a7UZhRjAI and the page has an "No input file specified." messageWhere am I doing wrong? Please can someone post a brief and unequivocal howto?Thank you in advance