I have two instances - live and dev and both throw
 

Forbidden - You don't have permission to access this resource. when trying to access the Status Report page. Naturally I'm logged in as the Admin user.

I just tossed up a Third instance (thrash), completely default and I'm getting the same error. This is a fresh/default install. I've set domain and cookie domain in settings.php ... .htaccess looks fine.

Any ideas?


Backdrop CMS:                   1.33.1
Installation profile:           standard
PHP version:                    8.3.30
Drupal 7 compatibility:         on
Database server:                10.11.15-MariaDB-log
Web server:                     Apache
jQuery version:                 3.7.1
jQuery UI version:              1.14.0
CKEditor 5 version: 47.3.0      Used in formats: Basic

Themes
======
Default theme:                  Basis (basis) 1.33.1
Admin theme:                    Seven* (seven) 1.33.1
                               *used when editing or creating content

Enabled modules
===============

Core
----
admin_bar                       1.33.1
block                           1.33.1
ckeditor5                       1.33.1
color                           1.33.1
comment                         1.33.1
config                          1.33.1
contextual                      1.33.1
dashboard                       1.33.1
date                            1.33.1
dblog                           1.33.1
email                           1.33.1
entity                          1.33.1
field                           1.33.1
field_sql_storage               1.33.1
field_ui                        1.33.1
file                            1.33.1
filter                          1.33.1
image                           1.33.1
installer                       1.33.1
layout                          1.33.1
link                            1.33.1
list                            1.33.1
menu                            1.33.1
node                            1.33.1
number                          1.33.1
options                         1.33.1
path                            1.33.1
redirect                        1.33.1
search                          1.33.1
system                          1.33.1
taxonomy                        1.33.1
telemetry                       1.33.1
text                            1.33.1
update                          1.33.1
user                            1.33.1
views                           1.33.1
views_ui                        1.33.1

Comments

indigoxela's picture

Hi TallElfin,

that sounds like a webserver misconfiguration. It has nothing to do with the CMS itself.

So... other paths work just fine, also admin paths, only the path "admin/reports/status" is forbidden by Apache?

I've set domain and cookie domain in settings.php

If other (admin) pages work just fine, it's for sure not related to that.

.htaccess looks fine

Does that mean, you didn't change anything in there? Or did you?

Just an assumption: something in your Apache setup prevents this particular path. Apache has a "status" page itself, maybe there's a weird setup for SetHandler server-status somewhere? Only guessing.

I never ran into the problem, that only one particular path of Backdrop is prevented by Apache.

I do have the apache status page set up ... I will look in to this really fast. BRB.