tepkool01 / simple-linkedinphp

Automatically exported from code.google.com/p/simple-linkedinphp
0 stars 0 forks source link

OAuth code not accepted in Amazon ELB and could not connect with linkedin. #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. require_once(OAuth.php)
2.
3.

What is the expected output? What do you see instead?
No output. Just got blank page. No output after include OAuth.php file.

What version of the product are you using? On what operating system?
Linux OS 

Please provide any additional information below.
It works fine in local as well as Single server. But in Amazon ELB it not 
accept OAuth.php file. Any statement after this include statement not working.

Original issue reported on code.google.com by dcvetric...@gmail.com on 14 Jul 2012 at 6:08

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi... Its Simple.I solved that Issue. In OAuth.php file just comment or remove 
the OAuthException class declaration part. Because, Amazon AWS environment 
already defined this OAuthException class. So If we try to redefine it leads to 
err. So that no output.

Original comment by dcvetric...@gmail.com on 28 Aug 2012 at 5:39