addlink.php on Linkman

Problems installing LinkMan?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

I found the problem! There was a short PHP tag on addlink.php line 407 so servers which do not allow short PHP tags threw an error. I changed it to a full tag now in the original download so you can either download linkman again and upload the new addlink.php file or change line 407 yourself from

Code: Select all

<?
to

Code: Select all

<?php
Sorry for the inconvenience, most servers have short tags enabled (they are enabled by default in PHP) and I didn't even notice it.
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
onequickmemory
Posts: 4
Joined: Sun Apr 05, 2009 11:19 am

Issue Resolved !

Post by onequickmemory »

That was it! I probably NEVER would have figured that out. PHP short tags being DISABLED was not something I was familiar with or something that is well documented online when searching for this solution.

I REALLY appreciate you taking rapid action in helping me out with this. I care not to mention how much time I have spent in my efforts - but I will say that I will request my client purchase the license and advise colleagues to do the same. Great work on the script overall.

Sincerely,
Jeremy Vogt
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You're welcome, I'm glad it's sorted now.
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
Post Reply