I apologise ahead of time if I don't explain this situation very well.
I'm an artist who does a lot of digital and traditional art on Instagram and I'm trying to get more in the habit of streaming on the platform. I've streamed while working on traditional pieces, but I've been working more on digital art since I recently opened for digital commissions for the first time. As a result I want to be able to show the process.
Instead of just pointing my phone at my drawing tablet screen, I already installed OBS and have it set up to record and stream from my art program's window.
I was following this tutorial from the creator of the Instagram Live PHP ([https://www.youtube.com/watch?v=J6lp8g3zQeE](https://www.youtube.com/watch?v=J6lp8g3zQeE)) and I got to the point where I would have to run the Update.php file. I encountered this:
"Your requirements could not be resolved to an installable set of packages.
Problem 1
\- Installation request for mgp25/instagram-php dev-master#0fa48d45ce103b5a10
7f90fe5c403c1a2bb7e8f2 -> satisfiable by mgp25/instagram-php\[dev-master\].
\- mgp25/instagram-php dev-master requires ext-curl \* -> the requested PHP ex
tension curl is missing from your system.
To enable extensions, verify that they are enabled in your .ini files:
\- C:\\blah\\blah\\blahblah\\Instagram-livestream\\php-7.2.2.1\\php.ini
You can also run \`php --ini\` inside terminal to see which files are used by PHP in CLI mode.
Composer install was unsuccessful! Please make sure composer is ACTUALLY INSTALLED!"
I already installed Composer before doing this. I also removed the ;'s from "extension=curl", "extension=gd2", and "extension=exif" along with removing the ; from "curl.cainfo = " and adding the directory to the SSL folder under the "php-7.2.2.1" folder where I put cacert.pem.
Anyone have any ideas on how to fix this?
Thank you for your time
I'm an artist who does a lot of digital and traditional art on Instagram and I'm trying to get more in the habit of streaming on the platform. I've streamed while working on traditional pieces, but I've been working more on digital art since I recently opened for digital commissions for the first time. As a result I want to be able to show the process.
Instead of just pointing my phone at my drawing tablet screen, I already installed OBS and have it set up to record and stream from my art program's window.
I was following this tutorial from the creator of the Instagram Live PHP ([https://www.youtube.com/watch?v=J6lp8g3zQeE](https://www.youtube.com/watch?v=J6lp8g3zQeE)) and I got to the point where I would have to run the Update.php file. I encountered this:
"Your requirements could not be resolved to an installable set of packages.
Problem 1
\- Installation request for mgp25/instagram-php dev-master#0fa48d45ce103b5a10
7f90fe5c403c1a2bb7e8f2 -> satisfiable by mgp25/instagram-php\[dev-master\].
\- mgp25/instagram-php dev-master requires ext-curl \* -> the requested PHP ex
tension curl is missing from your system.
To enable extensions, verify that they are enabled in your .ini files:
\- C:\\blah\\blah\\blahblah\\Instagram-livestream\\php-7.2.2.1\\php.ini
You can also run \`php --ini\` inside terminal to see which files are used by PHP in CLI mode.
Composer install was unsuccessful! Please make sure composer is ACTUALLY INSTALLED!"
I already installed Composer before doing this. I also removed the ;'s from "extension=curl", "extension=gd2", and "extension=exif" along with removing the ; from "curl.cainfo = " and adding the directory to the SSL folder under the "php-7.2.2.1" folder where I put cacert.pem.
Anyone have any ideas on how to fix this?
Thank you for your time