Results 1 to 10 of 10

Thread: error after upload

  1. #1
    Join Date
    Jun 2007
    Posts
    16

    Default error after upload

    ERROR: Failed to open /home/internev/www/templates_c/b99aba2a83e041dcfefb7946e64bb779.params

    I am getting this error after upload. I am using 2.5 with progress bar.

    When I uploaded same video to your site DEMO I got the same error

    Please advise.

    Ilya

  2. #2
    Join Date
    Jun 2007
    Posts
    16

    Default Re: error after upload

    An additional information for ADMIN.

    I got error after uploading on your demosite

    ERROR: Failed to open /home/video/public_html/templates_c/82e4075e5903a3c45ce08f3b8c93b7da.params

  3. #3
    Join Date
    Jun 2007
    Posts
    16

    Default Re: error after upload

    I have the same problem on both sites I purchase licene for

    http://www.internet-biz-videos.com
    http://www.paragontv.ca/paragontv

    Please help.

    Thank you Admin

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

    Default Re: error after upload

    The reason for this error is

    1. You don't have correct path in cgi-bin/uu_default_config.pm
    2. You pressed back or refresh button while uploading

  5. #5
    Join Date
    Jun 2007
    Posts
    16

    Default Re: error after upload

    package uu_default_config;
    use strict;
    use Exporter;

    @uu_default_config::ISA = qw( Exporter );
    @uu_default_config::EXPORT = qw($config);

    use vars qw($config);

    $config = {
    config_file_name => 'uu_default_config',
    temp_dir => '/home/internev/public_html/templates_c/',
    upload_dir => '/home/internev/www/video/',
    unique_upload_dir => 0,
    unique_upload_dir_length => 16,
    unique_file_name => 0,
    unique_file_name_length => 16,
    max_upload => 20971520000,
    overwrite_existing_files => 0,
    redirect_after_upload => 1,
    redirect_url => 'http://internet-biz-videos.com/upload.php',
    redirect_using_js_html => 1,
    redirect_using_html => 0,
    redirect_using_js => 0,
    redirect_using_location => 0,
    delete_param_file => 1,
    get_data_speed => 1000,
    disallow_extensions => '(sh|php|php3|php4|php5|py|shtml|phtml|cgi|pl|plx| htaccess|htpasswd)',
    allow_extensions => '(3gp)|(mp4)|(mov)|(asf)|(avi)|(flv)|(wmv)|(mpg)|( mpeg)|(mpeg4)|(xvid)|(divx)|(3gpp)',
    normalize_file_names => 1,
    normalize_file_delimiter => '_',
    normalize_file_length => 32,
    link_to_upload => 1,
    path_to_upload => 'http://internet-biz-videos.com/video/',
    send_email_on_upload => 0,
    html_email_support => 0,
    link_to_upload_in_email => 0,
    email_subject => 'Uber File Upload',
    to_email_address => '[email protected],[email protected]',
    from_email_address => '[email protected]',
    };

    1;
    here is my file any one can see an error

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

    Default Re: error after upload

    temp_dir => '/home/internev/public_html/templates_c/',
    upload_dir => '/home/internev/www/video/',
    Why the path is different here ? You may need to change www with "public_html"

  7. #7

    Default Re: error after upload

    This is the error i get after upload:


    Fatal error: Call to undefined method ffmpeg_frame::togdimage() in /home/viewthat/public_html/include/function.php on line 195

    what can we do?

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

    Default Re: error after upload

    Quote Originally Posted by joecool6101
    This is the error i get after upload:


    Fatal error: Call to undefined method ffmpeg_frame::togdimage() in /home/viewthat/public_html/include/function.php on line 195

    what can we do?

    Your ffmpeg-php installation is not proper.

    http://docs.buyscripts.in/wiki/Fatal_er ... mage%28%29

  9. #9

    Default Re: error after upload

    now im getting this :(

    /home/viewthat/public_html/templates_c/cbc484b272fc0f186cd69b105879ddf4.params

    all these bugs are annoying.

    How can i fix this within 1 hour?

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

    Default Re: error after upload

    Quote Originally Posted by joecool6101
    now im getting this :(

    /home/viewthat/public_html/templates_c/cbc484b272fc0f186cd69b105879ddf4.params

    all these bugs are annoying.

    How can i fix this within 1 hour?
    The reason for this error is

    1. You have not configured upload progress bar properly
    2. You pressed refresh or back button while upload.

    Try upload another video and see if that happens.

Similar Threads

  1. Upload error
    By alex clone111 in forum Bug Reports
    Replies: 4
    Last Post: 02-10-2009, 09:50 PM
  2. upload-error
    By jonny23 in forum General Discussions
    Replies: 11
    Last Post: 05-23-2008, 09:24 AM
  3. Error: 500 Internal Server Error on Upload
    By zmoore in forum Installation Support
    Replies: 1
    Last Post: 11-21-2007, 09:06 AM
  4. Upload Error
    By shopgood in forum General Discussions
    Replies: 2
    Last Post: 09-21-2007, 01:01 AM
  5. upload error
    By jonny23 in forum General Discussions
    Replies: 1
    Last Post: 08-22-2007, 05:47 AM

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
  •