PDA

View Full Version : Could someone help me?


worldtv
02-11-2006, 05:19 AM
I installed phplinkdirectory http://www.hexadir.com

Im also using the SkyBlue Template from web-designers-directory.org.

I'm installed the software and it's running fine, the problem is that when we add links to the directory it has a limit of 59.

If I add a new link one of the links already registered is deleted without warnings, it just disappear, That's weird, doesn't it?

I double check everything, installatation, forums, help topics, nothing, I can't found an explanation.

I will appreciate your advice.

Is this problem common?, how can I solve it?

Thanks in advance

PD, please forgive my grammar, English is not my first language

David
02-11-2006, 05:53 AM
I think you are missing the pld_link_seq table in mysql.
Can you confirm if it exists?

David
02-11-2006, 05:56 AM
The sql to insert the table would be like this:
Content visible to registered users only.

Where you see 2751, change the value to the highest id in your phd_links table (id field), and this should solve your problem.

worldtv
02-11-2006, 02:25 PM
In first place, I'd like to say thanks David for your prompt answer

The table that you mentioned (PLD_LINK_SEQ) is there, the problem is that it had four records instead of one, with different numbers, 133, 17, 26, 58.

I deleted three of them and changed the number for the links count (59), after that I added a couple of links, without problems.

Thanks a lot