Site map is not output to page after latest update. Message is being output ok, but no tree is visible at all.

Module had been working quite effectively until now. Check the page live here .

Comments

andrec’s picture

Priority: Critical » Minor
Status: Active » Closed (fixed)

Discovered this was not a bug at all, just standard user error :(
Sincere apologies.

keenubee’s picture

Status: Closed (fixed) » Active

Site map was not output Menus trees for that reason:
Line 278 in site_map.module:
$mids = variable_get('site_map_show_menus'. $language->language, array());

Corrected:

$mids = variable_get('site_map_show_menus_'. $language->language, array());

frjo’s picture

Status: Active » Fixed

Thanks leLik, committed your fix to 6-dev.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.