Ticket Details

Oauth on /app/libraries/plugins doesn't work and show errors [Update]

BUG Ticket (closed)

###What happened:
After read [http://rad-dev.org/li3_oauth](http://rad-dev.org/li3_oauth), then clone at /app/libraries/plugins. <br />On bootstrap/libraries :<br /> 
$plugins = LITHIUM_APP_PATH.'/libraries/plugins';<br />
Libraries::add('li3_oauth', array('path' => "{$plugins}/li3_oauth"));
<br />
<br />
then go to http://localhost/app/oauth and it's throw error like this [First Error]: <br />
[http://pastium.org/view/8367e8e23c41cbf154cafcae1385e077](http://pastium.org/view/8367e8e23c41cbf154cafcae1385e077)

Then i change routes.php 
from use \lithium\http\Router to use \lithium\net\http\Router;

Give second error.

Last, i change extensions/services/Oauth.php<br />
line 26 : <br />
'service'   => '\lithium\net\http\Service' to 'service'   => '\lithium\net\http\Service'

Give third error.
<br /><br />
Right now :
<br />
http://localhost/app/oauth/server -> show error<br />

http://localhost/app/oauth/client -> it's working now<br />

###What was expected:
So, something wrong on Oauth plugins right? But i dunno how to solve it all. Just working on client only.

on 03.13.10 reported by: yoodey owned by: gwoo

Updates

on 03.13.10 by yoodey
  • priority was changed to normal
  • title was changed to Oauth on /app/libraries/plugins doesn't work and show errors
on 03.13.10 by yoodey
  • title was changed to Oauth on /app/libraries/plugins doesn't work and show errors [Update]
  • description was changed
on 03.15.10 by yoodey
  • owner was changed to gwoo
(fixed) on 03.15.10 by gwoo
  • status was changed to closed
  • resolution was changed to fixed
app/libraries is the plugin location as of 0.7