Just patching the plugin into my site, a major upgrade from 1.3.9h to 1.5.5d.
Supposedly only one file in the /includes... folder is to be edited...
includes/modules/pages/advanced_search_result/header.php - No problem with that.
Then came on this one...
includes/classes/sitemap.php which appears to have a small patch that's not flagged but seems to refer to Hide Categories, thus:-
from " . TABLE_CATEGORIES . " c LEFT JOIN "
. TABLE_HIDE_CATEGORIES . " h ON (c.categories_id = h.categories_id), "
. TABLE_CATEGORIES_DESCRIPTION . " cd
where (h.visibility_status < 2 OR h.visibility_status IS NULL)
and c.categories_id = cd.categories_id
So, patch or not? Any suggestions welcome.
Bookmarks