You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: