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

Problems installing LinkMan?
Post Reply
xyz
Posts: 3
Joined: Tue Nov 28, 2006 5:11 pm

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

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
xyz
Posts: 3
Joined: Tue Nov 28, 2006 5:11 pm

Post 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??
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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"
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
xyz
Posts: 3
Joined: Tue Nov 28, 2006 5:11 pm

Post 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!
Post Reply