Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: BUG: admin.cgi span pages broken

Quote Reply
Re: BUG: admin.cgi span pages broken In reply to
This was a *pain* to track, because of all the references...... nothing to search on.

But, I was able to make it work, by editing the Admin_HTML.pm this:

Code:
$SCRIPT_URL = $ENV{'SCRIPT_NAME'}; #this is overwritten in the next line, kept for the heck of it.
$SCRIPT_URL = '/www/server/cgi-bin/LinkSQL/admin/admin.cgi'; ### Force it to this value.

Forcing the path to be hardcoded.
Subject Author Views Date
Thread BUG: admin.cgi span pages broken pugdog 4207 Jul 14, 1999, 4:58 PM
Post Re: BUG: admin.cgi span pages broken
pugdog 4074 Jul 14, 1999, 7:00 PM
Post Re: BUG: admin.cgi span pages broken
pugdog 4077 Jul 14, 1999, 7:33 PM
Post Re: BUG: admin.cgi span pages broken
Alex 4085 Jul 14, 1999, 9:06 PM
Post Re: BUG: admin.cgi span pages broken
pugdog 4077 Jul 15, 1999, 10:35 AM