Skip to content
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

Undefined Index Error in vimeo.php on line no 590 #232

Closed
burhanjw opened this issue Nov 1, 2019 · 10 comments
Closed

Undefined Index Error in vimeo.php on line no 590 #232

burhanjw opened this issue Nov 1, 2019 · 10 comments
Labels

Comments

@burhanjw
Copy link

burhanjw commented Nov 1, 2019

Error - Undefined index 'Upload-Offset'.
Fix - On changing to 'upload-offset' at all places the error get's fixed.

@GadhariSachin
Copy link

Thanks for the help, I also encountered the same problem and with this fix it's working fine

@kapil019
Copy link

kapil019 commented May 4, 2020

@burhanjw Thanks, This works (y)

@ErShubham-byte
Copy link

@burhanjw this helped me thank you

@sterichards
Copy link

This should not be a fix but it did work haha :D

@dauble
Copy link

dauble commented Nov 4, 2020

I was encountering this problem too. Thanks for posting the solution!

@pawanchhapola
Copy link

Thanks for providing the solution.

@chibyk101
Copy link

Error - Undefined index 'Upload-Offset'.
Fix - On changing to 'upload-offset' at all places the error get's fixed.

i practically don't get this, how do i implement? Is "upload upset" a method?

@sterichards
Copy link

Error - Undefined index 'Upload-Offset'.
Fix - On changing to 'upload-offset' at all places the error get's fixed.

i practically don't get this, how do i implement? Is "upload upset" a method?

I don't remember exactly where I changed this in my code. Try doing a string search for Upload-Offset and replace it with lowercase and that should sort the issue

@chibyk101
Copy link

Error - Undefined index 'Upload-Offset'.
Fix - On changing to 'upload-offset' at all places the error get's fixed.

i practically don't get this, how do i implement? Is "upload upset" a method?

I don't remember exactly where I changed this in my code. Try doing a string search for Upload-Offset and replace it with lowercase and that should sort the issue

Worked. File at Vendor/vimeo/Vimeo.php

@Sija
Copy link

Sija commented Nov 15, 2021

Fixed by #186 (68e7216) — available in v3.0.0-RC1+

@aaronm67 aaronm67 closed this as completed Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests