-
Notifications
You must be signed in to change notification settings - Fork 15
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
Error : syntax error, unexpected '=>' (T_DOUBLE_ARROW) #9
Comments
You need upgrade your PHP version, because Arrow Function V2 (https://wiki.php.net/rfc/arrow_functions_v2) only available on PHP 7.4+ |
If you stuck on PHP 7.3 for some reason, you can change this line php-videoproxy-gdrive/index.php Line 16 in 51962d3
with
|
it work on localhost |
You need enable error reporting by changing this line to php-videoproxy-gdrive/index.php Line 4 in 51962d3
When troubleshooting error, make sure your php.ini If there no error on log, there some possibility
|
I dont have issue so far, and kinda weird if My assumption is google drive file was not transcode yet, and this must be return 412 Failed create file, but on this case |
mp4 file {"status":412,"error":"Failed write data."} |
Can you provide the google drive in here, I cant find any issue so far (Tried before). If you did it kind help me to solve this problem. |
https://pastebin.com/raw/WeprHRcP |
Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ')' in index.php on line 16
The text was updated successfully, but these errors were encountered: