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
But your problem is likely that you're using PHP 5.3, while [] is new array syntax introduced in PHP 5.4 - but the other package (Instaphp) has PHP 5.4 declared as a dependency, so I'm not quite sure how you managed to even install it (unless you didn't use composer, in which case - you should use composer).
Please close this issue, as it has nothing to do with this library.
Hello,
I have downloaded the api, and upload the files at my server.
I opened Instaphp.php with my browser, and have the following error:
Parse error: syntax error, unexpected '[' in Instaphp.php on line 53
Is that a problem in the api script? I have nothing edited, only uploaded the files.
The code on Instaphp.php line 53:
private static $endpoints = [];
The text was updated successfully, but these errors were encountered: