(ExtJS?) problems on newly installed site

I have a fresh install of a MODX 3.1.0 site (with PHP 8.3.13), that’s acting a bit wierd for some reason.

First thing that I noticed was that when downloading extras, the buttons to update, reinstall, etc. were showing up as if the extra was already installed, although it was only downloaded:

I can click “Reinstall” to install the extras which works fine as far as I can tell.


The second issue I noticed (which I’m not sure if related) is that I can’t click on the menu item to open the Error Log. I get this error in the console instead:

Uncaught TypeError: _this.focusRestoreEls.pop().parentNode.nextSibling.focus is not a function

There are these errors in the log (if I open it via URL):

ERROR @ (core/src/Revolution/modX.php : 1794) Unable to load processor for action "getFunctions", it does not exist as an autoloadable class that extends \MODX\Revolution\Processors\Processor, and also not as a file in "core/components/ace/processors/getFunctions.class.php"
ERROR @ (core/cache/includes/elements/modx/revolution/modplugin/1.include.cache.php : 78) PHP warning: Undefined property: ElementChunkCreateManagerController::$chunk
ERROR @ (core/src/Revolution/Transport/modTransportPackage.php : 756) PHP warning: A non-numeric value encountered

I tried re-running the setup in case something went wrong during installation but no luck so far.

Any ideas what might be causing this?

These are known issues with MODX 3.1.0.

Either use MODX 3.0.6 for a new installation or patch the issues manually.

Install button:

3rd level menu items not working:

2 Likes

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”.