Closed ghost closed 3 years ago
You have to enable curl extension.
Maybe try:
Thank you very much , It worked.
Cool! Feel free to open another issue if you have any other issue 😄
Hello, this is the issue. LINE 11 - require realpath(dirname(FILE)) . '/../vendor/autoload.php'; {Media & Story highlight example} PHP Warning: require(/home/himanshu/../vendor/autoload.php): failed to open stream: No such file or directory in /home/himanshu/smsa.php on line 11 PHP Fatal error: require(): Failed opening required '/home/himanshu/../vendor/autoload.php' (incl_path='.:ude/usr/share/php') in /home/himanshu/smsa.php on line 11
It's a require file error. Are you sure about your autoload.php path?
Yes it worked, the path was the issue.
PHP version -- PHP 7.4.3 (cli) (built: Aug 13 2021 05:39:12) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Zend OPcache v7.4.3, Copyright (c), by Zend Technologies
running on wsl2 ubuntu
Problem 1
pgrimaud/instagram-user-feed 6.10.0 requires ext-curl * -> the requested PHP extension curl is missing from your system.
To enable extensions, verify that they are enabled in your .ini files:
php --ini
inside terminal to see which files are used by PHP in CLI mode. Installation failed, deleting ./composer.json.