From: SourceForge.net <no...@so...> - 2005-11-08 21:33:24
|
Bugs item #1351696, was opened at 2005-11-08 16:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425769&aid=1351696&group_id=39625 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: peter (pjaffe7136) Assigned to: Nobody/Anonymous (nobody) Summary: syntax error in wwwadmin.pl Initial Comment: I am trying to get v1.6 to run but having trouble with the perl scripts. Specifically, I am getting an "Internal Server Error" when trying to run the wwwadmin.pl script. I tried to run it from the command line and got an error as well. After assuming that it was something I did to customize it, I unzipped the original and tried to run it from the command line. Same problem. Any ideas? D:\tmp>perl -TW wwwadmin.pl Content-Type: text/html; charset=iso-8859-1 Use of uninitialized value in string eq at wwwadmin.pl line 175. <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1- transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title>WWWAdmin For WWWBoard</title> <link rel="stylesheet" type="text/css" href="/css/nms.css" /> </head> <body bgcolor="#FFFFFF" text="#000000"><center> <h1>WWWAdmin For WWWBoard</h1></center> <p>Choose your Method of modifying WWWBoard Below:</p> <hr size="7" width="75%" /><br /> <ul> <li>Remove Files <ul> <li><a href="http://nms-test/cgi-bin/wwwadmin.pl? remove">Remove Files</a> <li><a href="http://nms-test/cgi-bin/wwwadmin.pl? remove_by_num">Remove Files by Message Number</a> <li><a href="http://nms-test/cgi-bin/wwwadmin.pl? remove_by_date">Remove Files by Date</a> <li><a href="http://nms-test/cgi-bin/wwwadmin.pl? remove_by_author">Remove Files by Author</a> </ul><br /> <li>Password <ul> <li><a href="http://nms-test/cgi-bin/wwwadmin.pl? change_passwd">Change Admin Pas sword</a> </ul> </ul> </body></html> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=425769&aid=1351696&group_id=39625 |