PHP Classes

After GET ?state=### and &code=### script stops..

Recommend this page to a friend!

      PHP OAuth Library  >  PHP OAuth Library package blog  >  How to Implement PHP ...  >  All threads  >  After GET ?state=### and &code=###...  >  (Un) Subscribe thread alerts  
Subject:After GET ?state=### and &code=###...
Summary:Somehow after the GET with code=, the script shows nothing.
Messages:2
Author:snader
Date:2014-11-11 11:05:04
 

  1. After GET ?state=### and &code=###...   Reply   Report abuse  
Picture of snader snader - 2014-11-11 11:05:04
I have running the script on a server where it shows nothing after the GET with code=. The url bar shows something like:

myname.is/_oath/login_with_google.p ...

But the screen stays empty. When I turn debug and show errors on, nothing changes. Any idea? I have it working correctly on a different server.

  2. Re: After GET ?state=### and &code=###...   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-11-11 19:45:48 - In reply to message 1 from snader
Do you mean it appears the Google authorization page, you authorize and then it returns to that empty page?

You need to turn on PHP error log in php.ini and show me what appears in the PHP error log so I can start having a clue what is going on?