Vimeo Video Vibe Not Uploading

Home Forums WPLMS AddOns VideoVibe Vimeo Video Vibe Not Uploading

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • #206712
    creativedev
    Spectator
    So I have Vimeo set up using the Video Vibe plugin, and everything has been authenticated. The problem I'm having is that every time I try to upload a video, the upload process freezes at approximately 80%. I've tried different videos, different browsers, and waiting a long time. I checked my Vimeo account and saw that the video were in fact uploaded, so the problem is the upload progress not completing on the plugin. The uploaded videos also do not appear in the plugin's "Videos" tab. Screenshot of the failed progress https://gyazo.com/98536e0fa19d299576dbc7cecde8bfd3 Screenshot of the Videos tab: https://gyazo.com/024f07ef5860fcde80d54652532108b3 Screenshot of the video appearing in Vimeo: https://gyazo.com/71785cdbeb79492f3610d79cafc94792
    #206713
    creativedev
    Spectator
    This reply has been marked as private.
    #206785
    creativedev
    Spectator
    #206845
    logan
    Member
    Hello,

    this is surely memory limit issue. We have strict mime type checking for each video files we upload on server. This might be failing somewhere and the mime type of video might be returning something else which are not allowed by wordpress in our php configuration check. Please check it with phpinfo function .

    please refer :https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    ask your web host to increase the size. change size in
    1. php.ini file
    2. wp-config.php
    3. htaccess file.
    then restart the server again, it will work this time.
    #207002
    creativedev
    Spectator
    This reply has been marked as private.
    #207090
    Anshuman Sahu
    Keymaster
    Moving to video vibe forums  and checking the issue at your end .  
    #207093
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #207178
    creativedev
    Spectator
    This reply has been marked as private.
    #207303
    Anshuman Sahu
    Keymaster
    CAn you please provide your valid sftp credentials or cpanel credentials in private reply  to fix this up on your site ? Also for large video files we can implement the resumable video upload which will upload the video chunk by chunk and would not require large post max size and upload max file sizee .
    #207379
    creativedev
    Spectator
    That solution sounds great. Which directory do you need access to? Which files need to be modified, so that I can give you access to them?
    #207495
    Anshuman Sahu
    Keymaster
    wp-content/plugins/videovibe/includes folder all files .  
    #207518
    creativedev
    Spectator
    This reply has been marked as private.
    #207609
    Anshuman Sahu
    Keymaster
    Okay please try uploading a small video of less than 30 MB now ?
    #207643
    creativedev
    Spectator
    Did not work. I tried uploading an 8MB video, and the process once again froze at 82%: https://gyazo.com/87710f162bf51138eacadb0b031a9f00 Wouldn't resumable upload allow for an upload of any size since it breaks it down?
    #207644
    creativedev
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 21 total)
  • The topic ‘Vimeo Video Vibe Not Uploading’ is closed to new replies.