Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in Cake 2.4 #7

Open
Modicrumb opened this issue Dec 20, 2013 · 0 comments
Open

Not working in Cake 2.4 #7

Modicrumb opened this issue Dec 20, 2013 · 0 comments

Comments

@Modicrumb
Copy link

One of the reasons is at the top of the vendor plug in cake 2.4 + now uses App::uses instead of App::import, the correct way to do it for cake 2.4 is App::uses('HttpSocket', 'Network/Http');

Beyond that I got an error returned to me that buildUri wasn't a valid method as my next error: Call to undefined method HttpSocketOauth::buildUri()
File: app\Vendor\HttpSocketOauth.php
Line: 124

Any help would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant