Quote:
Originally Posted by 1off
and I know I had the path to PERL correct, uploaded everything correctly and chmod was done correctly.
|
Did you change the path to perl on BOTH lines:
#!/usr/bin/perl
$perlpath = "/usr/bin/perl"; ## DO NOT INCLUDE "#!" on this line!
################ INSTALL INSTRUCTIONS ###############################
# Change the path to perl above to your sever path if different.
# Be sure to change it on both lines above.
# Up load the entire "tube" folder to you cgi-bin directory.
# chmod this script to 755.
# Then go to
http://yourdomain.com/cgi-bin/tube/install.cgi
# Enter the correct information when prompted and you have
# completed the install.
#
# copyright 2007, tubecgi.com
################################################## #########################