Can't edit who can access the sitemap

Permalink
I have a client site that is giving me a fit. When I click on the Sitemap in the Dashboard, the list of pages is displayed, obviously.

When I click on "Access" I get this error message:

"You are not allowed to change who can access the sitemap."

Other C5 sites of mine operate correctly. I eventually ended up hacking the access.php page to allow me to assign the groups that could view the sitemap and then removed the hack, but it sure would be nice to figure out how to correct this.

 
Mnkras replied on at Permalink Reply
Mnkras
are you the super user?
ddmobley replied on at Permalink Reply
Yes.
Mnkras replied on at Permalink Reply
Mnkras
what version of c5
ddmobley replied on at Permalink Reply
5.4.0.5
wcgage replied on at Permalink Reply
How did you Hack it...I have the same problem.

Thanks,
ddmobley replied on at Permalink Reply
In /concrete/controllers/dashboard/sitemap/access.php, I believe I commented out the following code:

if (!$vt->validate("sitemap_permissions")) {
$this->set('error', array($vt->getErrorMessage()));
return;
}

and made my changes, then uncommented it, but it has been so long back. I have already dumped C5, it's just not ready for prime time yet.