Hi,
just from this
applied and verified:
- pdoTools installed
- pdoTools active
- added pdoTools to onMODXInit (which setup didn’t do)
and at least it didn’t crash the manager. So I could check the logs, I did see many of the first and last message, and the central block:
Skipping vehicle object of class modChunk (data object exists and cannot be upgraded); criteria: Array ( [name] => tpl.msEmail.cancelled.user )
Attempting to preserve files at /home/…/components/minishop2 into archive /home/…/core/packages/minishop2-3.0.6-pl/modCategory/410fd82b01e8071d843ebb1016174bd4.0.preserved.zip
Attempting to preserve files at /home/…/core/components/minishop2 into archive /home/…/core/packages/minishop2-3.0.6-pl/modCategory/410fd82b01e8071d843ebb1016174bd4.1.preserved.zip
PHP warning: require_once(/home/…/core/model/modx/modprocessor.class.php): Failed to open stream: No such file or directory
Installation failed at /core/components/minishop2/processors/mgr/category/create.class.php:3: Failed opening required ‘/home/…/core/model/modx/modprocessor.class.php’ (include_path=‘.:/opt/php8.1/lib/php’)
Could not install package with signature “minishop2-3.0.6-pl”.
Trying to install package with signatur minishop2-3.0.6-pl
Package found … preparing installation.
Accessing package-Workspace …
Workspace-environment prepared, installing package …
Skipping vehicle object of class modSystemSetting (data object exists and cannot be upgraded); criteria: Array ( [key] => mgr_tree_icon_mscategory )
Because of that I did look at this: /core/components/minishop2/processors/mgr/controller/create.class.php
and I see modprocessor, but for MODX3 shouldn’t this be …Processor?
require_once MODX_CORE_PATH . ‘model/modx/modprocessor.class.php’;
require_once MODX_CORE_PATH . ‘model/modx/processors/resource/create.class.php’;
Is there any installation switch to install minishop3 for MODX3, or anyone having an idea, whats going wrong?