RustyDogma
Member
did it 2 minutes ago, can I recover?
Do you have a trash folder, deleted files ending up there?did it 2 minutes ago, can I recover?
Unfortunately, I believe it was changed.Fortunately, I don't think threads are purged from the database for deleted nodes. I know this was marked a 'future fix' years ago and I don't think it's changed since.
Would take some SQL ninjaing to fix though.
if ($this->getOption(self::OPTION_DELETE_THREADS))
{
XenForo_Application::defer('ThreadDelete', array('node_id' => $nodeId), "threadDelete_$nodeId", true);
}
SELECT * FROM xf_thread WHERE node_id = 123
Edit: Ooops, I thought that it was the whole forum.
Act quickly: Restore your whole forum from that.a lot of them since my last back-up 24 hours ago.
array(2) {
["node_id"] => string(2) "54"
["_xfConfirm"] => string(1) "1"
}[code]
So, 54.. but not sure what the new one is.
<!-- Mysqli prepare error: Table 'dominio1_DOforum.xf_data_registry' doesn't exist -->
but that table is there:
MariaDB [dominio1_DOforum]> SHOW TABLES LIKE 'xf_data_registry' ;
+-----------------------------------------------+
| Tables_in_dominio1_DOforum (xf_data_registry) |
+-----------------------------------------------+
| xf_data_registry |
+-----------------------------------------------+
1 row in set (0.00 sec)
MariaDB [dominio1_DOforum]>
I even dropped that table, but it is still complaining:.
MariaDB [dominio1_DOforum]> SHOW TABLES LIKE 'xf_data_registry' ;
Empty set (0.00 sec)
MariaDB [dominio1_DOforum]>
Can you check with forum vendor please, what we need to do in order to restore/fix exactly ?
It is possible that, at least partly, your DB is innodb, therefore messed restore, but I can't really tell you more at this point. What I suggests is to move this to our Senior Technicians so that they can try to restore and/or fix database. Please note that you will likely have to wait 1-2 hour before they come back online. Is that acceptable to you, kindly please ?
That's what I thought.Act quickly: Restore your whole forum from that.
We use essential cookies to make this site work, and optional cookies to enhance your experience.