backdrop-contrib / domain

A domain-based access control system for Backdrop CMS
https://backdropcms.org/project/domain
3 stars 5 forks source link

Domain List - Unsupported operand types: string / string #19

Closed stpaultim closed 6 months ago

stpaultim commented 6 months ago

I was trying to test the recent PR's I submitted and I'm getting this fatal error, when I try to access the configuration page domain list:

Unsupported operand types: string / string

So, I went back and am trying to get this page to work on the module before this PR and I can't get it to work there, but I don't see any issues open for it yet.

Does this page work for anyone other me?

image

It seems that all of the other menu items will at least load for me.

Here is the error:

image

This is in the error log:

TypeError: Unsupported operand types: string / string in pager_default_initialize() (line 119 of /var/www/html/core/includes/pager.inc).

stpaultim commented 6 months ago

@yorkshire-pudding seems to be able to access the list of domains here: https://github.com/backdrop-contrib/domain/issues/13

I'm not sure why I can't, even when using the same version of the module on a fresh site.

stpaultim commented 6 months ago

I found some problems with the default config settings that should fix this problem. PR coming in a few seconds.

These three settings were in "quotation" marks by default and they should not be.

image