D
Deleted member 174786
Guest
I have an video hosting script and when I try to upload something, I am getting this message:
ERROR: Failed to load default config file uu_default_config.pm
I checked the logs and I have this:
GET /cgi-bin/uu_ini_status.pl?tmp_sid=49a4b659e0309f94f7dc085e17f5c29d&rnd_id=0.4162756887393788 HTTP/1.0
Can't locate uu_lib.pl in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl . /etc/apache2) at /var/www/vhosts/xxxx/xxxx/cgi-bin/uu_ini_status.pl line 30.\n
POST /cgi-bin/uu_upload.pl?tmp_sid=49a4b659e0309f94f7dc085e17f5c29d HTTP/1.0
Can't locate uu_lib.pl in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl . /etc/apache2) at /var/www/vhosts/xxxx/xxxx/cgi-bin/uu_upload.pl line 53.\n
I checked with the people who created the script and they said this:
As we mentioned previously your server still gives a 500 internal server error when accessing the files:
http://xxxx/cgi-bin/configs/uu_default_config.pm?tmp_sid=49a4b659e0309f94f7dc085e17f5c29d
http://xxxxx/cgi-bin/uu_upload.pl?tmp_sid=0c4c3dabbe2f50f88ebe30b1a4902308
That is a server issue, so you need to have your server administrator fix that issue, or move to a server that is working properly.
The file your server says it cannot locate (uu_lib.pl) is indeed in the same cgi-bin folder, the path to it is correct and the path to perl is correct.
So your server should not be giving any 500 internal server as there is no file missing.
So your server administrator has to check why the server is giving a 500 internal server and saying a file is missing when it exists.
This is the layout of the of the site of the files in question:
/cgi-bin/configs/uu_default_config.pm
/cgi-bin/uu_ini_status.pl
/cgi-bin/uu_lib.pl
/cgi-bin/uu_upload.pl
I looked for perl and this is what I found:
$ which perl
/usr/bin/perl
Any suggestions how I fix this?
ERROR: Failed to load default config file uu_default_config.pm
I checked the logs and I have this:
GET /cgi-bin/uu_ini_status.pl?tmp_sid=49a4b659e0309f94f7dc085e17f5c29d&rnd_id=0.4162756887393788 HTTP/1.0
Can't locate uu_lib.pl in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl . /etc/apache2) at /var/www/vhosts/xxxx/xxxx/cgi-bin/uu_ini_status.pl line 30.\n
POST /cgi-bin/uu_upload.pl?tmp_sid=49a4b659e0309f94f7dc085e17f5c29d HTTP/1.0
Can't locate uu_lib.pl in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl . /etc/apache2) at /var/www/vhosts/xxxx/xxxx/cgi-bin/uu_upload.pl line 53.\n
I checked with the people who created the script and they said this:
As we mentioned previously your server still gives a 500 internal server error when accessing the files:
http://xxxx/cgi-bin/configs/uu_default_config.pm?tmp_sid=49a4b659e0309f94f7dc085e17f5c29d
http://xxxxx/cgi-bin/uu_upload.pl?tmp_sid=0c4c3dabbe2f50f88ebe30b1a4902308
That is a server issue, so you need to have your server administrator fix that issue, or move to a server that is working properly.
The file your server says it cannot locate (uu_lib.pl) is indeed in the same cgi-bin folder, the path to it is correct and the path to perl is correct.
So your server should not be giving any 500 internal server as there is no file missing.
So your server administrator has to check why the server is giving a 500 internal server and saying a file is missing when it exists.
This is the layout of the of the site of the files in question:
/cgi-bin/configs/uu_default_config.pm
/cgi-bin/uu_ini_status.pl
/cgi-bin/uu_lib.pl
/cgi-bin/uu_upload.pl
I looked for perl and this is what I found:
$ which perl
/usr/bin/perl
Any suggestions how I fix this?