Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Admin menu works fine, but shows CGI error

Quote Reply
Admin menu works fine, but shows CGI error
Hi,
I just installed Links 2.0 and it appears to be working fine. However, when I load the admin page, at the bottom of the left frame and main frame, *after* apparently loading all the html for those pages (Links, Categories, Emailing, Verifying Links, etc.),
the following information appears in both frames:

CGI ERROR
==========================================
Error message: one
Script location : blah blah blah
Perl Version: 5.00404

then it displays the form variables and environmental variables. What is going on here and how can I fix this so this error information does not appear.
Quote Reply
Re: Admin menu works fine, but shows CGI error In reply to
open admin.cgi and go to the 2nd to last line, which reads:

&cgierr("Done");

comment it out:

#&cgierr("Done");

and you should be all set.

Smile

--mark