BuddyDev

Search

Error uploading video

  • Participant
    Level: Enlightened
    Posts: 43
    Oscar on #15913

    Got this error

    MPP Error: Error HTTP.
    uploader.js:99:13

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #15926

    Hi Oscar,
    That error you see is the debug message we put in the console.

    I am sorry but there is no way for me to know what could restrict the access to admin-ajax.php.

    The correct way to approach the issue is by looking at the most recent changes you have made on the site.

    In the worst case, we will need to disable each plugin/code one by one and change theme as test(I hope it does not come to this as it is a very time taking process).

    Please try the debugging step and see what happens.

  • Participant
    Level: Enlightened
    Posts: 43
    Oscar on #15958

    Hello, apparently, is because I changed with the plugin Upload Max File Size the max size, but by default, the site has a maximum size of 4MB, when trying to upload an smaller video it worked perfectly, you know how I can change that maximum size?

    Tks for all your help.

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #15968

    Hi Oscar,
    Thank you for the details.

    In order to change the size you will need to update settings for

    post_max_size
    upload_max_filesize

    These changes will go to your php.ini . If you are on cpanel, you can do it from php.ini settings utility.

    To apply the changes(If you have made it in your main php.ini file), you will need to restart the web server(apachare or nginx or any other ).

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved