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
Fatal error: Class 'Instagram\Core\BaseObjectAbstract' not found in C:\xampp\htdocs\domains\comealive\components\com_comealive\helpers\instagram\Media.php on line 25
#32
Open
wachiuri opened this issue
Nov 22, 2013
· 1 comment
Kept giving me this error for practically every file required. Had to solve it like this in Instagram.php
namespace Instagram;
require_once 'Core/BaseObjectAbstract.php';
require_once 'Core/Proxy.php';
require_once 'Net/ClientInterface.php';
require_once 'Net/CurlClient.php';
require_once 'Collection/CollectionAbstract.php';
require_once 'Collection/MediaCollection.php';
require_once 'Collection/TagMediaCollection.php';
require_once 'Net/ApiResponse.php';
require_once 'Media.php';
use \Instagram\Collection\MediaSearchCollection;
use \Instagram\Collection\TagCollection;
use \Instagram\Collection\TagMediaCollection;
....
The text was updated successfully, but these errors were encountered: