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
    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]

  2. #2
    Join Date
    Nov 2008
    Posts
    29

    Default

    I am on a DirectAdmin server.

  3. #3
    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]

  4. #4
    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,

  5. #5
    Join Date
    Sep 2007
    Posts
    906

    Default

    It looks ok.

    Have you set path in cgi-bin/ubr_upload.pl ?
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  6. #6
    Join Date
    Nov 2008
    Posts
    29

    Default

    I have put the path to the folder templates_c there.

    There is a mssg there "# MUST BE DUPLICATED IN THE "UBR_INI.PHP" FILE" but I cannot find any UBR_INI.php file in my installation.

    D

  7. #7
    Join Date
    Nov 2008
    Posts
    29

    Default

    Quote Originally Posted by deshmukh View Post
    I have put the path to the folder templates_c there.

    There is a mssg there "# MUST BE DUPLICATED IN THE "UBR_INI.PHP" FILE" but I cannot find any UBR_INI.php file in my installation.

    D
    Never mind. Just checked. It has already been duplicated there.

    Still getting the same error.

    D

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
  •