video upload error

hello

when I upload a video it says

The size of file(s) uploaded exceeded the limit set by your site administrator.

how to solve this issue

please help

  • Edit this string

    # upload_max_filesize is the maximum size of a single uploaded file (5 MB)
        php_value upload_max_filesize 5242880

     

    In .htaccess

    as

    # upload_max_filesize is the maximum size of a single uploaded file (50 MB)
        php_value upload_max_filesize 52428800

  • hello

    in this I have set but it is showing 

    The size of file(s) uploaded exceeded the limit set by your site administrator.

    still


    I have changed string


    <IfModule mod_php5.c>
    # limit the maximum memory consumed by the php script to 64 MB
    php_value memory_limit 64M
    # register_globals is deprecated as of PHP 5.3.0 - disable it for security reasons.
    php_value register_globals 0
    # post_max_size is the maximum size of ALL the data that is POST'ed to php at a time (8 MB)
    php_value post_max_size 8388608
    # upload_max_filesize is the maximum size of a single uploaded file (5 MB)
    php_value upload_max_filesize 5242800
    # on development servers, set to 1 to display errors. Set to 0 on production servers.
    php_value display_errors 0
    </IfModule>

     

     


  • # post_max_size is the maximum size of ALL the data that is POST'ed to php at a time (8 MB)
    php_value post_max_size 8388608


    I want to set this for unlimited how it is done

  • Then you need to edit upload_max_filesize value in php.ini

  • thanks for fast reply

    I am on shared hosting

    shared hosting do not allow this

  • :(

    Try also comment php_value upload_max_filesize 5242800 and php_value post_max_size 8388608 string witrh #

    But I think that it does not help for you

  • very much thanks RvR

    it is done

    how to play uploaded file in direct in river

    I mean which plugin I should use

  • Heh...good question ;)

    I know just River talk with this feature

    Also try Facebook theme or My cool theme with similar extension

  • i have no php.ini file were is the file looked everywere in elgg for it? i have the same problem as above changed ht access etc

  • Basically you have to reinstall elgg, use offline elgg designer xampp, check my posts made it simple with my reply's and others, wow if i was using a online host to do this would not have come up with the fix today ha ha!

    php ini has nothing to do with this!

    simple wow this took me 4 hours to work out lol some minor errors with veeplay need a better video player but its good! works!!!!! : ) ^_^ just checked and veeplay is working perfect after a refresh and cache clear and upgrade.

    SOLVED!  edit the ht access file before installing elgg! use notepad++

    replace the code with this you know were the code is!


    # limit the maximum memory consumed by the php script to 64 MB
    php_value memory_limit 64M
    # register_globals is deprecated as of PHP 5.3.0 - disable it for security reasons.
    php_value register_globals 0
    # post_max_size is the maximum size of ALL the data that is POST'ed to php at a time (305 MB)
    php_value post_max_size 305388608
    # upload_max_filesize is the maximum size of a single uploaded file (305 MB)
    php_value upload_max_filesize 305242880
    # on development servers, set to 1 to display errors. Set to 0 on production servers.
    php_value display_errors 0