Results 1 to 2 of 2

Thread: Need help with the 2.8

  1. #1
    Join Date
    Feb 2009
    Posts
    23

    Default Need help with the 2.8

    When I upload a video that is 2 to 3 minutes I get the 500 internal server error, but when upload a 10 second video clip it work with no problems.

  2. #2

    Default

    Contact your webhost to set the PHP Configuration same as below.

    * safe_mode = off
    * register_globals = off
    * 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 = 128M (or more)
    * display_errors = On
    * file_uploads = On
    * session.gc_maxlifetime = 14000 (or more)

    After resetting upload a test video and check its working or not

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
  •