SeoSuite and Sitemap on MODX 3

Has anyone deployed SeoSuite on MODX3 successfully?
Sitemap is throwing:

[2023-11-30 09:06:53] (ERROR @ /var/www/sites/xxx.tld/dev/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 667) Could not load class: SeoSuiteResource from mysql.seosuiteresource

Are there any alternatives used to this extra, or am I missing something?

What version of SeoSuite have you installed?
Could it be, that it is an old version for MODX 2.x?
Does the file core/components/seosuite/bootstrap.php exist?

SeoSuite 3.1.4-pl installed (latest from Extras). bootstrap.php exists.

Try changing this line in the code

to this instead:

array_keys($this->modx->getFields(SeoSuiteResource::class))
1 Like

That fixed it, thanks! Although I think my main issue was that I imported reosurces and installed seosuite afterwards. Need to figure out how to process all of them, so they will show up (don’t really want to save all of them manuall).

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.