PHP warning: Undefined array key "debug" (seosuite)

Hi all,

I’ts been a while.

Still not over to modx3.x because de dependends on to many extras.

My log is flodded with this message:

	11.11.2025	19:45:20	ERROR	../core/components/seosuite/model/seosuite/seosuite.class.php
PHP warning: Undefined array key "debug"

Any pointers?

Kind

Ilja

The code should still execute correctly.
PHP 8 just creates a warning, when the code tries to access an array-key that doesn’t exist.


If you’re annoyed by the error message (and you can’t upgrade to a newer version of SeoSuite), then manually make the same change to the file core/components/seosuite/model/seosuite/seosuite.class.php as in this pull request: