It sounds like you are saying that if a user does not have access to a page, they are getting a blank page with absolutely no content other than a simple "403" message in the upper left hand corner.
I'm assuming that you would prefer that they get a page that has the formatting for the rest of your site, but instead of content they get an sensible "access denied" message.
I don't have a quick answer for you, but a few questions might help:
1) Is the problem the same for unauthenticated users as well as authenticated users (assuming that they are both trying to access pages that they should not have access to)?
2) It sounds to me like the problem is with the layout. Do you have a fall-back (default) layout specified here: /admin/structure/layouts ?
Yes..that's right, but oddly, I restored an earlier database, and noted the issue disappeared ..and then when I restored the latest database, the issue did not return.
Since the restored databases exclude cache tables, I suspect it was cache related.
I don't have any answers yet Tim but maybe I will once I test this out again. I believe that it would take more work to create more fine grained contexts. Not obvious given that this is two different...
It looks like "civicrm" is the context. I'm still not sure sure how I am supposed to know this, but it seems to be working for me.
So far, this layout is working for civicrm pages with path civicrm/...
lubwn, would you be interested in posting feedback on this issue? https://github.com/backdrop/backdrop-issues/issues/5032. You'll need a GitHub account, but if you would prefer you can post it here...
thank you | thank you |thank you :)
Solved, I can now install modules.
Something else I learned today from the wonderful backdrop
PD: I hope after my self-taught training to start contributing with...
Hey @willowf 👋
Can you please check what the value of the "Temporary directory" field is under Configuration → Media → File system (admin/config/media/file-system)? ...I'm assuming that it's hard-...
Posted4 days 10 hours ago by Greg Netsas (klonos) on:
Comments
Barney:
It sounds like you are saying that if a user does not have access to a page, they are getting a blank page with absolutely no content other than a simple "403" message in the upper left hand corner.
I'm assuming that you would prefer that they get a page that has the formatting for the rest of your site, but instead of content they get an sensible "access denied" message.
I don't have a quick answer for you, but a few questions might help:
1) Is the problem the same for unauthenticated users as well as authenticated users (assuming that they are both trying to access pages that they should not have access to)?
2) It sounds to me like the problem is with the layout. Do you have a fall-back (default) layout specified here: /admin/structure/layouts ?
Yes..that's right, but oddly, I restored an earlier database, and noted the issue disappeared ..and then when I restored the latest database, the issue did not return.
Since the restored databases exclude cache tables, I suspect it was cache related.
Thanks a million for helping...very grateful.