Hi
I have a problem installing this extension.
Im using Windows 7 and have installed XAMPP with apache and MySql.
Tested with Chrome and Firefox, the result is the same.
POST http://localhost:8080/api/flagrow/upload
<br />
<b>Warning</b>: array_map(): An error occurred while invoking the map callback in <b>C:\xampp\htdocs\UAVmatrix\vendor\illuminate\support\Collection.php</b> on line <b>469</b><br />
{"errors":[{"code":500,"title":"Internal server error","detail":"exception \u0027GuzzleHttp\\Exception\\RequestException\u0027 with message \u0027cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http:\/\/curl.haxx.se\/libcurl\/c\/libcurl-errors.html)\u0027 in C:\\xampp\\htdocs\\UAVmatrix\\vendor\\guzzlehttp\\guzzle\\src\\Handler\\CurlFactory.php:187\nStack trace:\n#0 C:\\xampp\\htdocs\\UAVmatrix\\vendor\\guzzlehttp\\guzzle\\src\\Handler\\CurlFactory.php(150):
I then tried to install certificates as described in this post http://stackoverflow.com/a/27667149
I now get permission error.
POST http://localhost:8080/api/flagrow/upload
<b>Warning</b>: array_map(): An error occurred while invoking the map callback in <b>C:\xampp\htdocs\UAVmatrix\vendor\illuminate\support\Collection.php</b> on line <b>469</b><br />
{"errors":[{"code":500,"title":"Internal server error","detail":"exception \u0027GuzzleHttp\\Exception\\ClientException\u0027 with message \u0027Client error: `POST https:\/\/api.imgur.com\/3\/upload` resulted in a `403 Permission Denied` response:\n{\u0022data\u0022:{\u0022error\u0022:\u0022Invalid client_id\u0022,\u0022request\u0022:\u0022\\\/3\\\/upload\u0022,\u0022method\u0022:\u0022POST\u0022},\u0022success\u0022:false,\u0022status\u0022:403}\n\u0027 in C:\\xampp\\htdocs\\UAVmatrix\\vendor\\guzzlehttp\\guzzle\\src\\Exception\\RequestException.php:111\nStack trace:\n#0 C:\\xampp\\htdocs\\UAVmatrix\\vendor\\guzzlehttp\\guzzle\\src\\Middleware.php(65): GuzzleHttp\\Exception\\RequestException::create(Object(GuzzleHttp\\Psr7\\Request), Object(GuzzleHttp\\Psr7\\Response))\n#1
Any advice is much appreciated.
Edit #1
After some troubleshooting, i now get same result as @espidev
espidev Hello, I'm having some problems with my installation of this plugin.
This keeps showing up whenever I try and upload an image.
When I click on the debug button, it shows an internal server error.
I've tried modifying the php upload settings in php.ini, but I don't think it has anything to do with the error.
Can anyone please help?