XMB Forum Software

[Critical] Patch for Pruning

kuba1 - 9-7-2009 at 07:19 PM

Anyone using XMB 1.9.11 that intends to use pruning must make this change.

In CP2.php

find:

Code:
$db->query("DELETE FROM ".X_PREFIX."favorites WHERE IN ($tids)");


Replace with:

Code:
$db->query("DELETE FROM ".X_PREFIX."favorites WHERE tid IN ($tids)");


This has been corrected in the download package.

Thank you deep_blue for the bug report!

[Critical] Patch for Pruning

miqrogroove - 1-24-2010 at 05:10 AM

Issue #331

Bug Source: XMB-1.9.11.00.zip through XMB-1.9.11.06.zip

Symptoms: Using the Prune feature from the Control Panel page causes all favorite threads data to disappear.

Security Impact: None.

Workaround: It is recommended that you do not use the prune feature until the patch is applied.

Fixed By: XMB-1.9.11.07.zip and later are not affected.

Patch: Attachment: XMB-1.9.11-prune-critical.patch.txt (685B)
This file has been downloaded 563 times