Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Add A Link bug

Quote Reply
Add A Link bug
When I add a link through the admin.cgi I am not getting the final look at the entry nor is it bringing up another window to do another entry.

I am using Netscape and was wondering if anyone else was having this problem and how you got it fixed?

Please advise.

Jerry
Quote Reply
Re: Add A Link bug In reply to
Never had trouble with it and I use Netscape (4.5). Does it work fine with IE?
Quote Reply
Re: Add A Link bug In reply to
I think there is a problem in the Yahoo templates in that the <form> tag is nested in a table. Fix that and you should be fine.

Cheers,

Alex
Quote Reply
Re: Add A Link bug In reply to
I don't know why but just now when I added a link it was fine. Except I don't get the add another link window as with 1.1. Is it suppose to be this way?

Jerry
Quote Reply
Re: Add A Link bug In reply to
Yes, it is supposed to be that way. Instead of the "Add Another Link" window, you have prompts at the bottom of the form just added to click if you want to add another record.
Quote Reply
Re: Add A Link bug In reply to
I am now out of the blue getting this error.

Code:
fatal error: Undefined subroutine &main::site_html_add_success called at add.cgi line 120.

And this is what I have on the add.cgi.

Code:
Line119 # Send the visitor to the success page.
Line120 &site_html_add_success;
line121 }

What could be causing this?

Jerry


[This message has been edited by Jerry (edited May 04, 1999).]
Quote Reply
Re: Add A Link bug In reply to
Hate to do this again, but I figured out what I did wrong.

I must have deleted the sub routine in site_html_templates to build the success page.

Jerry