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

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

Comments

@wachiuri
Copy link

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;
....

@superyarik
Copy link

have same problem on one hosting. looks like it is server configuration problem

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

2 participants