I am having a unique problem with latest phpLD 3.4 version. Few weeks back bought two of the phpLD 3.4 (the latest version) and having problem with one of them. The problem is some of my active links as well as pending links are disappearing without a trace of them. Already happened twice in my knowledge. The other seem to have no such problem. The directories are in my signature and problem is with the second signature directory. Can anyone give me some answer and shed some light on the problem. Thanks.
I experienced the same thing before as I did link dump into the database. Did u? the prob seems in the link sequence. but I don't know how to fix it, better to post question in phpld forum.
You might want to post this over in phpld forum. 3.4 is relatively new so it might have these bugs. My recommendation is to have a snapshot of DB everyday and compare.
Run this query in phpmyadmin UPDATE PLD_LINK_SEQ SET ID = (SELECT `ID` FROM `PLD_LINK` ORDER BY `ID` DESC LIMIT 1)+1
Hello... If you are missing complete sections (inner panel empty) then chances are that its Hosting updating there servers as SEOhosting (host gator) has been doing that crap then i have to pay my coder to fix an issue they caused. laterz malcolm
Did you run the query I posted? The ID of the highest entry into the PLD_LINK table should match that of the entry in the PLD_LINK_SEQ table. IF you need to confirm them both, run there queries: This will extract the highest ID within the PLD_LINK table. Take note of the ID number. SELECT `ID` FROM `PLD_LINK` ORDER BY `ID` DESC LIMIT 1 This will show you the sequantial ID. Take note of the ID number SELECT `ID` FROM `PLD_LINK_SEQ` Both numbers should be the same, or the PLD_LINK_SEQ ID should be of a higher value. If they do not match, or the SEQ table ID id not the same or higher, then run the query I gave you earlier: UPDATE PLD_LINK_SEQ SET ID = (SELECT `ID` FROM `PLD_LINK` ORDER BY `ID` DESC LIMIT 1)+1
Do you mind telling little bit in details. I am new to directories (the 2 signatures are my first), so I am not very familiar with them. Thanks for help.
OK, you cannot be serious about this post if you've even read the post previous to it that does give an explanation. This is obviously now just you spamming your links around.
I have run all three commands. This query gives me no result. This one gives me 48 And the first one you told me to run gives me result in the screen shot below - pls let me know what to do next
If phpLD is Gods gift to creation (as so many think) why do users ask their questions here and not at their support forums?
Several reason why: They want to charge for anything and everything. Even the smallest of code. Even code provided for free. They delete code provided in posts, to try and do the above to people. I know, I posted code to help someone just 2 days ago and my post got deleted. They belittle those whom ask for simple support and basically call them stupid. There is a 'god-like complex' over there, where they think they know it all. This has been mentioned several times by people seeking my help due to their inadequate knowledge and assistance. I had several thousands posts over there which provided coding help and assistance that they have deleted. My post count has dropped down to 2,901 whereas it was in the mid x,xxx's before that. I guess they like to take free code and then charge for it. It's truly sad what that place has become now that money is the main objective. It sure was never that way when I was moderating the forums over there. Never did I power trip, nor did I ever belittle people.