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.
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.
are you the super user?
Yes.
what version of c5
5.4.0.5
How did you Hack it...I have the same problem.
Thanks,
Thanks,
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.
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.