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

Add, Modify and Login

Quote Reply
Add, Modify and Login
Hi,
I have went through the setup.cgi routine and installation and all seems to be working fine accept I can't add a link, modify a link or login or create a new user. Upon filling out the add page or other and submitting it just returns me back to that same page erasing the data in the blanks. No addittion is sent to the mySQL database nor is the link sent to the admin.cgi script for validation. I've pulled my hair out to find the problem but no luck.


Quote Reply
Re: Add, Modify and Login In reply to
Have you hacked the template files? If so, compare the form codes between the orginals and your hacks. Most likely, you have inadvertantly deleted the "name" of the submit button, which should be "add".

Regards,

Eliot Lee

Quote Reply
Re: Add, Modify and Login In reply to
I have the original template files. The line you are refering to is as follows:

<input type="SUBMIT" name="add" value="Add Resource">

Any ideas ???