Results 1 to 10 of 12

Thread: [PHPMotion] Failed to find flength file

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Matt's Avatar
    Matt is offline GlowHost Administrator
    Join Date
    Jan 2005
    Location
    Behind your monitor
    Posts
    6,417

    Default

    Please note that adding this to your .htaccess:
    Code:
    SecFilterEngine Off
    SecFilterScanPOST Off
    Will disable mod security on your website. Mod security can help prevent many types of common hacks, but sometimes can produce false positives especially on sites that allow public uploading.
    Last edited by Matt; 03-04-2011 at 03:48 PM.
    Send your friends and site visitors to GlowHost and get $125 plus bonus!
    GlowHost Affiliate Program | Read our Blog | Follow us on X |

  2. #2
    cornnfedd is offline Working on Master Status
    Join Date
    Dec 2007
    Posts
    78

    Default

    Quote Originally Posted by Matt View Post
    Please note that adding:
    Code:
    SecFilterEngine Off
    SecFilterScanPOST Off
    Will disable mod security on your website. Mod security can help prevent many types of common hacks, but sometimes can produce false positives especially on sites that allow public uploading.
    can you tell me more about this?

    is there any other way of fixing this bug without doing this?

  3. #3
    Matt's Avatar
    Matt is offline GlowHost Administrator
    Join Date
    Jan 2005
    Location
    Behind your monitor
    Posts
    6,417

    Default

    Quote Originally Posted by cornnfedd View Post
    is there any other way of fixing this bug without doing this?
    I don't think it is a bug. This:

    Code:
    upload_max_filesize 100M
    post_max_size = 100M
    output_buffering = On
    max_execution_time = 1000
    max_input_time = 1000
    session.gc_maxlifetime = 14400
    last I checked on their installation docs was required to be in PHP in order for the script to run.

    The mod security thing is if you are getting 406 errors on the site, it will get rid of them and it will also disable mod security completely on the account.
    Send your friends and site visitors to GlowHost and get $125 plus bonus!
    GlowHost Affiliate Program | Read our Blog | Follow us on X |

LinkBacks (?)

  1. Error
    Refback This thread
    05-29-2009, 03:20 AM
  2. 05-18-2009, 07:10 AM
  3. 05-09-2009, 05:01 AM
  4. Error
    Refback This thread
    05-02-2009, 06:38 PM
  5. 04-08-2009, 10:22 AM
  6. 03-19-2009, 08:38 AM
  7. 07-28-2008, 11:16 PM
  8. 05-28-2008, 06:26 PM

Similar Threads

  1. [PHPMotion] Change the player logo for PHPmotion
    By Matt in forum Knowledge Base
    Replies: 1
    Last Post: 03-12-2011, 07:49 AM
  2. [ERROR] Clipshare Failed to find flength file
    By Matt in forum Knowledge Base
    Replies: 0
    Last Post: 09-06-2008, 01:14 PM
  3. Where do I find all my site bonuses?
    By Matt in forum Knowledge Base
    Replies: 2
    Last Post: 03-03-2006, 12:04 AM
  4. [Domains] Failed Domain transfer to InstaPro.net
    By Matt in forum Knowledge Base
    Replies: 0
    Last Post: 01-18-2005, 03:10 PM

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14