Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question HELP: How to retrive deleted Thread ?

More
15 years 11 months ago #49708 by sunnyjey
It seems one thread got deleted from my site. I do not know how?

What is the correct way to retrive this deleted thread? I have back up of my site taken one month back. Now over 1 month there are several new threads are come up. What is the way to get this thread to PHPMYADMIN.

I really need this thread back, as it was most popular thread on our site. I dont know how it got deleted.

Please Log in or Create an account to join the conversation.

More
15 years 11 months ago #49715 by xillibit
Hello,

If a thread has been deleted in k1.5, you can't retrieve it :(. If, you know the id of thread you could found it with phpmyamin, but if this thread has right been deleted, you will find nothing.

I think the better solution, is to use a backup if you have one.

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

More
15 years 11 months ago #50153 by Matias
If you have backup from the tables, you could find the deleted thread from there and move it back to real database. While it can be done, it's not easy task and needs deep understanding on sql language.

Please Log in or Create an account to join the conversation.

More
15 years 11 months ago #50233 by sunnyjey
Matias wrote:

If you have backup from the tables, you could find the deleted thread from there and move it back to real database. While it can be done, it's not easy task and needs deep understanding on sql language.


Thank you xillibit and Matias for replying.

I have mysql backup. I am not able to figure out the exact sql query to execute this. The deleted thread was very important thread for me.

Can you suggest/direct my sql query to get back this thread online?

Please Log in or Create an account to join the conversation.

More
15 years 11 months ago #50501 by Matias
Sorry for delay, I've been away from the forum trying to finish K1.6..

As I said, there's no simple SQL query to get the data back to the main table. It's doable, but needs some understanding on SQL and some data mining. Did you already locate the topic?

Once you find one message in it, you will know the thread (field in jos_fb_messages). Once you know the thread, you can select all messages in it. And when you have that, you do INSERT INTO the live database with data from SELECT * WHERE thread=xxx.

PS. please backup or try it in somewhere else than live table
PPS. if you're not skilled enough, you can always pay someone to do it

Please Log in or Create an account to join the conversation.

Time to create page: 0.310 seconds