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

Error in html of admin screen navbar?

Quote Reply
Error in html of admin screen navbar?
After installing v 2.0. I cannot add either categories or links as somthing funny has happened to the html output in the navigation bar of the admin screen.
Source of the navbar appears like this:
<a href="http://www.reflektor.se/cgi-bin/links/admin/admin.cgi?db=links&view_search=1">View</a><br>
<!--ref="http://www.reflektor.se/cgi-bin/links/admin/admin.cgi?db=links&add_form=-->Add</a><br>
<a href="http://www.reflektor.se/cgi-bin/links/admin/admin.cgi?db=links&delete_search=1">Delete</a><br>

All links except theese two appear allright.
Can anyone help me out on this one?

Olle Lindevall
Quote Reply
Re: Error in html of admin screen navbar? In reply to
 
Quote:
<!--ref="http://www.reflektor.se/cgi-bin/links/admin/admin.cgi?db=links&add_form=-->

For some reason, that line has turned into an html comment. It isn't that way in the original release. Either go into admin_html.pl and fix it or reupload admin_html.pl.
Quote Reply
Re: Error in html of admin screen navbar? In reply to
The best way to make sure Netscape is not using its cache is to make sure document in cache is compared to document on network is set to every time.
Quote Reply
Re: Error in html of admin screen navbar? In reply to
I've got almost everything working on my testsite now. But:
The admin screen html still behaves funny. All links to the add.cgi still appear as html comments, but _only_ when I access the admin screen from home (Mac PB 1400 Netscape 4.08). I have cleared netscape's cache and the problem persists. Calling admin.cgi from another machine at work (pentium, win NT, IE 4.0) everything appears perfectly normal. How on earth is this possible? Can the admin.cgi deliver different output to different browsers?
/Olle