Results 1 to 7 of 7

Thread: Video is not in Process Queue

  1. #1
    Join Date
    Dec 2008
    Posts
    156

    Default Video is not in Process Queue

    Hello!

    if I try to upload a video http://speedriding-videos.com/upload.php I get recdirected to the upload.php site again after the upload. The progress bar is not enabled (missing perl support). What´s wrong here?

    Thank you,
    nitramf

  2. #2

    Default Re: Video is not in Process Queue

    Enable upload progress bar.

    viewtopic.php?f=3&t=981

    Put the url in uu_default_config.pm as same as config.php

  3. #3
    Join Date
    Dec 2008
    Posts
    156

    Default Re: Video is not in Process Queue

    That is not the solution. There is standing all the time "Progress:
    Initializing Progress Bar ..." but nothing happens. If the upload is finished I get a download for uu_upload.pl

  4. #4
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: Video is not in Process Queue

    What web browser are you using? The upload progress bar only works with Internet Explorer and Firefox.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  5. #5
    Join Date
    Dec 2008
    Posts
    156

    Default Re: Video is not in Process Queue

    I am using Firefox 3.

    The problem is that my server don´t has enabled perl.

    Here is my vhost.conf:
    NameVirtualHost speedriding-videos.com:80

    <VirtualHost speedriding-videos.com:80>
    ServerName www.speedriding-videos.com
    ServerAdmin [email protected]
    DocumentRoot /var/www/speed
    Options ExecCGI
    </VirtualHost>

  6. #6
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: Video is not in Process Queue

    If your vhost configuration, you need to add

    Code:
    AddHandler cgi-script .cgi .pl
    Then, chmod 755 the .pl files. You should then be OK. On some hosts, your cgi-bin is separate from the root document directory. If this is the case, place your .pl files in your real CGI-BIN. Otherwise, the above should work.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  7. #7
    Join Date
    Dec 2008
    Posts
    156

    Default Re: Video is not in Process Queue

    Thank you, it works :)

    Now I am only waiting for 2.7 :-p

Similar Threads

  1. About Setting up Process Queue
    By eManuka in forum General Discussions
    Replies: 1
    Last Post: 08-29-2009, 05:57 PM
  2. Process Queue
    By LaLa in forum Installation Support
    Replies: 4
    Last Post: 03-01-2008, 10:04 PM
  3. Process Queue
    By LaLa in forum General Discussions
    Replies: 10
    Last Post: 02-24-2008, 09:40 AM
  4. HELP! Process Queue
    By harrison in forum General Discussions
    Replies: 12
    Last Post: 10-29-2007, 08:27 PM
  5. PROCESS-QUEUE
    By jonny23 in forum Installation Support
    Replies: 4
    Last Post: 08-31-2007, 10:23 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
  •