Topics page still not coming up. Scroll down please.
#------------------------------------------------- ------------------------------ # DISCUS COPYRIGHT NOTICE # # Discus is copyright (c) 2002 by DiscusWare, LLC, all rights reserved. # The use of Discus is governed by the Discus License Agreement which is # available from the Discus WWW site at: # http://www.discusware.com/discus/license # # Pursuant to the Discus License Agreement, this copyright notice may not be # removed or altered in any way. #------------------------------------------------- ------------------------------
use strict; use vars qw($GLOBAL_OPTIONS $PARAMS $DCONF);
sub get_cgi_extension { my ($zero) = @_; if ($zero =~ m|\.(\w+)$|) { return $1; } foreach my $try ('cgi', 'pl') { return $try if -e "./config.$try"; } opendir(DIR, "."); while (my $i = readdir(DIR)) { return $1 if $i =~ m|^config\.(\w+)$|; } closedir(DIR); print "Content-type: text/html\n\n"; print "Script Execution Error: config.*** location error [2].\n"; exit(0); }
Above is still what I have on my "Topics" page of the forum. I did a refresh as Froggy suggested in the "Gas cap" thread but still no Topics page. He suggested it was back up and running properly several hours ago. Is there anything else I might try? And thanks to any one who can help.
And below is whats in a small box at the top of the 1125 page: = $ENV{'QUERY_STRING'}; } }