Results 1 to 10 of 27

Thread: Failed To Find Flength File

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2008
    Posts
    29

    Default Failed To Find Flength File

    HI,

    When I enable this script as per the instructions here - vShare - Enable upload progress bar - vShare

    I get an error - "Failed To Find Flength File"

    I followed the instructions on this page - Uber-Uploader - Free File Upload Progress Bar but that did not fix the error.

    This is the message from my hosts

    Your machine isn't running mod_security, so the suggested fixes aren't having any impact. I have done considerable troubleshooting but haven't yet been able to establish the cause of this.

    Could you possibly ask the script vendor if they have seen this before? It almost appears to be a permissions issue. However, I have reviewed the settings on your files and everything looks correct for allowing ubr_upload.pl to write to templates_c.
    D

  2. #2
    Join Date
    Nov 2008
    Posts
    29

    Default

    Any reply please?

  3. #3
    Join Date
    Sep 2007
    Posts
    906

    Default

    This is due to cgi setup on the server. It work perfectly on cpanel servers. Are you on plesk server ?
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  4. #4
    Join Date
    Nov 2008
    Posts
    29

    Default

    I am on a DirectAdmin server.

  5. #5
    Join Date
    Sep 2007
    Posts
    906

    Default

    I am not familiar with DirectAdmin, will you able to post virtual host entry for your web site ?
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  6. #6
    Join Date
    Nov 2008
    Posts
    29

    Default

    Here is the VirtualHost section for this domain. (i have replaced the actual domain/username)

    <VirtualHost 208.74.148.102:80>


    ServerName www.domain.com
    ServerAlias www.domain.com domain.com
    ServerAdmin [email protected]
    DocumentRoot /home/user/domains/domain.com/public_html
    ScriptAlias /cgi-bin/ /home/user/domains/domain.com/public_html/cgi-bin/

    UseCanonicalName OFF

    SuexecUserGroup user user
    CustomLog /var/log/httpd/domains/domain.com.bytes bytes
    CustomLog /var/log/httpd/domains/domain.com.log combined
    ErrorLog /var/log/httpd/domains/domain.com.error.log

    <Directory /home/user/domains/domain.com/public_html>
    Options +Includes -Indexes

    php_admin_flag engine ON
    <IfModule !mod_php6.c>
    php_admin_flag safe_mode OFF
    </IfModule>
    php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'

    </Directory>

    </VirtualHost>

    Thanks,

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
  •