PDA

View Full Version : links are deleted


harun
09-10-2005, 12:14 AM
i have used the link directory for 3 days. Firstly i add 61 links, today when i try to submit a link. One active link is deleted for the new one.
Please help me.

David
09-10-2005, 12:22 AM
Did you do a manual install?

harun
09-10-2005, 12:25 AM
i use the install directory to install.
..../install

Ap0s7le
09-10-2005, 03:16 AM
Harun,

Does the PLD_LINK_SEQ table exist in the DB?

later

harun
09-10-2005, 09:41 AM
yes,
the table PLD_LINK_SEQ exist
and one row in it like: id | 9

yktan
09-10-2005, 10:38 AM
Hi haru,

Ok, that's the problem. What you need to do now is to query the PLD_LINK table and find out what is the largest number for the "ID" column. Then, update this number to "ID" column of the record in PLD_LINK_SEQ.

Regards,
York Kie

harun
09-10-2005, 10:49 AM
Thank you very much.
Problem is solved.

But will it happen again?
i think it should be automatically increased, shouldn't it?
Because really i don't understand why it shows the record of '9', as i mentioned there have been more than 60 links in database.

Thank you very much to every one and yktan.

yktan
09-10-2005, 01:33 PM
You're welcome harun. Yes, the number is automatically increased whenever you insert a new record. It is weird that the problem should occur at all if you didn't insert records manually into PLD_LINK. If you hit the problem again, please post a another reply to this thread and we'll try to debug your installation.

Regards,
York Kie

Ap0s7le
09-10-2005, 06:34 PM
Thanks York for doing that while I was away.

You rock.

later

yktan
09-10-2005, 06:59 PM
No problems bud, I was just following your beat :)