Page 1 of 1

Can not add link, ERROR Please enter your name!?

Posted: Tue Nov 28, 2006 5:29 pm
by xyz
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Need some help please! Have installed the linkman script and links can not be added through the form. I'm getting this error message

"ERROR

Please enter your name all the time"

When I manually add a link in admin it works and everything else looks fine. Saw another post about this problem and uploaded addlink.php again but it did not help and I'm still getting this error message.
Would be very greatful for some advise since it looks like a nice script if one could get it to work

Posted: Tue Nov 28, 2006 8:12 pm
by Klemen
What's the URL of the script on your server?

Have you been editing the form.html file? If yes try the original one.

Posted: Tue Nov 28, 2006 10:28 pm
by xyz
URL is www.horsetraderinn.com/linkman/links.php

I made a try with the original header and got the same result. Then when I changed back to the header I first had I all of a sudden lost a couple of pictures that I had in the header??

Posted: Tue Nov 28, 2006 11:13 pm
by Klemen
Works fine with the original form:
http://www.horsetraderinn.com/linkman/form.html

On your edited form you have the opening form tag imediately closed with a </form>:

Code: Select all

<form action="addlink.php" method="post"></form>
Use the correct code from original form and it will work.

As for images use the FULL URLs to images in the header/footer files, right now one of your image src is http://www.horsetraderinn.com/linkman/Banner468x60.gif which doesn't exist. For example you have

src="ew-logo.gif"

should be

src="http://www.horsetraderinn.com/ew-logo.gif"

Posted: Wed Nov 29, 2006 11:14 am
by xyz
I finally got it to work. I had the form embedded in a page within an iframe and that did not work even if I adjusted the html code according to your advice. When I used linkman/forms.html directly it worked.
Thanks a lot for your support and effort in helping me out on this one!