Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Error: Can't find link id: 6

Quote Reply
Error: Can't find link id: 6
I have the same problem another fellow had. when I click on a generated
link I get
"Error: Can't find link id: 5"
I changed the $db_iis to '1' but that just caused a server error when I
tried to access the admin.cgi

I found that the script just refused to write to the url.db (permission is
fine) so I tried writing directly to the file with the appropriate ID # and
syntax (I believe) i.e. 5|http://some-url.com but apparently it wont read
the url.db either. It just seems that that file won't work for some reason.

------------------
Jim K
Quote Reply
Re: Error: Can't find link id: 6 In reply to
A quick update. I tried again to write directly to the file (url.db) and in fact was able to get the script to read the link and function properly. But I am still unable to get the script to actually write the link to the file itself. (permissions are fine and are the same as on the links.db which works perfectly)

------------------
Jim K