Page 2 of 2

Posted: Wed Apr 08, 2009 3:38 pm
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.

Issue Resolved !

Posted: Thu Apr 09, 2009 1:10 am
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

Posted: Thu Apr 09, 2009 1:49 pm
by Klemen
You're welcome, I'm glad it's sorted now.