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

add_success.html does not load

Quote Reply
add_success.html does not load
Question: if I a new link enter, add_success.html does not load. The picture stops. In the Adminitration is the new link however available (it validate) during incorrect link input comes error the add_error.html, but add_success.html is not only loaded, from where that comes?

urs



------------------
Quote Reply
Re: add_success.html does not load In reply to
From what you are indicating, most likely you have a problem with the HTML in the add_success.html

One way to check it, is to take a template you know works, like the "add_error.html" and rename your add_success.html to add_success.html_old, then COPY the add_error.html to add_success.html

If the template loads correctly (possibly with "undefined tags" then you know it's a problem with the HTML, and not the programs.

Does this make sense?

Quote Reply
Re: add_success.html does not load In reply to
Thanks for tip, but nothing unfortunately changes. The acknowledgement page is not loaded. In the administration the entry is however available. One a file accesses, which is however not processed, but which?
urs




------------------
Quote Reply
Re: add_success.html does not load In reply to
Is there a URL I can go to to see what comes back in the browser when an add fails?

Quote Reply
Re: add_success.html does not load In reply to
If you are using templates from Links 2.0, did you check the readme blurb:

Quote:
- Add and Modify Templates: You will need to add 'NAME="add"' to the submit
button of all add forms, and 'NAME="modify"' to the submit button of the
modify forms.

Cheers,

Alex