Home > general, linux > uu_upload.pl download prompt

uu_upload.pl download prompt

April 29th, 2009

I happen to see this uu_upload.pl download prompt error when installing phpmotion on a subfolder. This is because Apache doesn’t understand this perl file in cgi-bin.

Here is a fix which worked for me

Create a .htaccess file in cgi-bin of the subfolder and add the entry

  Options +ExecCGI
 AddHandler cgi-script .pl  

This error can also happen if you haven’t given the correct path for cgi-bin in uploader_conlib.php file


     $path_to_upload_script      = '/myvideos/cgi-bin/uu_upload.pl';
     $path_to_ini_status_script  = '/myvideos/cgi-bin/uu_ini_status.pl'; 

myvideos replace it with subfolder name.

VN:F [1.8.2_1042]
Rating: 6.4/10 (5 votes cast)
VN:F [1.8.2_1042]
Rating: 0 (from 0 votes)
uu_upload.pl download prompt6.4105
Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • TwitThis
  • LinkedIn
  • Live
  • StumbleUpon
  • Twitter
  • Yahoo! Buzz

Shijil T S general, linux

  1. patrick
    November 19th, 2009 at 02:18 | #1

    Thank you,
    Number 1 = Works for me.

    UN:F [1.8.2_1042]
    Rating: 0.0/5 (0 votes cast)
    UN:F [1.8.2_1042]
    Rating: 0 (from 0 votes)
  1. No trackbacks yet.

Spam Protection by WP-SpamFree