I have the Vshare script installed on a local test machine running ubuntu 9.10
Videos upload and convert fine.

After testing the control panel options I enabled the progress bar option.

I have the cgi-bin at /var/www/vshare/cgi-bin
I have configured apache to point to that path for cgi-bin.
I upload and test a simple Hello world type perlscript "perltest.pl"
The test succeeds.

I chmod the ubr_upload.pl script to 755. That script is also in cgi-bin.

When I point my browser to http://192.168.1.30/vshare/cgi-bin/ubr_upload.pl I get this message:

Software error:

Invalid parameters passed at /var/www/vshare/cgi-bin/ubr_upload.pl line 84. Of course the reason I am testing this is because the uploader progress bar is not working.



What is the solution?