Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: hi i am getting error

  1. #1

    Default hi i am getting error

    Temporary File Name :
    File Size :0
    File Type :
    File Name :attimayi.wmv
    [ERROR: 1] The uploaded file exceeds the upload_max_filesize directive in php.ini

    plz help.. when i try 2 upload a video i get this error...

  2. #2

    Default Re: hi i am getting error

    and also.. if the vidoe get uploded.. it goes back to the old page. which is the uploading.. page.. so.. it is not uplaoding either

  3. #3
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: hi i am getting error

    The uploaded file exceeds the upload_max_filesize directive in php.ini
    You need to set it in php.ini of your server.

    See

    http://www.vshare.in/requirements.html

  4. #4

    Default Re: hi i am getting error

    can u tell me.. what is not installed..

  5. #5
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: hi i am getting error

    The error says

    The uploaded file exceeds the upload_max_filesize directive in php.ini
    So you need to increase the value of upload_max_filesize in php.ini

    You also need to set following values in php.ini

    * safe_mode = off
    * register_globals = on
    * open_basedir = (no value)
    * output_buffering = on
    * upload_max_filesize = 200M (or more)
    * post_max_size = 200M (or more)
    * max_execution_time = 6000 (or more)
    * max_input_time = 6000 (or more)
    * memory_limit = 32M (or more)
    * error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
    * display_errors = On
    * file_uploads = On
    * session.gc_maxlifetime = 14000 (or more)
    If you don't have acess to php.ini, ask your web host to do this.

  6. #6
    Join Date
    Sep 2007
    Posts
    8

    Default Re: hi i am getting error

    Hi there. Im having a small problem with the same thing, is there anything you can suggest..

    I am having problems uploading files which are larger than 100MB. I have asked my host to change the php.ini settings, and they say they use the htaccess method, and so I have added the required lines to the htaccess file, with no apparent effect.

    The hosting company already has a 200MB file size limit in their php.ini

    Is there anything that you can suggest.

    Otherwise, vshare is the best script ive had the pleasure of trying, and my current host http://cheapwebhostinghouse.com/ seems to be perfect after a bad dose of customer service (or lack of it) from the host which is recommended here.

    Its just this file size issue, which could become a problem for the future... Please help.

    Thank you :)

  7. #7
    Join Date
    May 2007
    Posts
    588

    Default Re: hi i am getting error

    tried background conversion?

  8. #8
    Join Date
    Sep 2007
    Posts
    8

    Default Re: hi i am getting error

    Thanks for the reply :)

    Trying that as we speak, will come back with results when complete.

  9. #9
    Join Date
    Sep 2007
    Posts
    8

    Default Re: hi i am getting error

    Hi once more.

    File of around 80mb uploads with a confirmation message from vshare, then in progress queue, it says "conversion error" and thats it.

    Help :) (Please)

  10. #10
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: hi i am getting error

    Quote Originally Posted by Stoney
    Hi once more.

    File of around 80mb uploads with a confirmation message from vshare, then in progress queue, it says "conversion error" and thats it.

    Help :) (Please)

    Can you check if the video is in "video" folder ? That is upload done properly.

    If it is in video folder, login to admin area, in process queue, check its status to convert again.

    Now to to url

    http://yourdomain/cron.php

    and you will be able to see what is happening during conversion, post the content of the page.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •