To fix this error: The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Can't locate UBBCGI.pm in @INC (@INC contains: ./Modules . F:/Perl/lib F:/Perl/site/lib) at F:InetpubTestAlteredDestinycgi-binavatarlist.cgi line 17. BEGIN failed--compilation aborted at F:InetpubTestAlteredDestinycgi-binavatarlist.cgi line 17.
In avatarlist.cgi Find: use UBBCGI qw(:cgi); use UBBCGI::Carp qw(fatalsToBrowser set_message);
Replace with: use CGI qw(:cgi); use CGI::Carp qw(fatalsToBrowser set_message);
Seemed to have fixed my problem -- however, i don't know what the repricusions are.
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.