Line 188 your module make a call to comment_num_all without previously checking if comment module was available.
So when you access Site map you get a general error.
Line 188 your module make a call to comment_num_all without previously checking if comment module was available.
So when you access Site map you get a general error.
Comments
Comment #1
kbahey commentedNice catch.
Fixed in CVS, 4.6, and 4.5.
Comment #2
tostinni commentedGreat, just watch out your editor indentation, there's a tab before
if (module_exist('comment')) {.Comment #3
(not verified) commented